Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 04-12-2008, 09:14 AM   #1 (permalink)
j_h
Banned
 
Join Date: Jun 2007
Posts: 105
Default Hard disk life cycle issues of Laptops running Linux

Hi guys,
I found this. My Toshiba Hard Disk was also infected so I removed linux from my laptop.
https://bugs.launchpad.net/ubuntu/+s...ort/+bug/59695
http://ubuntuforums.org/showthread.php?t=591503
http://ata.wiki.kernel.org/index.php...ds_under_Linux
Please read that before doing anything in linux.
My desktop is safe so I have Arch linux in only my desktop.
What are your comments on this issue. This bug has been there for so long.

Last edited by Hitboxx; 09-12-2008 at 05:55 AM.
j_h is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 04-12-2008, 09:32 AM   #2 (permalink)
Juke Box Hero
 
Join Date: Aug 2007
Posts: 1,204
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

It is a firmware bug of the manufacturers who assign aggressive load cycles on the laptops and affects only certain laptops, non-existent on desktops.

Solution:
Quote:
sudo hdparm -B 254 /dev/sda
If not 254, 255 should work.

*use at your own risk OR contact the manufacturer for a firmware update.
Hitboxx is offline  
Old 04-12-2008, 09:48 AM   #3 (permalink)
j_h
Banned
 
Join Date: Jun 2007
Posts: 105
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

With that code, the head will never park. It works but not a very good solution but its the best available.
j_h is offline  
Old 04-12-2008, 09:59 AM   #4 (permalink)
Juke Box Hero
 
Join Date: Aug 2007
Posts: 1,204
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

A note:
Fedora people here need not worry, it doesn't address the cycles as others Linuses do

Personally I don't think it is as grave as it is made to look, a hard disk will generally pull through its 3/4 year life cycle. It is the same as regular shutdowns of computers will reduce the life of them in some ways.
Hitboxx is offline  
Old 04-12-2008, 03:03 PM   #5 (permalink)
Apprentice
 
siddharthmakwana's Avatar
 
Join Date: Oct 2008
Location: Baroda
Posts: 62
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

i have heard that linux produces bad sector on hard drive.... is it true....?
siddharthmakwana is offline  
Old 04-12-2008, 04:39 PM   #6 (permalink)
Proud to be Linux
 
abhinandh's Avatar
 
Join Date: Jun 2006
Posts: 458
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Quote:
Originally Posted by siddharthmakwana View Post
i have heard that linux produces bad sector on hard drive.... is it true....?
FALSE. Desktop drives are not affected at all (only some laptop drives are) and my hard disk is running linux for the past 5 years
__________________
http://abhinandh.com
abhinandh is offline  
Old 04-12-2008, 05:27 PM   #7 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

wht? guys ur scarin me.....I thought linux is trust worthy.........
bt now it seems...........
__________________
||uLtiMaTE WinNER||
Ron is offline  
Old 04-12-2008, 06:55 PM   #8 (permalink)
j_h
Banned
 
Join Date: Jun 2007
Posts: 105
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Quote:
Originally Posted by Ron View Post
wht? guys ur scarin me.....I thought linux is trust worthy.........
bt now it seems...........
Basically its not the fault of linux. Its due to the crazy hard drive manufacturers that design hard drives to suit the need of windows.
Here is the explanation of what is happening.
Harddisk's head loads and unloads a number of times. If the hard disk is idle, then it parks. What happens in windows is that the idle time is very less. So, the harddisk manufacturers set the harddisk according to the disk access pattern of windows. What happens in Linux and also in Mac is that the disk access pattern is different. The disk is accessed much less often. So, The hard drive head Loads/unloads much more than it does in windows. Tipically a hard disk has a load/unload cycle life expectancy of around 60000(not sure if its 60K or 600K). This gives the life at around 4years of 12hr use daily.
Now since, in linux (and also mac) the load/unload cycle is very high, the life expectancy reduces to around 8 months. (read it in a real life case cenario in a blog. The guy had to replace 3 hard drives).

Whose Fault is it?
It is not linux's fault. Less disk access is better. The manufacturers are the ones that need to be blamed here. They are the ones who set the default setting to suit windows.

Whats the fix ?
As posted by hitboxx, the code does not let the head park and is up all the time. This works but you will have to look at the temperature of your hard drives more closely. The thread in the ubuntu forums has detailed info on the fix (see my first post).

Why am I angry ?
I have been using linux since redhat9. I found out about this bug YESTERDAY!!!. I think things like this should be more publicised. It should be made a sticky everywhere in the linux forums. I f***ed up my thinkpad's hard drive a year ago. KDE started showing some s.m.a.r.t failure errors. I quickly removed kde, installed windows and sold the laptop to a less tech savy guy.
Now, i had been using ubuntu8.04 on my new hp for the past 4 months and yeasterday while randomly checking bugs in launchpad, i found it. This laptop has already got a load cycle of 18K and its been just around 4-5 months i have bought.

So, I just wanted you guys to know that there is a problem that exists and people are losing hard drives . Now, i have linux only in my desktop. Until some list of blacklisted drives and the drives that have no problem are compiled, i have no choice but to stay away from linux in my lappy. I could use the 255/254 fix but its a dirty one and its USE AT YOUR OWN RISK kind of fix.

So, if any guys here runnig linux on laptops please check my first post of this thread, goto the ubuntu forums link i provided and find out if your harddrive suffers. Ignorance is not Bliss.

Quote:
Originally Posted by siddharthmakwana View Post
i have heard that linux produces bad sector on hard drive.... is it true....?
No, it does not produce bad sectors or kills all drives. check if yours is infected.
I have Arch linux installed on my desktop and its doing very well. No worries. Its just that I advise you to check if you are the unlucky one with the faulty hard drive.

Last edited by j_h; 04-12-2008 at 06:59 PM. Reason: Automerged Doublepost
j_h is offline  
Old 04-12-2008, 08:00 PM   #9 (permalink)
In The Zone
 
unni's Avatar
 
Join Date: Mar 2006
Location: Thiruvananthapuram (Now in Bengaluru)
Posts: 386
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Man, you raised my blood pressure. Can't wait to reach room and check it out. Me too have an HP lappy.
unni is offline  
Old 04-12-2008, 08:29 PM   #10 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,109
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

lol...here it is reverse. Almost all HDDs on which I install XP, gets bad sooner or later. But ones with Linux are working fine. Sometimes I think there is problem with my mobo, but who knows ?

Few days back Dead Space was working fine but now it stutters :/
__________________
Steam/Flickr: psygeist
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X+Corsair Vengeance|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 05-12-2008, 08:38 AM   #11 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

@j_h thnks
__________________
||uLtiMaTE WinNER||
Ron is offline  
Old 05-12-2008, 12:48 PM   #12 (permalink)
Daydream Believer
 
Ross's Avatar
 
Join Date: Sep 2008
Location: Somewhere b/w Reality & Delusion
Posts: 75
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Does this bug affects desktop hard disks too???
I am using Ubuntu on Seagate 320 G HDD(ST3320620A), do i really need to worry????
Ross is offline  
Old 05-12-2008, 02:17 PM   #13 (permalink)
j_h
Banned
 
Join Date: Jun 2007
Posts: 105
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Quote:
Originally Posted by Ross View Post
Does this bug affects desktop hard disks too???
I am using Ubuntu on Seagate 320 G HDD(ST3320620A), do i really need to worry????
I dont think so. Its seen on laptop harddisks.
j_h is offline  
Old 05-12-2008, 08:35 PM   #14 (permalink)
Call me Sumit
 
esumitkumar's Avatar
 
Join Date: Feb 2004
Posts: 1,393
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Quote:
Originally Posted by j_h View Post
Basically its not the fault of linux. Its due to the crazy hard drive manufacturers that design hard drives to suit the need of windows.
Here is the explanation of what is happening.
Harddisk's head loads and unloads a number of times. If the hard disk is idle, then it parks. What happens in windows is that the idle time is very less. So, the harddisk manufacturers set the harddisk according to the disk access pattern of windows. What happens in Linux and also in Mac is that the disk access pattern is different. The disk is accessed much less often. So, The hard drive head Loads/unloads much more than it does in windows. Tipically a hard disk has a load/unload cycle life expectancy of around 60000(not sure if its 60K or 600K). This gives the life at around 4years of 12hr use daily.
Now since, in linux (and also mac) the load/unload cycle is very high, the life expectancy reduces to around 8 months. (read it in a real life case cenario in a blog. The guy had to replace 3 hard drives).

Whose Fault is it?
It is not linux's fault. Less disk access is better. The manufacturers are the ones that need to be blamed here. They are the ones who set the default setting to suit windows.

Whats the fix ?
As posted by hitboxx, the code does not let the head park and is up all the time. This works but you will have to look at the temperature of your hard drives more closely. The thread in the ubuntu forums has detailed info on the fix (see my first post).

Why am I angry ?
I have been using linux since redhat9. I found out about this bug YESTERDAY!!!. I think things like this should be more publicised. It should be made a sticky everywhere in the linux forums. I f***ed up my thinkpad's hard drive a year ago. KDE started showing some s.m.a.r.t failure errors. I quickly removed kde, installed windows and sold the laptop to a less tech savy guy.
Now, i had been using ubuntu8.04 on my new hp for the past 4 months and yeasterday while randomly checking bugs in launchpad, i found it. This laptop has already got a load cycle of 18K and its been just around 4-5 months i have bought.

So, I just wanted you guys to know that there is a problem that exists and people are losing hard drives . Now, i have linux only in my desktop. Until some list of blacklisted drives and the drives that have no problem are compiled, i have no choice but to stay away from linux in my lappy. I could use the 255/254 fix but its a dirty one and its USE AT YOUR OWN RISK kind of fix.

So, if any guys here runnig linux on laptops please check my first post of this thread, goto the ubuntu forums link i provided and find out if your harddrive suffers. Ignorance is not Bliss.


No, it does not produce bad sectors or kills all drives. check if yours is infected.
I have Arch linux installed on my desktop and its doing very well. No worries. Its just that I advise you to check if you are the unlucky one with the faulty hard drive.
OMG ..man u gave me heart attack if its true ?

My 2 yr old Acer laptop's HDD died just cuz i was playing formatting and installing various versions of linux every week ????

Also now I have installed a new HDD 80 GB ,
installed Ubuntu 8.10 fully on it
Should I run ,remove linux and install XP ???
esumitkumar is offline  
Old 05-12-2008, 09:13 PM   #15 (permalink)
Back!
 
red_devil's Avatar
 
Join Date: Jun 2007
Location: Bangalore
Posts: 508
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

^^ how about trying the solution Hitboxx suggested ??

{ but do read THIS PAGE thoroughly before attempting any such thing}
red_devil is offline  
Old 05-12-2008, 10:19 PM   #16 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,444
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Quote:
Originally Posted by j_h View Post
I have been using linux since redhat9. I found out about this bug YESTERDAY!!!.
Been using since RH 7.0 and came to know of this only today

Thanks for sharing. I have to be very careful when recommending linux for laptops, maybe first boot with a openSUSE liveCD and probe the hardware

I do hope eeepc does not have problems, just got one today :-P
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"

Last edited by NucleusKore; 05-12-2008 at 10:22 PM. Reason: Automerged Doublepost
NucleusKore is offline  
Old 05-12-2008, 10:56 PM   #17 (permalink)
j_h
Banned
 
Join Date: Jun 2007
Posts: 105
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Quote:
Originally Posted by esumitkumar View Post
OMG ..man u gave me heart attack if its true ?

My 2 yr old Acer laptop's HDD died just cuz i was playing formatting and installing various versions of linux every week ????

Also now I have installed a new HDD 80 GB ,
installed Ubuntu 8.10 fully on it
Should I run ,remove linux and install XP ???
You should find out whether your hard drive is under risk.
Here is how you do it.
http://ubuntuforums.org/showpost.php...46&postcount=2
Best of luck
j_h is offline  
Old 05-12-2008, 11:25 PM   #18 (permalink)
Daydream Believer
 
Ross's Avatar
 
Join Date: Sep 2008
Location: Somewhere b/w Reality & Delusion
Posts: 75
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Quote:
Originally Posted by j_h View Post
I dont think so. Its seen on laptop harddisks.
Ok,
but the link you mentioned in first post doesnt says anything like that it affects Laptop HDDs only.

( Anyways i better remove Linux until there is any fix.)
Ross is offline  
Old 05-12-2008, 11:37 PM   #19 (permalink)
j_h
Banned
 
Join Date: Jun 2007
Posts: 105
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Quote:
Originally Posted by Ross View Post
Ok,
but the link you mentioned in first post doesnt says anything like that it affects Laptop HDDs only.

( Anyways i better remove Linux until there is any fix.)
This load/unload is done by laptops to save power. It should not be a problem in desktops. If you want to clear your mind , check this post to find out if yours is infected. http://ubuntuforums.org/showpost.php...46&postcount=2. I also have linux on desktop. Dont worry. Its laptop specific problem.
j_h is offline  
Old 05-12-2008, 11:54 PM   #20 (permalink)
Daydream Believer
 
Ross's Avatar
 
Join Date: Sep 2008
Location: Somewhere b/w Reality & Delusion
Posts: 75
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Quote:
Originally Posted by j_h View Post
This load/unload is done by laptops to save power. It should not be a problem in desktops. If you want to clear your mind , check this post to find out if yours is infected. http://ubuntuforums.org/showpost.php...46&postcount=2. I also have linux on desktop. Dont worry. Its laptop specific problem.
check out this link https://bugs.launchpad.net/ubuntu/+s...95/comments/97 , it says it does affects Desktop HDDs too .
Ross is offline  
Old 06-12-2008, 06:49 AM   #21 (permalink)
j_h
Banned
 
Join Date: Jun 2007
Posts: 105
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

^yes. I read it. I don't know what to say.
https://bugs.launchpad.net/ubuntu/+s...95/comments/28
Check the link more info

Last edited by j_h; 06-12-2008 at 07:10 AM.
j_h is offline  
Old 06-12-2008, 07:27 AM   #22 (permalink)
Juke Box Hero
 
Join Date: Aug 2007
Posts: 1,204
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Quoting the link
Quote:
However, keep in mind that due to another bug added to this one, even desktop computers with desktop drives can end with this kind of settings, AND the 20 seconds idle set by ubuntu's scripts is WAY too small
It is a Ubuntu issue, not the entire Linux fraternity. This thread has always been a Ubuntu issue (pfft title.!). So people on Ubuntu should question/ask/care more probably. Like I said before, you are making a mountain of a mole (I agree a somewhat placid idea), it is fixed in many distros, and subsequent updates in Ubuntu will fix it too or might have already, I'm not sure. Don't be paranoid, please! And don't FUD, you will make others scared. Probably dig more on it at Ubuntu forums.

For those who can't come to gripes with the situation and are getting paranoid (justifiably), I strongly recommend dropping (Ubuntu)Linux now, lest you come later and then shout all over the forums about it. Prevention is better than cure, so better do it now.

*The reason why I might consider it a non-issue or a lesser grave issue is that the entire topic about it has went down subsequent threads in Ubuntu forums, meaning it is not that hot a topic it is made out to be here, which in itself says the issue is almost sorted. Of course, these are my opinions. YOMV.

Also I would like to add that it would help in your confidence if you can visit the #Ubuntu support channel on IRC, where you will get a direct reply, once and for all, letting you know on the issues.

Last edited by Hitboxx; 06-12-2008 at 07:33 AM. Reason: Automerged Doublepost
Hitboxx is offline  
Old 06-12-2008, 09:45 AM   #23 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,444
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Quote:
Originally Posted by j_h View Post
You should find out whether your hard drive is under risk.
Here is how you do it.
http://ubuntuforums.org/showpost.php...46&postcount=2
Best of luck
Thanks

Quote:
Originally Posted by Hitboxx View Post
Quoting the link

It is a Ubuntu issue, not the entire Linux fraternity. This thread has always been a Ubuntu issue (pfft title.!). So people on Ubuntu should question/ask/care more probably. Like I said before, you are making a mountain of a mole (I agree a somewhat placid idea), it is fixed in many distros, and subsequent updates in Ubuntu will fix it too or might have already, I'm not sure. Don't be paranoid, please! And don't FUD, you will make others scared. Probably dig more on it at Ubuntu forums.
Thanks for the clarification

__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
NucleusKore is offline  
Old 06-12-2008, 11:00 AM   #24 (permalink)
Call me Sumit
 
