Difference between revisions of "Problem with hard drive clicking"

From ThinkWiki
Jump to: navigation, search
Line 25: Line 25:
 
*[http://notebookforums.com/showthread.php?t=46058 Thread on notebookforums.com]
 
*[http://notebookforums.com/showthread.php?t=46058 Thread on notebookforums.com]
 
*[http://forums.silentpcreview.com/viewtopic.php?p=143203 Thread on silentpcreview.com]
 
*[http://forums.silentpcreview.com/viewtopic.php?p=143203 Thread on silentpcreview.com]
 +
*[http://forum.thinkpads.com/viewtopic.php?t=15769 Another Thread on thinkpads.com]
 +
*[http://www.tabletpcbuzz.com/forum/topic.asp?TOPIC_ID=28538&whichpage=1 Thread on tabletpcbuzz.com]
 +
*[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]]

Revision as of 16:14, 28 September 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.

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