More Linux File Systems

It seems I caught the wave of interest in Linux file systems.  Here are some articles worth checking out:

Of course, there are some other file systems that I haven’t talked about that came up in the comments of my last post.  Most of these are special purpose, still on the fringes, or different in scope than the first article which was about local storage.

  • The native flash file systems: UBIFS and LogFS.  In theory file systems like these would be ideal for SSDs, but we need manufactures to stop putting FAT/Hard disk emulation and wear leveling into their drives.  Windows is the culprit for this.  These file systems also seem keyed toward embedded device flash memories at the moment and not general purpose storage.  Neither are upstream yet.  This could be positive, as the disk format and code can be readily changed to make them compatible with future SSDs if there is a change in manufacturing.  Val Henson, a Linux file system authority, has some interesting thoughts.
  • The Log file systems: LogFS (flash centric, see above), NILFS.  I believe ZFS and Tux3 share design philosophy from these.  The idea has been around for a long time but none have ever really succeeded.
  • The shared disk and distributed parallel file systems: OCFS2, Lustre, GFS, PVFS.  There
    are a laundry list of these.  Some implement entire disk file systems, while others add clustering or distributing properties to other file systems.  SUSE [link] and I think Red Hat even considered using one as the default file system but booting (Grub) is an issue.
  • Network file systems: these add networking to other disk file systems. POHMELFS and CRFS (distributed extension for Btrfs) are interesting new ones here.  Of course there are a laundry list network file systems for Linux.  NFS, AFS, and CIFS are the old timers.
  • The others: These are more experimental or research oriented.  chunkfs, spadfs, and many more.  Many others just don’t have steam behind them yet or are dead in the water.

My overview is clearly Linux oriented, though I mentioned ZFS in passing because I think it spurred a lot of these recent developments.  That isn’t to say the BSDs are sitting still with HAMMER, and FreeBSD is keeping UFS2 moving forward while NetBSD has LFS – a log file system.

P.S.:

I plan on performing some benchmarking soon after 2.6.28 goes stable.  The list will include ext2/3/4, JFS, XFS, Reiser3 and Btrfs.  The setup will include single and multi-disk configs.  If you have any requests or suggestions for setup, please contact me.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Slashdot
  • Facebook
  • Reddit
  • StumbleUpon
  • Google Bookmarks
  • FSDaily
  • Twitter
  • email
  • Print
  • PDF

Related posts:

  1. Good Linux File System Developments ext4 has sparked good controversy on the LKML. Aside from...
  2. On File Systems Update: More Linux File Systems Introduction Although the file system...
  3. Linux: Btrfs, File Data and Metadata Checksums Chris Mason announced an early alpha release of his new...
  4. USB 3.0 on Linux Take a look at this Intel developer’s blog: http://sarah.thesharps.us/2008-12-07-13-35.cherry The...
  5. Sun Ultra 27 Review – The Ultimate Linux Workstation Sun Microsystems has a powerful and favorably priced entry in...

5 Responses to “More Linux File Systems”

  1. Life Tester Says:

    your top 3 links seem to be broken :p (but copy&paste ready :-)

  2. kev009 Says:

    I’ve fixed the links. Thanks for the feedback!

  3. Eric Sandeen Says:

    The phoronix tests are quite flawed; the bonnie++ tests aren’t even reporting the proper output fields from the runs (I’ve notified them of this, and assume they’ll fix it, but the site still reflects the flawed data. Hit: ext3 canNOT delete 210 4G files per second). The world is full of bad benchmarks; it’s best to approach these things with a critical eye.

  4. kev009 Says:

    Hi Eric,

    I had my own doubts: http://www.kev009.com/wp/2008/12/phoronix-benchmarking-statistically-significant-and-other-performance-concerns/

    I think he is more concerned about page impressions than factual comparisons or thoughtful analysis.

  5. Skry Says:

    I’ve done some filesystem (ext2/3/4, j/xfs, reiserfs) benchmarking with bonnie++ on Acer netbook with (somewhat notorious samsung) SSD. Hope it is of any interest. http://dismantle-it.blogspot.com/2008/12/linux-filesystems-benchmark-on-acer.html

Leave a Reply