LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   how to ensure hdparrm settings are retained over a reboot? (https://www.linuxquestions.org/questions/debian-26/how-to-ensure-hdparrm-settings-are-retained-over-a-reboot-215158/)

zero79 08-08-2004 09:07 PM

how to ensure hdparrm settings are retained over a reboot?
 
hi all,

i found that my hard drive performs optimally with the following command

Code:

hdparm -c3 -u1 /dev/hde
where is the proper location to set this command to run during every boot? in /etc/rc*.d? if so, how do i do that? i've never updated rc settings before. thanks.

320mb 08-08-2004 09:18 PM

do you have an /etc/rc.d/rc.local file??

this is where I put my stuff like this...........

HappyTux 08-09-2004 12:24 AM

Re: how to ensure hdparrm settings are retained over a reboot?
 
Quote:

Originally posted by zero79
hi all,

i found that my hard drive performs optimally with the following command

Code:

hdparm -c3 -u1 /dev/hde
where is the proper location to set this command to run during every boot? in /etc/rc*.d? if so, how do i do that? i've never updated rc settings before. thanks.

Put the settings in the file /etc/hdparm.conf the examples in the file should be enough for you to figure out the correct syntax.

zero79 08-09-2004 04:15 PM

nice call HappyTux. i guess i should have expected there to be an hdparm config file...but i didn't think about it before posting. thanks.


All times are GMT -5. The time now is 09:17 PM.