Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hello,
I have a CH3SNAS running with unplug 0.5 installed (on usb).
I also have a debian chroot (on usb) as well (to run openttd dedicated server from /ffp/start/openttd.ssh).
Eveytrhing is fine, but for one thing:
When I connect to my NAS by SSH (putty), I can hear the disk spin up. Dmesg proves this.
I can't think of a reason why it is spinning up, does anyone?
Can I find out which files are getting opened/read from/written to, when I connect through SSH?
Thanks,
Offline
You can find out what is being used on a disk this way:
# lsof | grep HD_a
(or HD_b or whatever your disk is)
Offline
Opperpanter wrote:
I can't think of a reason why it is spinning up, does anyone?
to load the shell from disk, to read and run $HOME/.profile etc, to write the utmp record, etc.
Offline