Find the answer to your Linux question:
Results 1 to 4 of 4
i have a 74 gig raptor wondering is their any tweaks to make it optimised?...
  1. #1
    Linux Newbie leo5111's Avatar
    Join Date
    Oct 2006
    Location
    escaped from XP hell
    Posts
    183

    ways to speed up hard drive?

    i have a 74 gig raptor wondering is their any tweaks to make it optimised?

  2. #2
    Linux Enthusiast meton_magis's Avatar
    Join Date
    Oct 2006
    Location
    arizona
    Posts
    665
    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

  3. #3
    Linux Enthusiast Bemk's Avatar
    Join Date
    Sep 2008
    Location
    Oosterhout-NB, Netherlands
    Posts
    522
    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.

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    If it's an (E)IDE drive check out hdparm
    Speeding up Linux Using hdparm - O'Reilly Media
    Pay special attention too:
    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.
    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.
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...