This problem seems even worse than I thought. I’m looking at the Load_Cycle_Count of my new harddrive. I see 17 spin-down/spin-up cycles within 12 minutes.
The output of various :
$ date
$ sudo smartctl -a /dev/sda | grep Load_Cycle_Count
Sat Oct 27 11:17:28 CEST 2007
193 Load_Cycle_Count 0×0032 200 200 000 Old_age Always – 501
Sat Oct 27 11:24:46 CEST 2007
193 Load_Cycle_Count 0×0032 200 200 000 Old_age Always – 513
Sat Oct 27 11:28:59 CEST 2007
193 Load_Cycle_Count 0×0032 200 200 000 Old_age Always – 518
I turned of my laptop, booted it from ac before generating this output.
More information about this bug :
- https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695
- http://ubuntudemon.wordpress.com/2007/10/26/laptop-hardrive-killer-bug/
- http://www.advogato.org/person/mjg59/diary/82.html
To proof I’m not running in laptop mode here’s the output of $sudo laptop_mode status
Mounts:
/dev/mapper/T--2500-root on / type ext3 (rw,noatime,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.22-14-generic/volatile type tmpfs (rw)
/dev/sda1 on /boot type ext3 (rw,noatime)
securityfs on /sys/kernel/security type securityfs (rw)
Drive power status:
/dev/sda:
drive state is: active/idle
(NOTE: drive settings affected by Laptop Mode cannot be retrieved.)
Readahead states:
/dev/mapper/T--2500-root: 128 kB
/dev/sda1: 128 kB
Laptop Mode is NOT allowed to run: /var/run/laptop-mode-enabled does not exist.
/proc/sys/vm/laptop_mode:
0
/proc/sys/vm/dirty_ratio:
10
/proc/sys/vm/dirty_background_ratio:
5
/proc/sys/vm/dirty_expire_centisecs:
3000
/proc/sys/vm/dirty_writeback_centisecs:
500
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq:
996000
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq:
1992000
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq:
996000
/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_cur_freq:
996000
/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq:
1992000
/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq:
996000
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
ondemand
/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor:
ondemand
/proc/acpi/button/lid/LID/state:
state: closed
/proc/acpi/ac_adapter/AC0/state:
state: on-line
/proc/acpi/battery/BAT0/state:
present: yes
capacity state: ok
charging state: charging
present rate: unknown
remaining capacity: 2391 mAh
present voltage: 11736 mV