esumitkumar's Avatar
 
Join Date: Feb 2004
Posts: 1,393
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Quote:
Originally Posted by Hitboxx View Post
Quoting the link

It is a Ubuntu issue, not the entire Linux fraternity. This thread has always been a Ubuntu issue (pfft title.!). So people on Ubuntu should question/ask/care more probably. Like I said before, you are making a mountain of a mole (I agree a somewhat placid idea), it is fixed in many distros, and subsequent updates in Ubuntu will fix it too or might have already, I'm not sure. Don't be paranoid, please! And don't FUD, you will make others scared. Probably dig more on it at Ubuntu forums.

For those who can't come to gripes with the situation and are getting paranoid (justifiably), I strongly recommend dropping (Ubuntu)Linux now, lest you come later and then shout all over the forums about it. Prevention is better than cure, so better do it now.

*
hmm..so if windows doesnt install on my PC..is this a good situation to try
Fedora 10 or Mandriva 2009 Spring One (distro hopping excuse )

Fedora 10 or Mandriva dont have these issues right ? for laptops ??
esumitkumar is offline  
Old 06-12-2008, 02:11 PM   #25 (permalink)
j_h
Banned
 
Join Date: Jun 2007
Posts: 105
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Quote:
Originally Posted by esumitkumar View Post
hmm..so if windows doesnt install on my PC..is this a good situation to try
Fedora 10 or Mandriva 2009 Spring One (distro hopping excuse )

Fedora 10 or Mandriva dont have these issues right ? for laptops ??
Opensuse had it. https://bugzilla.novell.com/show_bug.cgi?id=386555
But now it is marked as solved. so I am waiting for the release of opensuse 11.1 to try.
Dont know if the bug is in fedora/mandriva. in any case, its better to check load cycles using smartmontools after installing the distros.
http://smartmontools.sourceforge.net/
Please post your observations after installing fedora/mandriva. I also need a distro for my laptop. I am too afraid to try the hdparm fix . People have noticed the temperature of their harddrives rising after using that fix. Cant wait for dec18. opensuse 11.1 will release that day.
j_h is offline  
Old 07-12-2008, 07:43 PM   #26 (permalink)
Linux all the way
 
Join Date: Mar 2008
Location: Rasayani
Posts: 155
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

does this affect desktop harddirves too as you specifically mentioned the word laptop.
__________________
At times life takes a U turn and you get back where you were...
Vishal Patil is offline  
Old 07-12-2008, 09:03 PM   #27 (permalink)
Call me Sumit
 
esumitkumar's Avatar
 
Join Date: Feb 2004
Posts: 1,393
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Am I affected by this ???

SMART overall-health self-assessment test result: PASSED
Please note the following marginal Attributes:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
190 Airflow_Temperature_Cel 0x0022 041 033 045 Old_age Always FAILING_NOW 59 (0 11 60 58
)

sumit@sumit-laptop:~$ sudo smartctl -a /dev/sda | grep Load_Cycle_Count
193 Load_Cycle_Count 0x0032 092 092 000 Old_age Always - 17776

SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 100 253 006 Pre-fail Always - 0
3 Spin_Up_Time 0x0003 095 094 000 Pre-fail Always - 0
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 217
5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0
7 Seek_Error_Rate 0x000f 065 060 030 Pre-fail Always - 3374749
9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 331
10 Spin_Retry_Count 0x0013 100 100 034 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 337
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
189 High_Fly_Writes 0x003a 076 076 000 Old_age Always - 24
190 Airflow_Temperature_Cel 0x0022 041 033 045 Old_age Always FAILING_NOW 59 (0 19 60 58)
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 260
193 Load_Cycle_Count 0x0032 092 092 000 Old_age Always - 17780
194 Temperature_Celsius 0x0022 059 067 000 Old_age Always - 59 (0 13 0 0)
195 Hardware_ECC_Recovered 0x001a 090 054 000 Old_age Always - 116212686
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x003e 200 199 000 Old_age Always - 3
200 Multi_Zone_Error_Rate 0x0000 100 253 000 Old_age Offline - 0
202 TA_Increase_Count 0x0032 100 253 000 Old_age Always - 0

