Penguin

Differences between version 5 and previous revision of Ext2.

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

Newer page: version 5 Last edited on Tuesday, October 7, 2003 6:06:15 pm by JohnMcPherson Revert
Older page: version 4 Last edited on Friday, November 15, 2002 1:02:11 pm by JohnMcPherson Revert
@@ -6,4 +6,7 @@
  
 Ext2 has an excellent fsck which can recover from most situations, since Ext3 is very similar to Ext2 it also uses fsck, even though it doesn't necessarily need to, since it has a journal. 
  
 -- not true! The journal helps recover from a crash, as you know where you were writing to when the power failed, so you can check only the affected files. However, ext3 partitions still get checked irregularly (eg mount counts, time limits) to ensure that the file-system is consistent. Hard drive errors can still introduce problems. -- JohnMcPherson 
+  
+----  
+See also HardDisk, DrivePartitioning, [HowToExt2fsUndeletion]