Board: ASRock QC5000-ITX/PH (90-MXGXB0-A0UAYZ)
I'm trying to get my hdd after 5min to standby... :
1)

2)

3)

With this setting i cant get my HDD to spindown.
Also i cant get my hdd to spin down with this command:
Code: Select all
ataidle -I 5 /dev/ada0deactivate smart:
Code: Select all
smartctl -s off /dev/ada0Code: Select all
nas4free: ~ # ataidle /dev/ada0
Model: TOSHIBA MD04ACA400
Serial: 15G4K8NUFSAA
Firmware Rev: FP2A
ATA revision: ATA-8
LBA 48: yes
Geometry: 16383 cyls, 16 heads, 63 spt
Capacity: 3726GB
SMART Supported: yes
SMART Enabled: yes
Write Cache Supported: yes
Write Cache Enabled: yes
APM Supported: yes
APM Enabled: yes
APM Value: 1
AAM Supported: no
I cant get it... this is totally strange....
My solution would be a script which will be executed by startup with these commands:
Code: Select all
smartctl -s off /dev/ada0
ataidle -I 5 /dev/ada0Hope someone can help me
