Hello,
It is a subject that drives me "crazy" these last days.
I have changed my mechanical hard drives, before I used hd-idle because my old mechanical hard drives did not support hdparm, but the new ones do.
Proof of this is:
Ok, I have configured the hdparm.conf file as follows at the end of file:
And also with:
And the fact is that they never go to standby mode and after much searching, reading and testing, I can't ...
With hd-idle it works, but my idea is to use hdparm because the new versions of hd-idle don't work very well and the one I use, sometimes when I suspend the computer, also stops working.
And the strangest thing is that, there are 3 mechanical hard drives, I have progressively changed them, and doing tests, when I had a new one and two old ones, I configured the new one in hdparm and it worked, now it doesn't ...
I can't find any explanation ...
Can you think of something?
Thanks in advance.
It is a subject that drives me "crazy" these last days.
I have changed my mechanical hard drives, before I used hd-idle because my old mechanical hard drives did not support hdparm, but the new ones do.
Proof of this is:
Code:
~$ sudo hdparm -B /dev/sda /dev/sda: APM_level = 254
Code:
/dev/sda { spindown_time = 24 }
Code:
command_line { hdparm -S 24 /dev/sda }
With hd-idle it works, but my idea is to use hdparm because the new versions of hd-idle don't work very well and the one I use, sometimes when I suspend the computer, also stops working.
And the strangest thing is that, there are 3 mechanical hard drives, I have progressively changed them, and doing tests, when I had a new one and two old ones, I configured the new one in hdparm and it worked, now it doesn't ...
I can't find any explanation ...
Can you think of something?
Thanks in advance.
Comment