diff options
Diffstat (limited to 'chapter02/creatingfilesystem.xml')
-rw-r--r-- | chapter02/creatingfilesystem.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index 51fbc1fd7..f7c05250f 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -16,7 +16,7 @@ high-capacity hard disks, journaling file systems are becoming increasingly popular. The third extended filesystem (<systemitem class="filesystem">ext3</systemitem>) is a widely used enhancement to - <systemitem class="filesystem">ext2</systemitem>, which adds journalling + <systemitem class="filesystem">ext2</systemitem>, which adds journaling capabilities and is compatible with the E2fsprogs utilities. We will create an <systemitem class="filesystem">ext3</systemitem> file system. Instructions for creating other file systems can be found at |