Results 1 to 4 of 4
i have a 74 gig raptor wondering is their any tweaks to make it optimised?...
- 08-03-2009 #1
ways to speed up hard drive?
i have a 74 gig raptor wondering is their any tweaks to make it optimised?
- 08-03-2009 #2
I know different filesystem formats have different speeds, you may want to check them out. Do note that greater speed usualy comes at the cost of sanity checks such as journaling.
New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4
- 08-03-2009 #3
There are some boot options for the kernel that specify how it uses its cache. It doesn't speed up the drive it self, but may speed up the performance for the tasks it is designed for.
It is the elevator boot option you specify in grub, that sets the algorithm. In some cases, for example web server the option 'elevator=as' may actually speed up apache server by a significant ammount. Just google for the options, and see if there is a useful option for you.
Otherwise you can try to find a more efficient file system, which also can speed things up, though I think EXT is pretty efficient. Trying another device (such as SSD) obviously can't compete with algorithms, but on the same device, chosing the right option can actually deliver you higher disk performance.
- 08-04-2009 #4
If it's an (E)IDE drive check out hdparm
Speeding up Linux Using hdparm - O'Reilly Media
Pay special attention too:
I have not experienced any data loss yet, but it's different for each machine. You may also see the man pages on your system.Now before you get too excited, it is worth pointing out that under some circumstances, these commands CAN CAUSE UNEXPECTED DATA CORRUPTION! Use them at your own risk! At the very least, back up your box and bring it down to single-user mode before proceeding.
Code:man hdparm
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


