diff options
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 |