mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Tagged ext3.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4191 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
0ec75653dc
commit
5a9404bb24
@ -1,24 +1,26 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
]>
|
||||
|
||||
<sect1 id="postlfs-filesystems-ext3">
|
||||
<?dbhtml filename="ext3.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="ext3.html"?>
|
||||
|
||||
<title>Ext3</title>
|
||||
|
||||
<para>Ext3 is a journaling file system that is an extension to the ext2
|
||||
file system. It is backward compatible with ext2 and the conversion from ext2
|
||||
to ext3 is trivial.</para>
|
||||
file system. It is backward compatible with ext2 and the conversion from
|
||||
ext2 to ext3 is trivial.</para>
|
||||
|
||||
<para>You don't need to install anything to use ext3, all the required
|
||||
packages are available with a bare <acronym>LFS</acronym> system.</para>
|
||||
packages are available with a bare LFS system.</para>
|
||||
|
||||
<para>When building the kernel, ensure that you have compiled in ext3
|
||||
support. If you want your root partition to be ext3, then compile the ext3
|
||||
@ -29,10 +31,10 @@ kernel if needed.</para>
|
||||
want to convert into ext3, edit the entry so that it looks similar to the
|
||||
following line.</para>
|
||||
|
||||
<screen>/dev/hd<replaceable>XX</replaceable> /mnt_point ext3 defaults 1 0</screen>
|
||||
<screen><literal>/dev/hd<replaceable>[XX]</replaceable> /mnt_point ext3 defaults 1 0</literal></screen>
|
||||
|
||||
<para>In the above line, replace
|
||||
<filename>/dev/hd<replaceable>XX</replaceable></filename> by the
|
||||
<filename>/dev/hd<replaceable>[XX]</replaceable></filename> by the
|
||||
partition (e.g., <filename>/dev/hda2</filename>),
|
||||
<filename class="directory">/mnt_point</filename> by the mount point (e.g.,
|
||||
<filename class="directory">/home</filename>). The <option>0</option> in the
|
||||
@ -46,7 +48,7 @@ if you accidentally skip enabling the ext3 support in the kernel.</para>
|
||||
/etc/fstab</filename>, enable the journal for the partition by running the
|
||||
following command.</para>
|
||||
|
||||
<screen><userinput role='root'><command>tune2fs -j /dev/hd<replaceable>XX</replaceable></command></userinput></screen>
|
||||
<screen role="root"><userinput>tune2fs -j /dev/hd<replaceable>[XX]</replaceable></userinput></screen>
|
||||
|
||||
<para>Remount the concerned partitions, or simply reboot if you have
|
||||
recompiled the kernel to enable ext3 support.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user