Martineau
Part of the Furniture
@RMerlin
first of all thanks for the great fw .
I wondered whether it would be possible to add a scheduled USB3 HDD spindown to the next update , or is it already possible ..
I meant that the hard drive could spindown at 2200 in the evening and would wake up in the morning 0600.
thanks in advance
Not sure if this will work.....
Include in init-start
Code:
/usr/sbin/cru a HDDxDown "0 22 * * * scsi-stop /dev/sdx"
/usr/sbin/cru a HDDxUp "0 6 * * * scsi-start /dev/sdx"
but clearly the success of this will depend on the firmware ability of the physical /dev/sdx device actually supporting/honouring a spin-down/up command, but you can test this from a SSH/TELNET prompt.
Last edited: