diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-05 08:56:39 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-05 08:56:39 +0000 |
commit | 4e629074ec07d0f8f4de48abd277e84f4d3188cc (patch) | |
tree | 25229e07bfc9e9819e08c3ddf8b0da234e92ef5b /chapter03 | |
parent | ec0ce9caba2e3923f8e7f81d3d766dc2b78be852 (diff) |
Miscellaneous fixes from the list. Thanks Bruce.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-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 ecfab9206..541869158 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -2,7 +2,7 @@ <title>Creating a file system on the new partition</title> <?dbhtml filename="creatingfs.html" dir="chapter03"?> -<para>Now the partition has been made, we can create a file system on it. +<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 |