Author: ken
Date: 2006-05-07 06:42:05 -0600 (Sun, 07 May 2006)
New Revision: 7590
Modified:
trunk/BOOK/appendices/acronymlist.xml
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter02/creatingfilesystem.xml
trunk/BOOK/chapter08/fstab.xml
trunk/BOOK/general.ent
Log:
Move to ext3, resolves #1792.
Modified: trunk/BOOK/appendices/acronymlist.xml
===================================================================
--- trunk/BOOK/appendices/acronymlist.xml 2006-05-06 22:27:30 UTC (rev
7589)
+++ trunk/BOOK/appendices/acronymlist.xml 2006-05-07 12:42:05 UTC (rev
7590)
@@ -170,6 +170,13 @@
</varlistentry>
<varlistentry>
+ <term><emphasis role="bold">ext3</emphasis></term>
+ <listitem>
+ <para>third extended file system</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><emphasis role="bold">FAQ</emphasis></term>
<listitem>
<para>Frequently Asked Questions</para>
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2006-05-06 22:27:30 UTC (rev 7589)
+++ trunk/BOOK/chapter01/changelog.xml 2006-05-07 12:42:05 UTC (rev 7590)
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>May 7, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - Use ext3 filesystem instead of ext2.
+ Resolves ticket #1792.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>May 6, 2006</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter02/creatingfilesystem.xml
===================================================================
--- trunk/BOOK/chapter02/creatingfilesystem.xml 2006-05-06 22:27:30 UTC (rev
7589)
+++ trunk/BOOK/chapter02/creatingfilesystem.xml 2006-05-07 12:42:05 UTC (rev
7590)
@@ -14,14 +14,17 @@
The most widely-used system in the Linux world is the second extended file
system (<systemitem class="filesystem">ext2</systemitem>), but with newer
high-capacity hard disks, journaling file systems are becoming increasingly
- popular. We will create an <systemitem class="filesystem">ext2</systemitem>
+ popular. The third extended filesystem (<systemitem class="filesystem">ext3
+ </systemitem>) is a widely-used development of <systemitem
class="filesystem">
+ ext2</systemitem> which adds a journal and is compatible with the E2fsprogs
+ utilities. We will create an <systemitem class="filesystem">
ext3</systemitem>
file system. Build instructions for other file systems can be found at
<ulink url="&blfs-root;view/svn/postlfs/filesystems.html"/>.</para>
- <para>To create an <systemitem class="filesystem">ext2</systemitem> file
+ <para>To create an <systemitem class="filesystem">ext3</systemitem> file
system on the LFS partition, run the following:</para>
-<screen role="nodump"><userinput>mke2fs -v
/dev/<replaceable><xxx></replaceable></userinput></screen>
+<screen role="nodump"><userinput>mke2fs -jv
/dev/<replaceable><xxx></replaceable></userinput></screen>
<para>Replace <replaceable><xxx></replaceable> with the name of the LFS
partition (<filename class="devicefile">hda5</filename> in our previous
@@ -51,7 +54,7 @@
cd build
../configure
make #note that we intentionally don't 'make install' here!
-./misc/mke2fs -v /dev/<replaceable><xxx></replaceable>
+./misc/mke2fs -jv /dev/<replaceable><xxx></replaceable>
cd /tmp
rm -rfv e2fsprogs-&e2fsprogs-version;</userinput></screen>
</note>
Modified: trunk/BOOK/chapter08/fstab.xml
===================================================================
--- trunk/BOOK/chapter08/fstab.xml 2006-05-06 22:27:30 UTC (rev 7589)
+++ trunk/BOOK/chapter08/fstab.xml 2006-05-07 12:42:05 UTC (rev 7590)
@@ -39,7 +39,7 @@
with the values appropriate for the system, for example, <filename
class="partition">hda2</filename>, <filename
class="partition">hda5</filename>, and <systemitem
- class="filesystem">ext2</systemitem>. For details on the six
+ class="filesystem">ext3</systemitem>. For details on the six
fields in this file, see <command>man 5 fstab</command>.</para>
<para>The <filename class="directory">/dev/shm</filename> mount point
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-05-06 22:27:30 UTC (rev 7589)
+++ trunk/BOOK/general.ent 2006-05-07 12:42:05 UTC (rev 7590)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060506">
-<!ENTITY releasedate "May 6, 2006">
+<!ENTITY version "SVN-20060507">
+<!ENTITY releasedate "May 7, 2006">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page