Enabling the Ultra DMA on an IDE hard disk

Last update on March 18, 2009 08:32 AM by deri58
Published by deri58

Enabling the Ultra DMA on an IDE hard disk





hdparm



Principle


Under Linux, the Ultra DMA mode is not enabled by default.
hdparm is a utility included with most linux distributions, to know and, if necessary, to enable the Ultra DMA.

Getting started


If hdparm is not supplied with your distribution, and that the package does not install easily, it is always possible to install it manually: http://freshmeat.net/projects/hdparm/

Implementation

  • Knowing the information about your IDE hard disk

hdparm -i /dev/hda


(replace hda with the drive name to be examined)

The output of this command to determine if DMA is supported and which mode can be activated (preceded by an asterisk)
  • Check if Ultra DMA is enabled


hdparm -d /dev/hda
  • Enable Ultra DMA


hdparm -d1 /dev/hda
  • Disable Ultra DMA


hdparm -d0 /dev/hda
  • Monitor the performance of your disks


hdparm -Tt /dev/hda
Best answers for « Enabling the Ultra DMA on an IDE hard disk » in :
Formatting Your Hard Drive ShowFormatting Your Hard Drive Formatting and installing your Hard drive using the installation CD ] A hard disk drive is a non-volatile device mainly for data storage. Usually faster than any other storage device, this essential...
How to increase the cache on your hard disk? ShowHow to increase the cache on your hard disk? A cache is a temporarily area of storage storing fequently accessed data for quick access. It is a very efficient tools used under windows vista and windows xp which is set as default under...
Defragment your Hard Disk ShowDefragment your Hard Disk How to defragment your hard disk (Windows) Using the command Defragment only a file or directory Disk defragmentation is the process of gathering together the fragmented free spaces on your hard disk by...
Download Disk Recovery Wizard ShowDisk Recovery Wizard is a tool to backup data. It allows to restore the damaged, corrupt and inaccessible data on a hard disk and even the formatting. A wizard guides you step by step to facilitate the operations. Disk Recovery Wizard supports any...
Download EASEUS Partition Master ShowEaseUs Partition manager Free, is software "par excellence". EaseUs Partition Manager easily and without error will resize your hard disk partition into any size you chose: Main characteristics of EaseUs Partition Free: Material support for...
PC Assembly - Hard drive installation ShowHard drives, CD-ROM, DVD-ROM drives and floppy drive The motherboard usually has two IDE (Integrated Device Electronics) connectors: The first connector is known as the primary device controller; The second is known as the secondary device...