From Fedora Project Wiki

m (grub > GRUB and filesystem > file system)
No edit summary
 
(40 intermediate revisions by 8 users not shown)
Line 1: Line 1:
== File Systems ==
{{header|docs}}


=== Ext4 - New default file system ===
{{Docs_beat_closed}}


Fedora 11 utilizes ext4 as the default file system. ext4 brings significant new features and performance including:
[[Category:Docs Project]]
* Improvements in file systems and sizes
[[Category:Draft documentation]]
** File system size increased to one exabyte (1 EiB)
[[Category:Documentation beats]]
** 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 file systems 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 file system, 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

Latest revision as of 01:32, 20 September 2016

DocsProject Header docTeam1.png


Warning.png
Beat Closed on Wiki
Work on beats has now moved to git at https://pagure.io/fedora-docs/release-notes. If you have changes or additions, please contact the docs team via #fedora-docs, docs@lists.fedoraproject.org, or with the release-notes BZ component.