Hack #67. Linux's Drive Performance Booster

To be on the safe side, your new Linux installation starts up with the least common denominator of disk drive performance capabilities—typically DMA-33—robbing you of 50-150% of your potential performance. Once Linux is installed, you are free and encouraged to start tweaking the configuration of your disk drive and its interface to squeeze the most of them.

Warning

Setting HDPARM parameters too aggressively—that is, in excess of the disk controller or drive capabilities—can lead to data loss.

It is best to test HDPARM settings on a fresh installation of the operating system before committing any applications or programs to the drive and prepare to back down on the settings and reinstall the OS if the drive is unstable or the HDPARM tests show erratic results or fail.

The tool needed, HDPARM, is included with the operating system (or available from your package manager). It can be adjusted manually and then put into a startup script to make your chosen settings effective every time the system starts up.

HDPARM is a command-line utility that provides powerful control over your hard drive parameters (HD PARaMeters). It can also tell you a lot about your disk drive. Everything you do with HDPARM, until you make a script for it, will be done at the command line.

Tip

You must be logged in as root to run HDPARM. You can also use the sudo command to run the command as root if you have sufficient privileges.

Assume /dev/hda is the designation ...

Get PC Hacks now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.