[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: hdparm



Boris Duerner (bduerner@web.de) wrote:
> Is there a script for /etc/nit.d to make hdparm settings at bootup?
 
Make one:

$ man hdparm
$ su
# vi /etc/init.d/hdparm
	#!/bin/sh
	/sbin/hdparm <blah> /dev/hd<X>

ln -s /etc/init.d/hdparm /etc/rc2.d/S15hdparm


Reasonably simple, no? Read the manual page (yes, step one above), and 
proceed at your own peril.

(ie, only do this when you go multi user, in case some of the hdparms
cause your system to fail, in which case you can go single user and fix
it quite simply (unless you have corrupted your file system or fried
your hardware))

Regards,

  James

-- 
 James Bromberger <james_AT_rcpt.to> www.james.rcpt.to
 Remainder moved to http://www.james.rcpt.to/james/sig.html
 The Australian Linux Technical Conference 2003: http://www.linux.conf.au/

Attachment: pgpOosSH23cKD.pgp
Description: PGP signature


Reply to: