Jump to content

acpi hdd code


curtis e. bear
 Share

Recommended Posts

install this program called hdparm, and issue the command as root:

 

root@localhost # hdparm -S 241 /dev/hda

 

that gives a spindown timeout of 30 minutes, if you want to learn about the timing, type "man hdparm". HTH

Edited by arthur
Link to comment
Share on other sites

try 'hdparm /dev/hda' and it should print a bunch of info to see if it's installed properly.

'hdparm -y /dev/hda' will put your hd in standby and 'hdparm -Y /dev/hda' will put it to sleep.

 

hdparm -S 241 /dev/hda should have printed something like "setting spindown timeout to 30 minutes"

 

to make the changes permanent, you must go into MCC and configure hdparm to start every boot, and put "hda_args = "-S 241"" in /etc/conf.d/hdparm.

at least, that's what i would do in gentoo, sorry, i don't have mandrake so about the MCC stuff... :unsure:

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...