I wonder if there are a better tool than the panel at System → Preferences → Power Management to manage the power consumption for the HDD. Specifically HDD in a laptop.

link|improve this question

62% accept rate
feedback

2 Answers

You can experiment a bit with a few options for hdparm command. Specifically:

  • -S <number> sets the idle timeout before the drive turns its spindle off.
  • -M <number> sets the Acoustic Management Mode (this parameter also helps in the power management)

I don't report here how the value should be chosen, I let you to read it from the man page.

That said, I would NOT recommend to choose timeout values too short, as still one of the most stressing times for a hard disk is the spin-up time, i.e. it's better to leave a HDD spin a little longer while idling than continuously turn it off and on, especially with modern, low-power HDDs.

link|improve this answer
feedback

Maybe PowerTop is for you.

link|improve this answer
not exactly what I wanted. – starcorn Feb 19 '11 at 12:36
3  
@starcorn it may be worth your while to specify what you want in more detail, and why you find sys-prefs-power management insufficient... – Christoph Mar 21 '11 at 15:09
And for the record, laptop hard drives are relatively decent when it comes to power consumption, as they won't suck away all your power. – Thomas Ward Apr 20 '11 at 15:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.