As a temporary fix I edited /etc/hdparm.conf and added:

/dev/sda {
  apm = 255
  spindown_time = 0
}

Afterwards I installed the hdparm init script by doing 'sudo update-rc.d
hdparm defaults' to make the changes consistent over reboots.

This is the same as running the following commands:
hdparm -B255 /dev/sda
hdparm -S0 /dev/sda

This will turn off Advanced Power Management on the drive and it will
disable the standby (spindown) timeout, so the drive will never be spun
down and up again.

-- 
default value in power.sh potentially kills laptop disks
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to