I set up a Debian 11 installation on my HC4 via petitboot's netboot_default. I'm trying to set the spindown time of my HDDs on boot, s.t. they automatically spin down. On a previous Ubuntu 20.04 installation this worked by writing configuring the settings in
/etc/hdparm.conf
. With the same file on Debian nothing happens. Looking into the config the syntax should still be the same, so I'm wondering what's the reason. If I understand it correctly, the config file should be read by a script that's triggered by udev, /usr/lib/pm-utils/power.d/95hdparm-apm
. My best guess right now is that this doesn't happen on my system, for some reason. Is there something different on the HC4, the mainline kernel, ... compared to other systems that might cause udev to not be triggered?I'm aware of workarounds I could use to achieve what I want to do with other means, still I'd like to understand the reason for the problem.