这是官方论坛的最新解决方案。我用过以后,每次开关机增长一次,数值就不在增长了。具体的方法是
sudogedit99-hdd-ugly-fix.sh
然后写入以下内容。注意,要是你的硬盘是hda,注意把里面的sda改一下
QUOTE: |
#!/bin/bash
ifon_ac_power;then
#onACsodon''tdoanyheadparking
hdparm-B254/dev/sda
hdparm-B255/dev/sda
else
#eitheronbatteryorpowerstatuscouldnotbedetermined
#soquicklyparktheheadtoprotectthedisk
hdparm-B128/dev/sda
fi
然后把文件复制到下面四个地方
QUOTE: |
sudoinstall99-hdd-ugly-fix.sh/etc/acpi/resume.d/
sudoinstall99-hdd-ugly-fix.sh/etc/acpi/start.d/
sudoinstall99-hdd-ugly-fix.sh/etc/acpi/ac.d/
sudoinstall99-hdd-ugly-fix.sh/etc/acpi/battery.d/
需要注意的是,有人报告说降低了磁头加载次数会造成硬盘温度升高。但是我用的时候没有发现。这个方法不保证安全性。请慎重!
下载本文示例代码
阅读(240) | 评论(0) | 转发(0) |