Ext4: Difference between revisions

Add disclaimer.
[unchecked revision][unchecked revision]
(Add Multiple Mount Protection description.)
(Add disclaimer.)
Line 2:
{{Filesystems}}
While the ext4 filesystem originated a series of patches to the [[ext3]] filesystem, it was later rebranded as a dedicated filesystem design that shares design with [[ext2]] and [[ext3]]. Like ext3, it supports [[journaling]]. Amongst the upgrades are larger maximums (file size, filesystem size, files per folder, folders per folder etc), and features that were inspired from existing filesystems like [[XFS]].
 
''This information is based off the Ext4 implementation as of Linux 5.9rc3. Ext4 is subject to change, so one may wish to also check the latest kernel headers for new information.''
 
== Basic Concepts ==
Anonymous user