|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] hdparm problem
|
Arthur S. Alexion said:
> Following a recent thread, and reading the cited URLs, I added the
> following lines to /etc/rc.d/rc.local
>
> hdparm -c1 /dev/hde
> hdparm -d1 -X66 /dev/hde
> hdparm -m 16 /dev/hde
You can combine them into 1 command:
hdparm -c1 -d1 -m 16 -X66 /dev/hde
No idea about the lockup, sorry.
--
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project <http://leaf.sourceforge.net>
AIM: MikeLeone
These are the memories which make me a wealthy soul ...
Random Thought:
--------------
Academic politics is the most vicious and bitter form of politics, because the stakes are so low. - Wallace Sayre
_________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce
General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|
|