Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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.

share|improve this question

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.

share|improve this answer

Maybe PowerTop is for you.

share|improve this answer
not exactly what I wanted. – starcorn Feb 19 '11 at 12:36
4  
@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. – The Lord of Time Apr 20 '11 at 15:43
1  
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – Stephen Myall Aug 21 '12 at 10:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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