Results 1 to 5 of 5
on boot i see this message: "
warning the dma on your hard drive is turned off this may really slow down the fsck process." how to turn on DMA ...
- 08-10-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 32
DMA is turned off
on boot i see this message: "
warning the dma on your hard drive is turned off this may really slow down the fsck process." how to turn on DMA ?
- 08-11-2005 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Where /dev/hda is the disk you want to turn it on. It can also be set in /etc/sysconfig/harddisks if you have that file in your distro.Code:hdparm -d1 /dev/hda
- 08-11-2005 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,784
You might want to take a look here before you make any changes:
http://www.faqs.org/docs/Linux-mini/Ultra-DMA.html#toc8
- 08-13-2005 #4
If you compiled your kernel you might have missed that option.
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 08-13-2005 #5
You need to compile the proper support for your hard drive's chipset into the kernel, I've met this error before


Reply With Quote
