Page 4 of 18 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 172

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

  1. #31
    Join Date
    Feb 2005
    Location
    Atl GA USA
    Beans
    35

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

    Just applied your tweak to my Ubuntu 5.10 install on a Dell Laptop with a 100gig 7200rpm drive. It is a bit quicker.
    Note to self: Why don't you ever listen to me?
    We the unwilling led by the unqualified for so long with so little, we now attempt the impossible with nothing

  2. #32
    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 applied your tweak to my Ubuntu 5.10 install on a Dell Laptop with a 100gig 7200rpm drive. It is a bit quicker.
    Nice to hear it

  3. #33
    Join Date
    Apr 2005
    Beans
    54

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

    I get the same error message as noted in this thread:
    Code:
    th@ubuntu:~$ sudo tune2fs -o journal_data_writeback /dev/hda1
    tune2fs 1.38 (30-Jun-2005)
    tune2fs: Bad magic number in super-block while trying to open /dev/hda1
    Couldn't find valid filesystem superblock.
    Note that this is on a reiserfs partition, hda1 is correct.

    I did, however, get this to work on my desktop's ext3 partition, i noticed a huge speed improvement when using apt-get and synaptic, small improvements elsewhere. A straight up $cp stuff/ ~/Desktop/ took exactly the same amount of time, stuff/ had 1400 files and was 240MB.

  4. #34
    Join Date
    Jun 2005
    Location
    Pacific NorthWest
    Beans
    2,782
    Distro
    Ubuntu Development Release

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

    I'm a PPC user & looking at the ppc of grub (yaboot), I don't get the same areas to change for writeback--any ideas?? I included the noatime (which was used in fstab with Yellowdog Linux) & am "slightly" faster
    "Let's nobody be dead today----Looks very bad on my report" One of my favourite lines from AVATAR
    Linux User#395230
    Ubuntu User# 13498

  5. #35
    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

    I'm a PPC user & looking at the ppc of grub (yaboot), I don't get the same areas to change for writeback--any ideas??
    Well..just changing your fstab will probably work but to answer your question: change the kernel line.(but this option will then get removed when updating your kernel)
    Code:
     kernel          /boot/vmlinuz-2.6.12-10-686 root=/dev/hda1 ro quiet splash vga=792 devfs=mount rootflags=data=writeback

  6. #36
    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

    I'm a PPC user & looking at the ppc of grub (yaboot), I don't get the same areas to change for writeback--any ideas??
    Well..just changing your fstab will probably work but to answer your question: change the kernel line.(but this option will then get removed when updating your kernel)
    Code:
     kernel          /boot/vmlinuz-2.6.12-10-686 root=/dev/hda1 ro quiet splash vga=792 devfs=mount rootflags=data=writeback

  7. #37
    Join Date
    Mar 2005
    Beans
    277

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

    works great! definate performance boost on my p3 550. Thanks a lot

  8. #38
    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

    works great! definate performance boost on my p3 550. Thanks a lot
    Super! Always nice to hear.

  9. #39
    Join Date
    Apr 2005
    Beans
    177

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

    If the /etc/fstab file is for static drives. Where's the equivalent file for hotplug USB drives for example?? I want to make this change to my storage drives, as others have recommended doing.. But they're USB and don't show up in fstab when mounted..
    [ Synthetic Intelligent Organism Normally for Infiltration and Dangerous Exploration ]

  10. #40
    Join Date
    Jun 2005
    Beans
    40

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

    Hi,

    I'm going to try this on my computer over the weeked. I also have a super old Thinkpad 380ED which I'm fixing up for a friend. I've got Mepis on it, will this work on other distro's too?

Page 4 of 18 FirstFirst ... 2345614 ... 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
  •