david31262
Dabbler
- Joined
- Jun 1, 2011
- Messages
- 12
I believe smartd is keeping the drives from spinning down. Actually, My seagate drives seem to spin down ok, but the Hitachi do not.
I killed the smartd process and the drives are now spinning down ok.
Note: I modified ix-ataidle to add the "S" option:
if [ "${disk_hddstandby}" != "Always On" ]; then
(sleep 60; /usr/local/sbin/ataidle -S ${disk_hddstandby} ${disk_disks}) > /dev/null 2>&1 &
fi
settings for all drives (there are 12):
HDD Standby = 120
Adv pwr Management = 128
SMART = True
SMART Options: -n standby,q (keeps drive from kicking up when smartd hits in standby mode)
I'd like to be able to set the smartd run interval. Right now, I believe it's the default of every 30 minutes. I'm thinking every few days would be plenty. If I'm understanding the option, the "-i" must be used when smartd is launched (I suppose this is in ix-smartd, but I'm not understand how to modify the smartd launch).
A gui option to set the smartd interval would be helpful.
I killed the smartd process and the drives are now spinning down ok.
Note: I modified ix-ataidle to add the "S" option:
if [ "${disk_hddstandby}" != "Always On" ]; then
(sleep 60; /usr/local/sbin/ataidle -S ${disk_hddstandby} ${disk_disks}) > /dev/null 2>&1 &
fi
settings for all drives (there are 12):
HDD Standby = 120
Adv pwr Management = 128
SMART = True
SMART Options: -n standby,q (keeps drive from kicking up when smartd hits in standby mode)
I'd like to be able to set the smartd run interval. Right now, I believe it's the default of every 30 minutes. I'm thinking every few days would be plenty. If I'm understanding the option, the "-i" must be used when smartd is launched (I suppose this is in ix-smartd, but I'm not understand how to modify the smartd launch).
A gui option to set the smartd interval would be helpful.