Hi Jaker
Thank to serram we detected some issues which may prevent the disk from spinning down. By fixing them, my last test when I perform a wol standby on my nwsp2 all works as expected: led off and disk stays down.
Then we have edited the init rcS for trying to have some more information when the nas is in wol standby state. (the file rcS.diskmon)
This version runs a daemon to trace I/O activity and when you wake up the nas the logs are stored in the folder /diskmon.hh-mm-ss (hh-mm-ss is the time where you wake up the nas)
So install the new files:
- Code: Select all
plugout download 6523
tar -xf /tmp/fvdw-sl-18-x-fix-noatime-samba-21sep2020.tgz -C /
and
you have to reboot the nas for fixing the issues on system partition and samba.
After restarting, please to post the output
- Code: Select all
mount
ls -al /usr/samba/private/
(You should see all fs are now mounted with the option 'noatime')
if you run
- Code: Select all
ls -al /etc/init.d/rcS*
you should see three files: rcS; rcS.diskmon and rcS.back
Then :
- enable the diskmon daemon on wol standby
- Code: Select all
cp -p /etc/init.d/rcS.diskmon /etc/init.d/rcS
chmod 755 /etc/init.d/rcS
- Perform a WoL standby on your nwspmax
- Wait at least one hour for waking-up the nas (note: disk may stay up at the beginning).
You should see now a folder /diskmon.hh-mm-ss and post the folder log1 and log2 if this one is not empty
Warning: if you wake up the nas by pushing the power button, the folder /diskmon.hh-mm-ss won't be created and no information will be available. So you have to wake-up the nas only by sending a wol magic paquet
if later you want to restore the init script (remove the diskmon daemon on WoL standby),
- Code: Select all
cp -p /etc/init.d/rcS.back /etc/init.d/rcS
chmod 755 /etc/init.d/rcS
Note: you can also install the patch on your nwps2 if there is no issue with your nwspmax