Page 9 of 18 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 172

Thread: HOWTO: Tweak your ext3 filesystem for a performance boost

  1. #81
    Join Date
    Jul 2006
    Location
    Linz, Austria
    Beans
    103
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Tweak your ext3 filesystem for a performance boost

    I don't have the following line in my grub menu list:

    # nonaltoptions=quiet splash rootflags=data=writeback

    What should I do in this case?

    Thanks,

  2. #82
    Join Date
    Apr 2006
    Location
    Tejas
    Beans
    445
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HOWTO: Tweak your ext3 filesystem for a performance boost

    I didn't have that line either. I think it is called defoptions now instead of nonaltoptions. I edited this line in mine.
    Code:
    # defoptions=quiet splash rootflags=data=writeback
    Quote Originally Posted by smcnally
    For me, it's all about the penguin...If the Linux mascot was a tiger or an elephant, I would have never even tried it.

  3. #83
    Join Date
    Jul 2006
    Location
    Linz, Austria
    Beans
    103
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Tweak your ext3 filesystem for a performance boost

    Thanks Peepsalot, I'll try this.

  4. #84
    Join Date
    Jul 2006
    Location
    Quezon City, Philippines
    Beans
    62

    Re: HOWTO: Tweak your ext3 filesystem for a performance boost

    I tried using your method, and at first it didn't work.

    For some reason, during recovery mode, I ran tune2fs as root and now it works! I did get some error messages when I sudo'd it as the main user...

    All in all, I think there is a difference. Not yet very noticeable, but there is, indeed. Good work.
    OSS Monkey - hp
    Xubuntu 6.0.6 | Toshiba Satellite 1800 | PIII-850mHz | 128Mb RAM
    Linux user #422293 Get counted!

  5. #85
    Join Date
    Jul 2006
    Location
    Linz, Austria
    Beans
    103
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Tweak your ext3 filesystem for a performance boost

    This tweaking worked for me. The system reboot with no problem. There is a bit improvement. Great work.

    One more question: Can "noatime" be applied to FAT32 partitions?
    Last edited by veli; July 11th, 2006 at 03:32 AM.

  6. #86
    Join Date
    Apr 2005
    Location
    Stockholm, Sweden
    Beans
    331
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Tweak your ext3 filesystem for a performance boost

    One more question: Can "noatime" be applied to FAT32 partitions?
    Alas no, it cannot. There isn't much you can do with FAT32 except to use it for a shared HD between Windows and XP.

  7. #87
    Join Date
    Mar 2006
    Beans
    72

    Re: HOWTO: Tweak your ext3 filesystem for a performance boost

    Hi u might wanna check this out: http://forums.gentoo.org/viewtopic-t...ight-ext3.html and if necessary update ur Howto accordingly

  8. #88
    Join Date
    Apr 2005
    Location
    Stockholm, Sweden
    Beans
    331
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Tweak your ext3 filesystem for a performance boost

    Hi u might wanna check this out: http://forums.gentoo.org/viewtopic-t...ight-ext3.html and if necessary update ur Howto accordingly
    Don't know what you are pointing at with "update accordingly" but I am fine with the howto as is.

    Thank you anyway

  9. #89
    Join Date
    Jun 2006
    Beans
    2,310
    Distro
    Ubuntu 14.04 Trusty Tahr

    Question Re: HOWTO: Tweak your ext3 filesystem for a performance boost

    Quote Originally Posted by GoldBuggie View Post
    Code:
    /dev/hda1 / ext3 defaults,errors=remount-ro,noatime,auto,rw,dev,exec,suid,nouser,data=writeback 0 1
    I am aware of the benefits of the noatime option. But why add: auto,rw,dev,exec,suid,nouser ? The defaults options takes care of these including the option to async. I did not read the entire thread and so I apologize if I'm missing something here regarding the specifics of writeback and journaling.

  10. #90
    Join Date
    Apr 2005
    Location
    Stockholm, Sweden
    Beans
    331
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Tweak your ext3 filesystem for a performance boost

    just add the noatime option...the other options was just there when I copy pasted from my fstab since I played around with different things at that time(or was it like that in default with earlier ubuntu, I don't remember). You should see that I put the noatime option in bold meaning that do not take notice about the other things.

    Anyway...happy tweaking

Page 9 of 18 FirstFirst ... 7891011 ... LastLast

Bookmarks

Posting Permissions

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