Noticed a slow system, especially when accessing the hd?
You probably need to set some stuff up. It's simple. Just open a console session and type:
You'll see the current performance.
Now just set some flags:
Note: "/dev/hda" is the hard disk you want to speed up.
Then just type again to see the performance boost:
Now let's save the flags, just type:
Past the following at the bottom:
Note: "/dev/hda" is the hard disk you want to speed up.
Enjoy.
That's it.
Hope that will help.
You probably need to set some stuff up. It's simple. Just open a console session and type:
Code:
sudo hdparm -Tt /dev/hda
Now just set some flags:
Code:
sudo hdparm -m16 -W1 -d1 -c1 -u1 /dev/hda
Then just type again to see the performance boost:
Code:
sudo hdparm -Tt /dev/hda
Code:
sudo kwrite /etc/hdparm.conf
Code:
command_line { hdparm -q -m16 -q -W1 -q -d1 -q -c1 -q -u1 /dev/hda }
Enjoy.
That's it.
Hope that will help.
Comment