From Fedora Project Wiki

(→‎Ext4 - The default file system: updating this page.)
Line 14: Line 14:


====Buffered Data Loss Mitigation ====
====Buffered Data Loss Mitigation ====
The recent news about buffered data loss experienced during a system crash with ext4 has resulted in upstream, and thus F11 flushing file data on a truncate or rename to mitigate this issue.  
The recent news about buffered data loss experienced during a system crash with ext4 has resulted in upstream, and thus F11, flushing file data on a truncate or rename to mitigate this issue.


====Migration to ext4 from ext3 ====
====Migration to ext4 from ext3 ====

Revision as of 10:43, 2 April 2009

File Systems

Ext4 - New default file system

Fedora 11 utilizes ext4 as the default file system. ext4 brings significant new features and performance including:

  • Improvements in file systems and sizes
    • File system size increased to one exabyte (1 EiB)
    • File size limit is sixteen terabytes (16 TiB)
    • No limit on number of sub-directories
  • Performance
    • Extents increase performance in certain situations, especially large files
    • Multiblock allocation is a new file block allocation method with faster write speed
    • These combine with delayed allocation of blocks for better performance and fragmentation

Buffered Data Loss Mitigation

The recent news about buffered data loss experienced during a system crash with ext4 has resulted in upstream, and thus F11, flushing file data on a truncate or rename to mitigate this issue.

Migration to ext4 from ext3

It is generally recommended that users wishing to make use of ext4 start with a freshly formatted partition. However you may install with the ext4migrate boot option if you wish to convert your legacy ext3 partitions to ext4. Users are cautioned that they will not realize many of the benefits of ext4 since the data currently residing on the partition will not make use of extents. New data will make use of extents. Please note that as suggested by the requirement to pass a boot option that migration to ext4 has not been heavily tested and users are urged to backup filesystems before attempting migration.

No grub support

This information current as of 31 March - See https://bugzilla.redhat.com/show_bug.cgi?id=486284

Currently grub doesn't support booting from an ext4 partition so make sure to utilize ext2/3 for /boot

btrfs - Next-generation filesystem available

Fedora 11 makes btrfs, the next-generation Linux filesystem, available as a technology preview. To enable btrfs pass icantbelieveitsnotbtr as a boot option. Users are warned that btrfs is still experimental and under heavy development. The on-disk format may yet change, and much functionality missing such as a fully operative fsck, or even proper out-of-space handling.

No grub support

Currently grub doesn't support booting from a btrfs partition so make sure to utilize ext2/3 for /boot