Is there anyway to find out if a hard drive has spun down? I've been using the following command to spin it down after idle time:
hdparm -S 120 /dev/hdX
However im not sure it's working correctly and was wondering how to check the current power state to see if has correctly powered down.
Thanks