diff options
Diffstat (limited to 'chapter03/creatingfs.xml')
-rw-r--r-- | chapter03/creatingfs.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml index 67555739a..13c54e4d8 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -3,12 +3,13 @@ <para> Once the partition is created, we have to create a new file system on -that partition. If you want to create an ext2 file system, use the mke2fs -command. If you want to create a reiser file system, use the mkreiserfs -command. If you want to create a different kind of file system, use the -appropriate command. Enter the new partition as the only option to the -command and the file system will be created. If your partition is hda2 -and you want ext2 you would run: +that partition. To create an ext2 file system, the mke2fs command is the +correct choice. To create a reiser file system, the mkreiserfs command +should be used. To create a different kind of file system, the +appropriate command needs to be executed. The new partition used +as the only option to the +command and the file system will be created. If the partition is hda2 +and ext2 is to be creaed, the user would run: </para> <blockquote><literallayout> @@ -18,7 +19,7 @@ and you want ext2 you would run: </literallayout></blockquote> <para> -If you want reiserfs you would run: +To use reiserfs the user would run: </para> <blockquote><literallayout> |