Penguin

Differences between version 4 and predecessor to the previous major change of KnoppixNotes.

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

Newer page: version 4 Last edited on Friday, March 5, 2004 4:20:29 pm by MattBrown Revert
Older page: version 3 Last edited on Wednesday, December 24, 2003 9:23:14 am by AristotlePagaltzis Revert
@@ -1,13 +1,17 @@
-When creating an ext3 filesystem with Knoppix 3.1 the filesystem is created with an extra option that prevents debian woody from being able to fsck it correctly (hence it cannot boot). Too get around this after you have created your ext3 filesystem (mke2fs -j <device>) execute the following commands 
+When creating an ext3 filesystem with [ Knoppix] 3.1 the filesystem is created with an extra option that prevents debian woody from being able to fsck it correctly (hence it cannot boot). Too get around this after you have created your ext3 filesystem (mke2fs -j <device>) execute the following commands 
  
  debugfs -w <device> 
  feature -dir_index 
  Ctrl-D 
  
 Debian Woody should now be able to use the filesystem without problems. 
  
-;: ''Isn't it the same but easier to do __ tune2fs -O ^dir_index__ ?'' --AristotlePagaltzis  
+AristotlePagaltzis points out that the same outcome can be achieved using the following command  
+ tune2fs -O ^dir_index 
  
 ---- 
  
-There are notes on remastering knoppix at http://www.knoppix.net/docs/index.php/KnoppixRemasteringHowto. This will let you create your own, custom, knoppix based distribution 
+There are notes on remastering knoppix at http://www.knoppix.net/docs/index.php/KnoppixRemasteringHowto. This will let you create your own, custom, [Knoppix] based distribution  
+  
+----  
+WLUG has a customised [Knoppix] distribution. See [WLUGKnoppix]