Difference between revisions of "Problem with hard drive clicking"

From ThinkWiki
Jump to: navigation, search
(Added to note on -B 254. Added Category G41.)
Line 15: Line 15:
  
 
which doesn't turn power management off, but is the least agressive setting.  So far, that has solved my problem with the disk clicking on my G41, with a HTS548080M9AT00 drive.  That, I presume, is an Hitachi.
 
which doesn't turn power management off, but is the least agressive setting.  So far, that has solved my problem with the disk clicking on my G41, with a HTS548080M9AT00 drive.  That, I presume, is an Hitachi.
 +
Update: I now use -B 255.  The clicking seemed to return in some circumstances with 254.
  
 
===Another Possible Solution===
 
===Another Possible Solution===
Line 29: Line 30:
 
*[http://thinkpad-forum.de/forum/viewtopic.php?t=2255 German Thread on thinkpad-forum.de (Containing an interesting remark about a possible problem with the Cache)]
 
*[http://thinkpad-forum.de/forum/viewtopic.php?t=2255 German Thread on thinkpad-forum.de (Containing an interesting remark about a possible problem with the Cache)]
  
[[Category:T40]] [[Category:T41]] [[Category:T42]] [[Category:T43]] [[Category:X41]]
+
[[Category:T40]] [[Category:T41]] [[Category:T42]] [[Category:T43]] [[Category:X41]] [[Category:G41]]

Revision as of 11:32, 10 November 2005

Many users have reported a problem with hard drive clicking, particularly with Hitachi's 5k80 series which currently ships with new T series Thinkpads. The clicks occur rapidly, and are quiet but noticeable. The clicks seem to happen when the drive is idle. Some users report that defragmenting their drive helps. Others recommend using Hitachi's drive feature tool to increase the acoustic management level, and/or set power management settings.

Some other users report that nothing they try has solved the clicking problem. It is not known whether the problem is a sign of impending drive failure. Since the problem is so prevalent, if it turns out to coincide with high drive failure rates then Hitachi has another major drive quality problem to deal with, after the Deskstar 75GXP problem.

IBM's latest posted firmware, A5DA, does not appear to solve the problem.

Possible solution (Linux)

The clicking noise apparently occurs when the drive is parking its heads (and ramping them off the drive surface in the process) after a timeout after the last disk access. Try turning off power management for the drive; that should stop the drive from parking the heads except when turning off:

# hdparm -B 255 /dev/hda

You can also try

# hdparm -B 254 /dev/hda

which doesn't turn power management off, but is the least agressive setting. So far, that has solved my problem with the disk clicking on my G41, with a HTS548080M9AT00 drive. That, I presume, is an Hitachi. Update: I now use -B 255. The clicking seemed to return in some circumstances with 254.

Another Possible Solution

IBM, when notified about this occurance, may replace the drive with a Fujitsu 5k 80GB hard drive, as to them the sound is indicative of a potential hard drive failure.

External links