Announcement

Collapse
No announcement yet.

Testing Out Linux File-Systems On A USB Flash Drive

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Try ext4 without journaling

    I've found that if I turn off journaling on ext4 on USB flash drives I get a pretty substantial speed boost for writes. Journaling can be disabled with the data=writeback option:

    mount -o data=writeback /dev/sdb1 /mnt

    It would be interesting to see how a non-journaled ext4 filesystem would fare in these benchmarks.

    Comment


    • #12
      This doesn't disable the journal, it just allows for data to be written without journaling, and the metadata is still journaled.

      Comment


      • #13
        Originally posted by BlackStar View Post
        What's the purpose of a removable USB drive in your opinion?
        Moving data between systems? Not everyone has their LAN set up to sync uid/gids over LDAP or whatever.

        Comment


        • #14
          Dbench results for btrfs pulled a funny. Can someone tell me why the speed went up?

          Comment


          • #15
            I would have liked to have seen ext2 and ntfs

            Comment


            • #16
              what?

              I wish they had specified what options were used, as there are several journalling options for the journalled fs used, and I am too lazy to go dig up the options for the os they used. I'd have like to have known if they used the ssd option for btrfs, also, I think Reiser4 (amazingly enough, people are still working on it) with it's wandering logs would have been a nice addition. UDF would be good too, for those of us who want out of the box portability.

              Comment


              • #17
                Originally posted by rehaby View Post
                I would have liked to have seen ext2 and ntfs
                I second to that.

                Comment


                • #18
                  Originally posted by Apopas View Post
                  I second to that.
                  Doesn't ntfs use a journal as well? If so then as its hard to disable the journal on ntfs, it would be a poor choice for a filesystem for a flash drive or an SSD
                  Last edited by DeepDayze; 12 November 2009, 11:30 PM.

                  Comment


                  • #19
                    Why did sqlite suddenly perform so well on ext4? sqlite has sucked hard from 2.6.31 and back on ext4.

                    Is it because this is 2.6.32? or are barriers turned off? or some other mount option? I'd really really like to know.

                    Thanks

                    Comment


                    • #20
                      I have a Class 10 SDHC card and it is slow as hell on Ubuntu 9.04 ext2.
                      Problems are cron jobs, the apt-database or access to its cache by Firefox 3.5. I've thought it would easily outperform my slow 1,8" hdd but I was wrong.

                      Comment

                      Working...
                      X