[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

Noiano noiano at gmx.com
Sat Jun 7 18:22:04 UTC 2008


Mark Baas wrote:
> The same fix is the pm-utils fix (hardy), then yes you can use the same
> files.

Begging your pardon I didn't not understand. On ubuntu I use this fix:

#!/bin/bash
if on_ac_power; then
  # on AC so don't do any head parking
  hdparm -B 254 /dev/sda # you might need 255 or a different value
else
  # either on battery or power status could not be determined
  # so quickly park the head to protect the disk
  hdparm -B 128 /dev/sda
fi

That pm-utils you mentioned solves the problem better than this fix?

What about FC9?

Thanks again

-- 
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