[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Qube3 - Speed Increase
- Subject: [cobalt-users] Qube3 - Speed Increase
- From: Sonny Taite <sonny@xxxxxxxxx>
- Date: Sun Sep 22 00:39:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
You can increase the speed of your Qube3 (single disk) using the following
command:
/sbin/hdparm -X66 -d1 -m16 -c3 /dev/had
THE USUAL WARNINGS :: USE AT YOUR OWN RISK - NO RESPONSIBILITY TAKEN BY ME
OR ASSOCIATES OF ME FOR LOSS OF INFORMATION.
That said, the above command does not live beyond reboots so if you want to
keep the extra pace, put it in an rc script in /etc/rc.d/init.d directory.
(I put mine in /etc/rc.d/rc.sysinit while I play around).
Sonny.