Misc. info
 

Misc. info:

Try using the hdparm program (which is included in most distributions)
to tune your disk spindown time. I added this to "/etc/rc.d/rc.local":

if [ -x /sbin/hdparm ]; then
/sbin/hdparm -c 1 -S 120 /dev/hda
fi;

The parameters here means:

  • "-c 1" : enable 32-bit data transfers
  • "-S 120" : standby (spindown) timeout, specified in multiples of 5 seconds. So in my case it is 10 minutes.
 
  | Intro | Specifications | XFree86 | Audio | PCMCIA/Network/Wireless | Misc | Links |

Design 19©96-20©03, Robert Grefstad