Penguin

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

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

Newer page: version 12 Last edited on Thursday, November 10, 2005 10:52:59 am by ChristianWarden Revert
Older page: version 11 Last edited on Thursday, February 24, 2005 9:28:41 am by JohnMcPherson Revert
@@ -24,9 +24,9 @@
  
 You can also enabled hashed directories with a 2.6 [Kernel]. This speeds up lookups for directories that contain a large numbers of files/directories. 
  
 <pre> 
-tune2fs -o dir_index /dev/''partition'' 
+tune2fs -O dir_index /dev/''partition'' 
 fsck.ext3 -D /dev/''partition'' 
 </pre> 
  
 The fsck is required to move the existing directories to the new format. If you ever remount the filesystem as ext2, directories that are written to will be converted back to the old format, so you need rerun the fsck.