Hello,
How is it possible in F7 to set IDE disk into standby mode before shutdown?
My IDE disk now is /dev/sda but
halt -h
looking only for /dev/hda disks to write cache on the disk before poweroff.
I tried to implement
hdparm -f /dev/sda
in /etc/rc0.d/S01halt
but it does not help.
Can you advise what I have to do?