diff options
Diffstat (limited to 'chapter03/chapter03.xml')
-rw-r--r-- | chapter03/chapter03.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter03/chapter03.xml b/chapter03/chapter03.xml index cbd4cafcd..2a419fec2 100644 --- a/chapter03/chapter03.xml +++ b/chapter03/chapter03.xml @@ -61,10 +61,10 @@ names will later be needed for the <filename>/etc/fstab</filename> file.</para> <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), -but with the high-capacity hard disks of today the so-called journaling file -systems are becoming increasingly popular. Here we will create an ext2 file -system, but build instructions for other file systems can be found at <ulink -url="&blfs-root;view/stable/postlfs/filesystems.html"/>.</para> +but with the high-capacity hard disks of today the so-called journaling +file systems are becoming increasingly popular. Here we will create an ext2 +file system, but build instructions for other file systems can be found at +<ulink url="&blfs-root;view/stable/postlfs/filesystems.html"/>.</para> <para>To create an ext2 file system on the LFS partition run the following:</para> |