LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-19-2010, 06:22 PM   #1
jtag
Member
 
Registered: Aug 2008
Posts: 33

Rep: Reputation: 0
High Load Cycle Count


I have a WD Caviar Green HDD (1T). It is normal to have Load Cycle Count about 172000 in only 6 months?
The OS is Ubuntu; the WD HDD is in raid with a Segate laptop HDD (500GB); the Segate Load Cycle Count is only 11511 in 6 months.
The values are reported by webmin SMART section. I tried to play with "Spin down hard disks when possible" from power management without success. The mini server is running about 7 hours per day.

Last edited by jtag; 09-19-2010 at 06:39 PM.
 
Old 09-20-2010, 01:26 PM   #2
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Quote:
Originally Posted by jtag View Post
I have a WD Caviar Green HDD (1T). It is normal to have Load Cycle Count about 172000 in only 6 months?
That's a big number, but please have a look here.
 
Old 09-20-2010, 09:15 PM   #3
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
The WD Green parks the head after 8 seconds of inactivity in order to conserve power. Linux tends to access the hard drives frequently for things like logging, which will cause the WD Green to "wake up" and load the head.

The result is that the WD Green used as a Linux system drive experiences very high rates of head loading, which COULD impact life expectancy. For this reason, I don't consider the WD Green to be a good candidate for a system drive, though I do use them as storage drives.

Solutions include a firmware update that lets you change the wait time before the head is parked, or making configuration changes to your Linux system that reduces its desire to write to the disk all the time. See, for instance, this article provided by WD.
 
1 members found this post helpful.
Old 09-21-2010, 07:09 PM   #4
jtag
Member
 
Registered: Aug 2008
Posts: 33

Original Poster
Rep: Reputation: 0
Thank you jiml8.
I am asking my self if the "people" from WsternDigital are aware about Linux existence. To me this is unacceptable!
I checked my WD HDD and it is not mentioned "Only for Windows".
 
Old 09-22-2010, 03:37 PM   #5
imitheos
Member
 
Registered: May 2005
Location: Greece
Posts: 441

Rep: Reputation: 141Reputation: 141
Quote:
Originally Posted by jiml8 View Post
Solutions include a firmware update that lets you change the wait time before the head is parked, or making configuration changes to your Linux system that reduces its desire to write to the disk all the time. See, for instance, this article provided by WD.
You can also disable the timer (or set a large value) using a bootable
DOS diskette and the wdidle3 utility. This way you don't mess with
the firmware at all.
I did it on my WD10EARS some time ago. You can read my experience here.
http://lordkhelben.wordpress.com/201...idle-settings/
 
Old 09-22-2010, 04:42 PM   #6
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
Quote:
Originally Posted by imitheos View Post
You can also disable the timer (or set a large value) using a bootable
DOS diskette and the wdidle3 utility. This way you don't mess with
the firmware at all.
I did it on my WD10EARS some time ago. You can read my experience here.
http://lordkhelben.wordpress.com/201...idle-settings/
That IS the firmware update.
 
Old 09-22-2010, 06:57 PM   #7
jtag
Member
 
Registered: Aug 2008
Posts: 33

Original Poster
Rep: Reputation: 0
I found the solution:

Since I have important data on this raid architecture I will do the next:
1) Buy a Segate ST31000520AS.
2) Blame Western Digital on all the Forums.

May ST31000520AS have the same problem?

Last edited by jtag; 09-22-2010 at 07:03 PM.
 
Old 09-23-2010, 12:33 PM   #8
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
Before purchasing a seagate 2TB drive, you should research a bit. They put out at least one series that had a very high infant mortality rate. That might be all taken care of now but I am not sure.
 
Old 09-25-2010, 08:05 AM   #9
jtag
Member
 
Registered: Aug 2008
Posts: 33

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jiml8 View Post
The WD Green parks the head after 8 seconds of inactivity in order to conserve power. Linux tends to access the hard drives frequently for things like logging, which will cause the WD Green to "wake up" and load the head.

The result is that the WD Green used as a Linux system drive experiences very high rates of head loading, which COULD impact life expectancy. For this reason, I don't consider the WD Green to be a good candidate for a system drive, though I do use them as storage drives.

Solutions include a firmware update that lets you change the wait time before the head is parked, or making configuration changes to your Linux system that reduces its desire to write to the disk all the time. See, for instance, this article provided by WD.
I stooped the logs but "Load Cycle Count" value continuing to increase.

ps -ef|grep rsyslog
syslog 974 1 0 08:56 ? 00:00:00 rsyslogd -c4
root 2711 2672 0 08:58 pts/0 00:00:00 grep --color=auto rsyslog
/etc/init.d/rsyslog stop
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service rsyslog stop

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) utility, e.g. stop rsyslog
rsyslog stop/waiting
ps -ef|grep rsyslog
root 2743 2672 0 08:58 pts/0 00:00:00 grep --color=auto rsyslog

Last edited by jtag; 09-25-2010 at 10:06 AM.
 
Old 09-28-2010, 05:21 PM   #10
jtag
Member
 
Registered: Aug 2008
Posts: 33

Original Poster
Rep: Reputation: 0
Finally I stopped the logs:

chmod -x /usr/sbin/rsyslogd
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
High load and high cpu kernel usage enid Linux - Server 8 09-30-2010 03:33 AM
some questions about load cycle count tahmoores2569 Linux - Laptop and Netbook 1 09-09-2010 11:08 AM
High load, high RAM usage and unresponsive VPS saeed22 Linux - Server 1 08-20-2009 11:58 AM
Western Digital Caviar Green 1TB (WD10EADS) load cycle count issues? shadowcat Linux - Hardware 3 08-15-2009 03:27 AM
Load Avg High/Phys Mem High teamh Debian 2 12-26-2006 05:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration