Is Linux hard on laptop hard drives?
I noticed this
bug, there's actually quite a few posts around the Ubuntu community about it. It seems as if a Linux laptop running on battery power is most effected. Something is causing the hard drive to spin up, right after it spins down. This dramatically increases the amount of wear on the mechanics in the drive. I don't know how bad this really is, however it is something to keep an eye on if you are running Linux on a laptop (without solid state drives). Here is blog entry on the subject with more info.
link
Comments
[Edit] Uhh, not sure which number it is.
193 Load_Cycle_Count 0x0032 180 180 000 Old_age Always - 60142
This lappy's about 5 months old.
EDIT: Nice avy Sail, didn't realize it was you XD
Thanks for the heads-up!!
Hmmm... my desktop:
nine@Ronin:~$ sudo smartctl -a /dev/sdb | grep Load_Cycle_Count
Crap XD193 Load_Cycle_Count 0xa88c 094 227 140 Old_age Offline FAILING_NOW 186421495703948
>sudo smartctl -d ata -a /dev/sda | grep Load_Cycle_Count && sudo smartctl -d ata -a /dev/sdb | grep Load_Cycle_Count
The top drive is Ubuntu Linux, the bottom is Vista. I use Vista much less so hard to tell. This laptop is 8 months old. I do know that when I checked this morning it was 94835.193 Load_Cycle_Count 0x0032 091 091 000 Old_age Always - 94905
193 Load_Cycle_Count 0x0032 097 097 000 Old_age Always - 33532
[Edit] Guess I'm not. I didn't realize that SSDs are ludicrously expensive. I'll just have to keep an eye on it for now.
hdparm -B
command to prevent your hard drive from parking the heads. This will probably hurt battery life, and it means your drive might be hurt if you drop the laptop or something, but it will solve this bug at least until it is fixed. For more information read all this stuff.hdparm -B 255 /dev/sda
I used this command from the bug page and it seems to work, but totally disables the Advanced Power Management. Yeah, it's a real battery drainer =P It also apparently makes the computer very hot, but I haven't experienced that yet.