I have upgraded to 12.04LTS server and that does not respect /etc/hdparm.conf either.
My hdparm.conf file looks like this: ------------------------------------------------------ bob@server01:~$ cat /etc/hdparm.conf /dev/sda{ spindown_time = 30 write_cache = off sleep } /dev/sdb{ spindown_time = 30 write_cache = off sleep } /dev/sdc{ spindown_time = 30 write_cache = off sleep } /dev/sdd{ spindown_time = 30 write_cache = off sleep }
------------------------------
After a reboot my disks are active.
If I issue sudo hdparm -Y /dev/sd{a..d} then they go into standby.
Is there a log file that can confirm hdparm is being accessed at all?
I have upgraded to 12.04LTS server and that does not respect /etc/hdparm.conf either.
My hdparm.conf file looks like this: ------- ------- ------- ------- ------- ------- -----
spindown_ time = 30
spindown_ time = 30
spindown_ time = 30
spindown_ time = 30
-------
bob@server01:~$ cat /etc/hdparm.conf
/dev/sda{
write_cache = off
sleep
}
/dev/sdb{
write_cache = off
sleep
}
/dev/sdc{
write_cache = off
sleep
}
/dev/sdd{
write_cache = off
sleep
}
------- ------- ------- ------- --
After a reboot my disks are active.
If I issue
sudo hdparm -Y /dev/sd{a..d}
then they go into standby.
Is there a log file that can confirm hdparm is being accessed at all?