FedoraExt4

From FedoraProject

Jump to: navigation, search

NOTE: ext4 is still in development. Please help test, but understand that things may go wrong, and you should not trust your only copy of important data to this filesystem until it's had more real-world exposure.

Rawhide and the F9 alpha can install onto an ext4dev filesystem root; first you need to tell (a.k.a. lie to) the installer with "iamanext4developer" (post-beta: just "ext4") on the boot commandline. This is akin to the "jfs" or "reiserfs" options for those filesystems.

Then you can do custom partitioning, and select ext4dev for any filesystem (except /boot - no grub support (yet)).

The install should proceed Just Fine(tm). If not, let me (EricSandeen) know.

See also the ext4 feature page .

And now for the caveats:

[root] # mkfs.ext3 -E test_fs /dev/<device>

for pre-existing filesystems, to set the flag, do:

[root] # debugfs -w /dev/sda5
debugfs 1.40.5 (27-Jan-2008)
debugfs:  set_super_value s_flags 4
debugfs:  quit

If you don't do this, you may get a message like this upon bootup:

EXT4-fs: dm-1: not marked OK to use with test code