mbo: festplatte

Sort by: Date / Title / URL

  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 , , and -1 others

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