Penguin
Annotated edit history of Ext2 version 8 showing authors affecting page license. View with all changes included.
Rev Author # Line
3 PerryLorier 1 [Ext2] is the Extended Filesystem, version 2. It grew out of the [MinixFS], which had some very strict limitations.
2
3 [Ext2] used to be the default FileSystem for almost every [Linux] box for many many years. It is rock-solid and has an excellent fsck(8) which can recover from most situations. Very little data has been lost from [Ext2] partitions, even though it has no journalling support. Another problem is that its directory handling doesn't scale well to large directories.
4
5 Therefore, with growing HardDisk capactites its new successor [Ext3] with journalling support has become popular.
6
6 AristotlePagaltzis 7 See also:
8 * PartitioningSuggestions
9 * [Linux Ext2fs Undeletion mini-HOWTO | http://www.tldp.org/HOWTO/Ext2fs-Undeletion.html]
8 CraigBox 10
11
12 ----
13 CategoryFileSystem %%%
14 CategoryInodeFileSystem