Penguin

Differences between current version and revision by previous author of Ext3.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 16 Last edited on Saturday, February 13, 2010 12:15:53 pm by JohnBillings
Older page: version 15 Last edited on Tuesday, August 8, 2006 2:22:00 pm by IanMcDonald Revert
@@ -1,5 +1,5 @@
-[Ext3] is a journaled FileSystem based on [Ext2]. It also has some additional features such as extents (which reduce the amount of overhead with storing where a file is stored on the disk for large files), and hash based lookups on directories solving the problem [Ext2] has with large directories being very slow. 
+[Ext3] is a journaled FileSystem based on [Ext2]. It also has some additional features such as extents (which reduce the amount of overhead with storing where a file is stored on the disk for large files), and hash based lookups on directories solving the problem [Ext2] has with large directories being very slow. [Ext4] is the next generation of this filesystem
  
 Note that despite journalling, you should periodically fsck(8) [Ext3] FileSystem~s to ensure they are consistent. HardDisk errors can still introduce problems. 
  
 You can turn [Ext2] FileSystem~s into [Ext3] ones at any time by issuing