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

[cobalt-users] Qube3 - Speed Increase



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.