From the Ubuntu wiki:In order for the settings to be automatically applied at boot there you need to edit the /etc/hdparm.conf script. Add the following to the end of your hdparm.conf
/dev/hdc {
dma = on
}
I'll try this.
Nick Rout wrote:
yes, but there is also a specific hdparm startup script (or so I gather from the other replies) On Thu, 06 Oct 2005 13:46:31 +1300 Pete wrote:Hi Douglas,I used: hdparm -d1 /dev/hdc to enable DMA for my DVD drive. This was successful. How do I make this permanent? Running Ubuntu.Under slackware I would issue this command once: echo "hdparm -d1 /dev/hdc" >> /etc/rc.d/rc.localI'm not sure how the Ubuntu startup scripts execute - is there the equivalent to a 'rc.local' file you could add it to?Regards, Pete
======================================================================= This email, including any attachments, is only for the intended addressee. It is subject to copyright, is confidential and may be the subject of legal or other privilege, none of which is waived or lost by reason of this transmission. If the receiver is not the intended addressee, please accept our apologies, notify us by return, delete all copies and perform no other act on the email. Unfortunately, we cannot warrant that the email has not been altered or corrupted during transmission. =======================================================================
