On 07 Jan 2001 10:08:38 PST, Forrest English said:

> here's how i did it.
>  
>  apt-get install hdparm
>  
>  
>  i saved this as /etc/init.d/hdspeed  (but obviously use whatever other
>  drives/options you need to)
>  
>  #!/bin/sh
>  hdparm -c 1 -d 1 -k 1 /dev/hda
>  
>  then i linked /etc/rc2.d/S99hdspeed > /etc/init.d/hdspeed
>  
>  
>  and it works pleasently at the default runlevel.
>  
>  
>  On Sun, 7 Jan 2001 14:26:12 -0330 (NST), John Hong said:
>  
>  > 
>  >    I'm a Storm Linux/Debian newbie.  I have used Red Hat and 
>  >  Slackware mainly.  How do I add "hdparm" to the boot process?  Under 
>  >  Slackware it was pretty easy, adding the command to a text file.  However 
>  >  under Storm Linux it seems to be a little different (well, a lot 
>  >  different for me anyhow).
>  >  
        I simply added the hdparm line to /etc/init.d/bootmisc.sh.
This also automatically  echos a hdparm startup message to
your boot messages.
        If you want the kernel to automatically enable dma then
when you compile a new kernel set CONFIG_IDEDMA_AUTO=y.


_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to