History for http://www.thinkwiki.org/wiki/Problem_with_hard_drive_clicking

Sort by: Date / Title /

  1. #!/bin/sh # Use a less aggressiv hard disk power management in order to get # rid of clicking noise which occurs when the drive is parking its heads . "${PM_FUNCTIONS}" case "$1" in thaw|resume) hdparm -B 254 /dev/sda ;; *) ;; esac exit $NA
    07-03-2009 to , , by mbo

First / Previous / Next / Last / Page 1 of 1