|
DMA = Direct Memory Access, access w/o heavy CPU usage. Requires special drivers. Faster than PIO.
PIO = Programmed Input/Output, requires lots of CPU usage.
UDMA = Ultra DMA, faster than DMA.
To go along, I would check your BIOS to make sure the drive is able to run DMA. If it's set to PIO, then change it. You might wanna make sure your drive can actually do DMA as well.
Last edited by EvilRick; 06-14-2003 at 03:49 PM.
|