diff options
Diffstat (limited to 'chapter03/creatingfs.xml')
-rw-r--r-- | chapter03/creatingfs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml index 4c580e8c9..ecfab9206 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -7,7 +7,7 @@ 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="http://beyond.linuxfromscratch.org/view/cvs/postlfs/filesystems.html"/>.</para> +url="http://www.linuxfromscratch.org/blfs/view/cvs/postlfs/filesystems.html"/>.</para> <para>To create an ext2 file system on the LFS partition run the following:</para> |