I would really like to spin down my HDD when it is inactive for 20 minutes. When I try
PHP Code:
 /usr/local/sbin/scsi-stop /dev/scsi/host0/bus0/target0/lun
0
/disc 
, I get this error:
PHP Code:
/dev/scsi/host0/bus0/target0/lun0/disc is not a SCSI block device 
Am I doing something wrong, or does it just not work with my HDD. If it doesn't work, are there any other options?