|
@@ -1,9 +1,11 @@
|
|
|
<chapter id="chapter-making-space" xreflabel="Chapter 3">
|
|
|
<title>Preparing a new partition</title>
|
|
|
+<?dbhtml filename="chapter03.html" dir="chapter03"?>
|
|
|
|
|
|
|
|
|
<sect1 id="space-introduction">
|
|
|
<title>Introduction</title>
|
|
|
+<?dbhtml filename="introduction.html" dir="chapter03"?>
|
|
|
|
|
|
<para>In this chapter the partition which will host the LFS system is
|
|
|
prepared. We will create the partition itself, make a file system on it,
|
|
@@ -12,8 +14,9 @@ and mount it.</para>
|
|
|
</sect1>
|
|
|
|
|
|
|
|
|
-<sect1 id="space-creatingpart">
|
|
|
+<sect1 id="space-creatingpartition">
|
|
|
<title>Creating a new partition</title>
|
|
|
+<?dbhtml filename="creatingpartition.html" dir="chapter03"?>
|
|
|
|
|
|
<para>In order to build our new Linux system, we will need some space:
|
|
|
an empty disk partition. If you don't have a free partition, and no room
|
|
@@ -52,8 +55,9 @@ names will later be needed for the <filename>/etc/fstab</filename> file.</para>
|
|
|
</sect1>
|
|
|
|
|
|
|
|
|
-<sect1 id="space-creatingfs">
|
|
|
+<sect1 id="space-creatingfilesystem">
|
|
|
<title>Creating a file system on the new partition</title>
|
|
|
+<?dbhtml filename="creatingfilesystem.html" dir="chapter03"?>
|
|
|
|
|
|
<para>Now that we have a blank partition, we can create a file system on it.
|
|
|
Most widely used in the Linux world is the second extended file system (ext2),
|
|
@@ -83,6 +87,7 @@ partition.</para>
|
|
|
|
|
|
<sect1 id="space-mounting">
|
|
|
<title>Mounting the new partition</title>
|
|
|
+<?dbhtml filename="mounting.html" dir="chapter03"?>
|
|
|
|
|
|
<para>Now that we've created a file system, we want to be able to access
|
|
|
the partition. For that, we need to mount it, and have to choose a mount
|