<br><tt><font size=2>&gt; Hi,<br>
&gt;<br>
&gt; I am trying to enable DMA on my HD Myth box to increase performance.
&nbsp;It<br>
&gt; works fine not but I have read so much about how DMA increases performance<br>
&gt; so i figured I would give it a shot...<br>
&gt;<br>
&gt; Here is my system config<br>
&gt; Chipset - SiS<br>
&gt; Western Digital HDD 500GB SATA<br>
&gt;<br>
&gt; Heres some term output...<br>
&gt;<br>
&gt; [root@Mitchell_mc myth]# /sbin/hdparm /dev/sda<br>
&gt;<br>
&gt; /dev/sda:<br>
&gt; &nbsp;IO_support &nbsp; = &nbsp;0 (default 16-bit)<br>
&gt; &nbsp;readonly &nbsp; &nbsp; = &nbsp;0 (off)<br>
&gt; &nbsp;readahead &nbsp; &nbsp;= 256 (on)<br>
&gt; &nbsp;geometry &nbsp; &nbsp; = 60801/255/63, sectors = 976773168,
start = 0<br>
&gt; (I take it that DMA is not ON)<br>
&gt;<br>
&gt; Trying to enable it....<br>
&gt; [root@Mitchell_mc myth]# echo &quot;/sbin/hdparm -d1 /dev/hda&quot;
&gt;&gt;<br>
&gt; /etc/rc.d/rc.local</font></tt>
<br>
<br><font size=2 face="sans-serif">Yes you are right that when you did
the &quot;echo...&quot; command the way you did, you need to reboot. &nbsp;This
is 'cos you added a line to the end of the file /etc/rc.d/rc.local (that
is what &gt;&gt; does). &nbsp;The commands in this file are executed during
system boot. </font>
<br>
<br><font size=2 face="sans-serif">Now if you just type the command</font>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; /sbin/hdparm
-d1 /dev/hda</font></tt>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp;Then it will execute
right away</font>
<br>
<br><font size=2 face="sans-serif">See ya!</font>
<br>
<br><font size=2 face="sans-serif">Indulis</font>