Penguin

Differences between version 7 and revision by previous author of KnoppixNotes.

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

Newer page: version 7 Last edited on Wednesday, August 18, 2004 10:00:36 pm by AristotlePagaltzis Revert
Older page: version 5 Last edited on Monday, July 5, 2004 7:54:37 pm by StuartYeates Revert
@@ -1,23 +1,19 @@
-!! ext3 [FileSystem]s 
+!! [Ext3] [FileSystem]s 
  
-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  
+[Knoppix] 3.1 creates [Ext3] [FileSystem]s with an extra option which fsck(8 ) on [Debian] Woody does not support. This prevents Woody from booting . You can fix this by issuing  
  
- debugfs -w <device >  
- feature -dir_index  
- Ctrl-D  
+<pre >  
+tune2fs -O ^ dir_index ''device''  
+</pre>  
  
-Debian Woody should now be able to use the filesystem without problems .  
-  
-AristotlePagaltzis points out that the same outcome can be achieved using the following command  
- tune2fs -O ^dir_index  
+after creating the FileSystem
  
 !! Swapping 
  
-When booting on a machine which has a swap partition, Knoppix should automagically find it and use it. This will make the whole system much faster (remember that it has no real disk only ram disk by default). Alternatively you can set up a file called "swapfile" in the root directory of any non-[NTFS] partition and Knoppix will use that as a swap file. Details at: http://www.knoppix.net/docs/index.php/FaqRescue 
+Knoppix should automagically find an existing swap partition on boot and use it. This will make the whole system much faster (remember that it has no real disk, only RamDisk by default). Alternatively you can set up a file called "swapfile" in the root directory of any non-[NTFS] partition and Knoppix will use that as a swap file. Details at http://www.knoppix.net/docs/index.php/FaqRescue 
  
-----  
+!! Remastering [Knoppix]  
  
-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  
+The [Remastering Knoppix Howto | http://www.knoppix.net/docs/index.php/KnoppixRemasteringHowto] explains how to create your own custom [Knoppix]- based LinuxDistribution.  
  
-----  
-WLUG has a customised [Knoppix] distribution. See [WLUGKnoppix
+WlugKnoppix is such a customised [Knoppix] distribution made specifically by [WLUG ].