Penguin

Differences between version 3 and predecessor to the previous major change of Ext3.

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

Newer page: version 3 Last edited on Wednesday, August 11, 2004 10:11:37 am by PerryLorier Revert
Older page: version 2 Last edited on Friday, November 15, 2002 12:58:52 pm by JohnMcPherson Revert
@@ -1,8 +1,10 @@
 Ext3 is an extension of the [Ext2] filesystem, currently adding journalling support. 
  
 To turn your [Ext2] file systems into Ext3 file systems run the command: 
- tune2fs -j ''[[options]'' /dev/''partition'' 
+ tune2fs -j /dev/''partition''  
+or  
+ tune2fs -j -J ''[[options]'' /dev/''partition'' 
  
 where the only journal option currently supported is __-J size=xMB__. See tune2fs(8) for min/max size. 
  
 Note that unlike most disk tool commands, you add the journal to a currently mounted partition.