On Tue, 21 Sep 1999, Andrew Edwards wrote:

> How do I set dma on by default for devices on boot?
> I know that hardparm -d1 /dev/hdXX sets it from the command line but 
> how do I make this the default setting on boot?
> 
> 
> Andrew 
> [EMAIL PROTECTED]
> 

5.X: echo -e 'hdparm -d1 /dev/hd[xyz] \n' >> /etc/rc.d/rc.sysinit

clean 6.0: automatic

updated 6.0: check /etc/rc.d/rc.local, search for hdparm (yeah yeah i forgot)

6.1: in lilo.conf append="opti"

Cooker: same as 6.1

Reply via email to