I’m encountering a regression that started with Kernel 6.1, where HDDs no longer spin down as expected. This issue persists in later kernels, including 6.6, 6.9, and 6.10. The last working Kernel was 5.15.
The problem affects multiple HDDs, and the HDDs are used solely for storage, with no system applications running from them. I have ensured that the HDDs are not listed in /etc/fstab to avoid any unintended mounts at startup.
Sry, I can’t help with your specific problem but i have a good recommendation.
While i use a single HDD for storage too, i mainly rely on external HDD Backup… because of less wear out, more security when it comes to ransom ware attack, lightning strike or overvoltage… because this Devices isn’t connected when its not needed.
It’ll be fixed in next kernel and it is in testing already.
Anyway not sure why you not able to spin down your HDD.
I have no problem with sudo hdparm -S 1 /dev/sda
command
Yes, we seem to have the same problem with hdparm on SATA disks.
To clarify, I can manually set my HDD to sleep using: sudo hdparm -y /dev/sdX
However, it returns an error, and the S.M.A.R.T. features don’t seem to run properly beyond Kernel 5.15. Looking forward to checking the stable release of Linux 6.11.
This is the command i use for setting HDD to sleep.
Try it. change “30” to “1” and sometime hdparm command not working from 1st try. So i do that command 3 times in a row and it working like a charm setting SATA disk to sleep.
Also switch to testing, new kernels(they are in testing branch only for now) have this flaw fixed.
Just for the record, the spinning down and up again of a HDD causes more wear to it than anything else, and the money you save on electricity by spinning down your HDD all the time will not cover the cost of buying a new one.
Yes I tried, but my HDD still didn’t spin down.
Also, applying the udev rule wouldn’t solve the problem that the SMART data, self-test and monitoring tools don’t work.
I ventured into Kernel 6.11 RC 4-7 and can happily confirm that SMART features are back to normal, and HDD spin down as expected - just like in Kernel 5.15.
Good job to the dev team, looking forward to the 6.11 stable release!