diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-22 19:45:10 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-22 19:45:10 +0000 |
commit | b822811980a5f82726cb641cbeff66be9eb6d92a (patch) | |
tree | 27c4db3c62aaea065b053e43c39b2ba44c04a05f /chapter03/creatingfs.xml | |
parent | 46f5461af92bc70c62bbb92895032b930954d835 (diff) |
XML changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/creatingfs.xml')
-rw-r--r-- | chapter03/creatingfs.xml | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml index 00130a99b..69e799205 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -1,29 +1,19 @@ <sect1 id="ch04-creatingfs"> <title>Creating a file system on the new partition</title> -<para> -Once the partition is created, we have to create a new file system on +<para>Once the partition is created, we have to create a new file system on that partition. The standard file system used these days is the ext2 file system, but the socalled journaling file systems are becoming increasingly popular too. It's of course up to you to decide which file system you want to create, but because we have to assume and work with -something, we will assume you chose the ext2 file system. -</para> +something, we will assume you chose the ext2 file system.</para> -<para> -To create an ext2 file system, use the mke2fs command. The LFS partition -is used as the only option to the command and the file system is created. -</para> +<para>To create an ext2 file system, use the mke2fs command. The LFS partition +is used as the only option to the command and the file system is created.</para> -<para> -<screen> -<userinput>mke2fs /dev/xxx</userinput> -</screen> -</para> +<para><screen><userinput>mke2fs /dev/xxx</userinput></screen></para> -<para> -Replace "xxx" by the partition's designation (like hda11). -</para> +<para>Replace "xxx" by the partition's designation (like hda11).</para> </sect1> |