diff options
author | Thomas Balu Walter <tw@itreff.de> | 2001-03-16 22:22:33 +0000 |
---|---|---|
committer | Thomas Balu Walter <tw@itreff.de> | 2001-03-16 22:22:33 +0000 |
commit | ab8b3526fa47ad4fd098fe6135492c739e0feb4a (patch) | |
tree | 437de589aecc015bb0a9b8611a49541361258b2b /chapter03/creatingfs.xml | |
parent | 9fffe5fee81c863dcbf5ea425d2cfcc0b6bdaab1 (diff) |
You
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@333 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |