diff options
Diffstat (limited to 'chapter02/creatingfilesystem.xml')
-rw-r--r-- | chapter02/creatingfilesystem.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index f01b745e9..12529ce8c 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -11,9 +11,9 @@ <title>Creating a File System on the Partition</title> <para>Now that a blank partition has been set up, the file system can be - created. LFS can use any file system recognized by the Linux kernel, but the - most common types are ext3 and ext4. The choice of file system can be - complex and depends on the characteristics of the files and the size of + created. LFS can use any file system recognized by the Linux kernel, but the + most common types are ext3 and ext4. The choice of file system can be + complex and depends on the characteristics of the files and the size of the partition. For example:</para> <variablelist> @@ -26,7 +26,7 @@ <varlistentry> <term>ext3</term> <listitem><para>is an upgrade to ext2 that includes a journal - to help recover the partition's status in the case of an unclean + to help recover the partition's status in the case of an unclean shutdown. It is commonly used as a general purpose file system. </para> </listitem> |