Difference between revisions of "How to improve harddisk performance"

From ThinkWiki
Jump to: navigation, search
(Added some hints and reformatted the text.)
Line 1: Line 1:
hdparm stuff!
+
== Description ==
 +
This tweak can increase the performance of your HDD by enabling DMA, IDE 32-bit I/O and setting the interrupt-unmask flag, which improves Linux's responsiveness. The last parameter sets the IDE Block Mode to fetch 16 blocks per I/O interrupt. Depending on your drive this value may vary (have a look into the man page of hdparm).
  
This parameter works for my T20 and T41
+
'''Caution:''' On some hard disks these settings may corrupt the filesystem! Again, have a look into the man page of hdparm to find out if your model is affected.
  
For harddisks:
+
On most systems the specified device is just fine, but change it when necessary (on Ubuntu it's /dev/sda).
  
hdparm -d1c1u1m16 /dev/hda
+
<pre>
 +
hdparm -d1c1u1m16 /dev/hda
 +
</pre>
 +
 
 +
 
 +
== Successfully tested Thinkpad models ==
 +
The settings above have been successfully tested on the following models:
 +
 
 +
T20, T22, T40
 +
 
 +
Please add your model if missing.

Revision as of 21:49, 3 February 2008

Description

This tweak can increase the performance of your HDD by enabling DMA, IDE 32-bit I/O and setting the interrupt-unmask flag, which improves Linux's responsiveness. The last parameter sets the IDE Block Mode to fetch 16 blocks per I/O interrupt. Depending on your drive this value may vary (have a look into the man page of hdparm).

Caution: On some hard disks these settings may corrupt the filesystem! Again, have a look into the man page of hdparm to find out if your model is affected.

On most systems the specified device is just fine, but change it when necessary (on Ubuntu it's /dev/sda).

hdparm -d1c1u1m16 /dev/hda


Successfully tested Thinkpad models

The settings above have been successfully tested on the following models:

T20, T22, T40

Please add your model if missing.