LWN.net Logo

Linux Foundation End User Summit wrap-up

Linux Foundation End User Summit wrap-up

Posted Oct 19, 2008 4:16 UTC (Sun) by eru (subscriber, #2753)
In reply to: Linux Foundation End User Summit wrap-up by sbergman27
Parent article: Linux Foundation End User Summit wrap-up

I'm a bit confused about ext4 and btrfs, what is the difference and what are the advantages of them over each other, or over earlier file systems. If I may offer a suggestion to the editors: I think here a LWN article summarizing the situation would be helpful.


(Log in to post comments)

ext4 and btrfs

Posted Oct 19, 2008 21:43 UTC (Sun) by corbet (editor, #1) [Link]

ext4 is an extension of the earlier ext* filesystems. It retains a semilar organization, and it has some of the same advantages and disadvantages. One big gap in ext4, even after all the work, is that it does not do checksumming of data (or metadata).

btrfs does have that checksumming, along with a lot of other features that people have been asking for (snapshots, for example).

The long-term plan is that btrfs will be the "next-generation filesystem" that we'll all be using. But btrfs is new, under heavy development, and does not yet have a stable on-disk format. OTOH ext4 is ready (or nearly ready) now. So think of ext4 as the interim solution which carries us through the next few years until btrfs is ready.

ext4 and btrfs

Posted Oct 20, 2008 10:20 UTC (Mon) by eru (subscriber, #2753) [Link]

Thanks for the answer!

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds