How to enable Direct memory access (DMA) on your SATA/IDE hard disk
Answer:
Execute the following command
# hdparm -d1 /dev/hda
Where hda is the first hard disk in your system.
Related posts:
Post a Comment