Page 1 of 1

hdparm standby problems on T41p

Posted: Fri Feb 25, 2005 3:24 pm
by shugaa
Hi guys,

following problem: Using Linux (gentoo for that matter) on my Thinkpad T41p I'm having trouble with harddisk powermanagement.
I can't seem to get the harddrive to spin down. I issue "hdparm -S1 /dev/hda" expecting the harddrive to spin down after 5 seconds of inactivity but it doesn't. By the way laptop-mode tools are installed and working perfectly, there is absolutely no disk activity with laptop-mode running (so this is definitely not the problem). "hdparm -y /dev/hda" puts the drive into standby state just fine and the drive doesn't wake up until I exit laptop-mode (or MAX_AGE expires).
Short: No harddisk activity but the drive won't spin down automatically.
I've tried a whole lot of stuff already from disabling SMART to playing with the powermanagement options in the BIOS. Nothing has helped so far.
So this forum is my last hope somewhat. Is it possible that I have to enable/disable some special option in the BIOS to allow hdparm to spin the disk down?

Thank you for your suggestions!

shug

Posted: Sat Feb 26, 2005 7:35 pm
by darkhelmet03
I also use gentoo on my T41.

Try -B 1 (sets to most aggressive advanced power management) in addition to setting the -S parameter at hdparm.

Posted: Sun Feb 27, 2005 5:51 am
by shugaa
Wow! Thanks!! This has done the trick. It's working now.