Issuing a
shutdown -h now
on the command line doesn’t halt the system, as expected, but rather restart it. that kind of sucks. Though the power switch has three positions, on, off and auto. The last one is useful together with the NAS utility on windows. It will power up the NAS as soon as your PC powers up and shut it down after you do. The program doesn’t do anything special though, but just uses plain WOL magic packages, which are sent to the NAS regularly. Once the NAS hasn’t received WOL packages for a while (some minutes) it will power down. A cross-platform application that will power up/down the NAS dynamically can be written easily. Here is a minimalistic python-script: nas.py, just change the MAC-address to that of your NAS. Now you can startup the NAS on demand, or add the script to your OS autostart.