diff --git a/appendices/acronymlist.xml b/appendices/acronymlist.xml
index 24f52e980..4b5eb808d 100644
--- a/appendices/acronymlist.xml
+++ b/appendices/acronymlist.xml
@@ -169,6 +169,13 @@
+
+ ext3
+
+ third extended file system
+
+
+
FAQ
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index a48c61dd9..283b29f2b 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,16 @@
-->
+
+ May 7, 2006
+
+
+ [ken] - Use ext3 filesystem instead of ext2.
+ Resolves ticket #1792.
+
+
+
+
May 6, 2006
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml
index d9587d20f..14b9b72e7 100644
--- a/chapter02/creatingfilesystem.xml
+++ b/chapter02/creatingfilesystem.xml
@@ -14,14 +14,17 @@
The most widely-used system in the Linux world is the second extended file
system (ext2), but with newer
high-capacity hard disks, journaling file systems are becoming increasingly
- popular. We will create an ext2
+ popular. The third extended filesystem (ext3
+ ) is a widely-used development of
+ ext2 which adds a journal and is compatible with the E2fsprogs
+ utilities. We will create an ext3
file system. Build instructions for other file systems can be found at
.
- To create an ext2 file
+ To create an ext3 file
system on the LFS partition, run the following:
-mke2fs -v /dev/<xxx>
+mke2fs -jv /dev/<xxx>
Replace <xxx> with the name of the LFS
partition (hda5 in our previous
@@ -51,7 +54,7 @@ mkdir -v build
cd build
../configure
make #note that we intentionally don't 'make install' here!
-./misc/mke2fs -v /dev/<xxx>
+./misc/mke2fs -jv /dev/<xxx>
cd /tmp
rm -rfv e2fsprogs-&e2fsprogs-version;
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml
index 144a9be25..f5e1ba626 100644
--- a/chapter08/fstab.xml
+++ b/chapter08/fstab.xml
@@ -39,7 +39,7 @@ EOF
with the values appropriate for the system, for example, hda2, hda5, and ext2. For details on the six
+ class="filesystem">ext3. For details on the six
fields in this file, see man 5 fstab.
The /dev/shm mount point
diff --git a/general.ent b/general.ent
index 3ec4818c2..b8fa6c31e 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-
-
+
+