Last edited by esumitkumar; 07-12-2008 at 09:08 PM. Reason: Automerged Doublepost
esumitkumar is offline  
Old 07-12-2008, 10:10 PM   #28 (permalink)
j_h
Banned
 
Join Date: Jun 2007
Posts: 105
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Quote:
Originally Posted by esumitkumar View Post
Am I affected by this ???

SMART overall-health self-assessment test result: PASSED
Please note the following marginal Attributes:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
190 Airflow_Temperature_Cel 0x0022 041 033 045 Old_age Always FAILING_NOW 59 (0 11 60 58
)

sumit@sumit-laptop:~$ sudo smartctl -a /dev/sda | grep Load_Cycle_Count
193 Load_Cycle_Count 0x0032 092 092 000 Old_age Always - 17776

SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 100 253 006 Pre-fail Always - 0
3 Spin_Up_Time 0x0003 095 094 000 Pre-fail Always - 0
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 217
5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0
7 Seek_Error_Rate 0x000f 065 060 030 Pre-fail Always - 3374749
9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 331
10 Spin_Retry_Count 0x0013 100 100 034 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 337
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
189 High_Fly_Writes 0x003a 076 076 000 Old_age Always - 24
190 Airflow_Temperature_Cel 0x0022 041 033 045 Old_age Always FAILING_NOW 59 (0 19 60 58)
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 260
193 Load_Cycle_Count 0x0032 092 092 000 Old_age Always - 17780
194 Temperature_Celsius 0x0022 059 067 000 Old_age Always - 59 (0 13 0 0)
195 Hardware_ECC_Recovered 0x001a 090 054 000 Old_age Always - 116212686
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x003e 200 199 000 Old_age Always - 3
200 Multi_Zone_Error_Rate 0x0000 100 253 000 Old_age Offline - 0
202 TA_Increase_Count 0x0032 100 253 000 Old_age Always - 0

Power_On_Hours = 331
Load_Cycle_Count = 17780
So that makes it 53.71 Cycles / hr. You can now calculate how long your hard disk will last by taking into consideration the number of hours you use it daily.

Also, check that airflow temperature. its 59 in your case.

A quote from this page: http://ata.wiki.kernel.org/index.php...ds_under_Linux

"Note that modern laptop drives are supposed to unload frequently to save power. Unless the unloading is excessive, disabling powersaving is not a good idea. It seems that most modern drives are rated for 600,000 load/unload cycles which translates to about two years of uptime at 35 unloads per hour. Even when assuming continuous 12 hours of usage everyday, this means the drive will only reach its rated load/unload cycle limit after four years and shouldn't be considered malfunctioning. Please only report cases where the expected uptime is significantly lower than two years.
"

Here is the explanation of the S.M.A.R.T Parameters
http://en.wikipedia.org/wiki/S.M.A.R.T.


Last edited by j_h; 07-12-2008 at 10:30 PM. Reason: Automerged Doublepost
j_h is offline  
Old 07-12-2008, 11:34 PM   #29 (permalink)
AFK
 
thewisecrab's Avatar
 
Join Date: Oct 2006
Location: Bombay
Posts: 1,596
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Phew. Glad that my desktop is not as vulnerable
__________________
Check out http://thefinal3rd.com, an Indian footie blog. Follow me on http://twitter.com/thewisecrab

Fishdumplings!! Duniya goal hai?
thewisecrab is offline  
Old 08-12-2008, 08:46 AM   #30 (permalink)
Call me Sumit
 
esumitkumar's Avatar
 
Join Date: Feb 2004
Posts: 1,393
Default Re: VERY IMPORTANT INFO: Hard Disks being Killed in Linux

Thanks ..I have switched to XP now
esumitkumar is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hard Disks for Laptops blacklisted Hardware Q&A 4 25-09-2007 06:34 PM
BAD HARD DISKs??? anilmail17 Hardware Q&A 2 29-03-2007 08:42 AM
Linux and Hard Disks The Unknown Open Source 9 21-02-2007 07:26 PM
Info on hard disks and partitions.. ms dos Hardware Q&A 9 10-06-2006 10:22 AM
WoW - info required - timings are important ;) jd_cool Gamerz 3 10-11-2005 06:28 PM


All times are GMT +5.5. The time now is 09:25 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2