LWN.net Logo

Ext4 to be standard for Fedora 11, Btrfs also included (heise online)

Ext4 to be standard for Fedora 11, Btrfs also included (heise online)

Posted Jan 23, 2009 20:53 UTC (Fri) by dlang (✭ supporter ✭, #313)
In reply to: Ext4 to be standard for Fedora 11, Btrfs also included (heise online) by kev009
Parent article: Ext4 to be standard for Fedora 11, Btrfs also included (heise online)

ext4 (especially with the new disk format and new features) was only declared 'stable' by it's developers in this last kernel release. In spite of the fact that it shares three characters of it's name with more common filesystems there is a huge amount of new code in it that has not had extensive real-world testing yet. I think that we're only in the 6-9 month range since the developers started trusting their own data to it.

the fact that Fedora (a bleeding edge distro) is considering using it for it's next release (in 4 months or so) just means that they think that it's good enough to test.

this is a FAR cry from saying that it's a reliable filesystem that is production ready.

NTFS speed may be terrible, but it's been around long enough to have let experience find the bugs that the developers missed.


(Log in to post comments)

Ext4 to be standard for Fedora 11, Btrfs also included (heise online)

Posted Jan 23, 2009 23:50 UTC (Fri) by rahulsundaram (subscriber, #21946) [Link]

Some additional information:

Upstream has dropped the development tag from Ext4 in the latest Linux kernel release which is a indication that they believe it is good for more wide spread usage.

Red Hat has kernel filesystem developers working on Ext 3/4, XFS and Btrfs and Fedora has supported Ext4 as a experimental option right from the Fedora 9 release. Red Hat has included Ext4 as a technology preview in the recently released RHEL 5.3 as well.

Ext4 to be standard for Fedora 11, Btrfs also included (heise online)

Posted Jan 29, 2009 10:29 UTC (Thu) by Cato (subscriber, #7643) [Link]

There are quite a few real-world bugs still in NTFS-3G, I just saw one this morning from an Ubuntu user. While NTFS in its Windows implementations seems very stable, NTFS-3G has had less time to mature, so it's best to limit its use if possible - e.g. for a dual boot system put most of the shared data on FAT32 so that most NTFS writes are from Windows.

NTFS has advantages when Windows is running (e.g. it supports shadow copies for consistent backups of open files) but not for Linux.

Ext4 to be standard for Fedora 11, Btrfs also included (heise online)

Posted Jan 30, 2009 15:15 UTC (Fri) by szaka (subscriber, #12740) [Link]

We are not aware of any NTFS-3G bug. If you check out http://ntfs-3g.org/support.html then you can find that there are many problems which are attributed to NTFS-3G when in fact they are not related to any file system in any way.

About the maturity of the 9 years old NTFS-3G code base see http://lwn.net/Articles/316471/

Unfortunately we, NTFS-3G developers, don't share your view about the stability of the Windows NTFS driver. There are many ways to crash Windows via the NTFS file system driver. In fact Microsoft documents that system crash is expected for instance if NTFS is corrupted. This is completely unacceptable for us. NTFS-3G survives millions of fsfuzz iterations.

I think our test suite is one of the most extensive ones in the industry (it's not complete list): http://ntfs-3g.org/quality.html Besides we are maintaining the PJD POSIX file system test suit as well: http://ntfs-3g.org/pjd-fstest.html what of course our advanced driver fully passes.

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