Ext4 Howto

From Ext4
Revision as of 01:04, 20 November 2007 by Ckujau (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  1. Enable EXT4DEV_FS (along with EXT4DEV_FS_XATTR and EXT4DEV_FS_POSIX_ACL if you like) in your kernel .config
  2. Get & compile a patched version of e2fsprogs
  3. We're still using 'mkfs.ext3 /dev/DEVICE' to create the filesystem
  4. To mount the partition as Ext4:
 mount -t ext4dev /dev/DEV /wherever

To enable extents, use:

 mount -t ext4dev -o extents /dev/DEVICE /wherever

NOTE: Once mounted with -o extents, the partition cannot mounted with -t ext3 any more!

Some (most? all?) of the ext3 mountoptions are still supported: nobh, user_xattr, acl.

Personal tools