Hi,
I’m running a RockPro64 with 4 HDDs connected via a PCIe-SATA card.
Due to the lack of updates in the stable branch, I recently switched to unstable.
Since there, I got issues with two of the HDDs.
These two drives are configured as a software RAID1 array and are now almost constantly active.
When I manually spin them down using hdparm -Y
, they wake up again after a few minutes.
Here’s the content of my /etc/udev/rules.d/69-hdparm.rules
:
ACTION=="add|change", KERNEL=="sd[a-z]", ATTRS{queue/rotational}=="1", RUN+="/usr/bin/hdparm -B 255 -S 241 /dev/%k"
Kernel
6.14.2-1
Before switching to unstable, this setup worked fine — the drives spun down as expected.
Has anyone suggestions how to fix this?
Thanks