Differences between version 8 and predecessor to the previous major change of KnoppixNotes.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 8 | Last edited on Monday, August 23, 2004 1:45:52 pm | by PerryLorier | Revert |
Older page: | version 3 | Last edited on Wednesday, December 24, 2003 9:23:14 am | by AristotlePagaltzis | Revert |
@@ -1,13 +1,22 @@
-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
+!! [Ext3] [FileSystem]s
- debugfs -w <device>
- feature -dir_index
- Ctrl-D
+[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
-Debian Woody should now be able to use the filesystem without problems.
+<pre>
+tune2fs -O ^dir_index ''device''
+</pre>
-;: ''Isn't it
the same but easier to do __tune2fs -O ^dir_index__ ?'' --AristotlePagaltzis
+after creating
the FileSystem.
-----
+!! Swapping
-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
+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]
+
+The [Remastering Knoppix Howto | http://www
.knoppix.net/docs/index.php/KnoppixRemasteringHowto] explains how to
create your own custom [Knoppix]-
based LinuxDistribution.
+
+WlugKnoppix is such a customised [Knoppix]
distribution made specifically by [WLUG].
+
+----
+CategoryDistro