|
|
(44 intermediate revisions by 11 users not shown) |
Line 1: |
Line 1: |
| == File Systems ==
| | {{header|docs}} |
| TBD
| |
|
| |
|
| === Ext4 - The default file system ===
| | {{Docs_beat_closed}} |
|
| |
|
| * ''Serious notes needed about upgrading and downgrading. Following content uses this reference: http://kernelnewbies.org/Ext4''
| | [[Category:Docs Project]] |
| | | [[Category:Draft documentation]] |
| * Improvements in file systems and sizes
| | [[Category:Documentation beats]] |
| ** 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
| |