Linux-Noob Forums
Speed up Red Hat 9's default disk access - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html)
+---- Forum: Filesystem Management (https://www.linux-noob.com/forums/forum-26.html)
+---- Thread: Speed up Red Hat 9's default disk access (/thread-4074.html)



Speed up Red Hat 9's default disk access - anyweb - 2003-12-11


Speed up Red Hat 9's default disk access. To do this it helps if you have knowledge of vi (a console based text editor). As root issue this command in a console

 

vi /etc/sysconfig/harddisks

 

This will open a text file with certain settings disabled by default, we are going to enable those commands and as a result increase the speed of hard disc access in Red Hat.

 

First, lets find the line which reads as follows

 

#USE_DMA=1

 

and now delete the # so that the line now reads

 

USE_DMA=1

 

Now, scroll down and find the line which reads

 

#EIDE_32BIT=3

 

and delete the # so that the line now reads

 

EIDE_32BIT=3

 

Next, find a line which reads

 

#LOOKAHEAD=1

 

and again, delete the # so that the line now reads

 

LOOKAHEAD=1

 

Thats it, you are done, now lets SAVE our changes in vi by typing

 

:wq

 

The : (colon) allows use to 'type' a command in vi, if you see INSERT or REPLACE instead, press ESC then try again.

 

Think of the w and q as:-

w=write

q=quit

 

Once done, time how long something takes to start like Mozilla or OpenOffice. Then reboot the computer and time again, notice the difference ? ;-)




Speed up Red Hat 9's default disk access - anyweb - 2004-02-28


wow, look how popular this tip is !

 

i'm actually amazed

 

cheers




Speed up Red Hat 9's default disk access - dubkat - 2004-09-19

is this tip applicable to FC1 and FC2 ?



Speed up Red Hat 9's default disk access - hijinks - 2004-09-20


Quote:is this tip applicable to FC1 and FC2 ?
yes it is




Speed up Red Hat 9's default disk access - anyweb - 2005-01-15

and FC3 too :)