mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Oct. 16 2007,13:51 |
|
Well, congrats on finding the answer. I wouldn't have suspected dma.
You apparently have "dma" in your boot options. I'd remove that and add device-specific command to /opt/bootlocal.sh (and make sure that file is backed up and restored).
Something like this should work:
Code Sample | for DEVICE in hda1 hda2 hdd; do hdparm -d1 /dev/${DEVICE} done |
Replace the device names in the first line with your own
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|