[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime
Akshay Srinivasan
akshaysrinivasan at gmail.com
Sat Apr 5 11:33:10 UTC 2008
I've been using this nifty little script which accesses the hard disk
every 7 secs (like windows :) ) so that the disk head isn't parked,
surprisingly enough , the temperature remians at around 44C ,whereas
with the -B 255 it would easily soar to around 52C.Could anyone here
check if it works on their system ??
(run it with sudo , sudo ck.sh <device path> )
#!/bin/sh
hdparm -B 128 $1
while : ;
do
smartctl -a $1 | grep Load
sleep 7
done
--
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux-meta in ubuntu.
More information about the kernel-bugs
mailing list