Quote (cbagger01 @ May 01 2005,11:08) |
If you are getting slow IO performance, you probably don't have dma enabled. You can either boot with: dsl dma or after bootup type: sudo hdparm -d 1 /dev/hda where hda is the device name for the desired hard drive. |
Quote (cbagger01 @ May 02 2005,12:53) |
If you have dma turned OFF, then your CPU will spike. I don't know of other reasons. |