diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-15 15:26:52 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-15 15:26:52 +0000 |
commit | b08f4096533577934b885fa9df41d3881d141612 (patch) | |
tree | 8e5ffc0ba65ac34d97cd6a896d33b85a897a6da8 /chapter03/creatingfs.xml | |
parent | ad08014624938a3a3bfd1b44e8b27d02c7b06dd8 (diff) |
Initial XML commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/creatingfs.xml')
-rw-r--r-- | chapter03/creatingfs.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml new file mode 100644 index 000000000..76bbe247f --- /dev/null +++ b/chapter03/creatingfs.xml @@ -0,0 +1,18 @@ +<sect1 id="ch04-creatingfs"> +<title>Creating a ext2 file system on the new partition</title> + +<para> +Once the partition is created, we have to create a new ext2 file system on +that partition. To create a new ext2 file system we use the mke2fs command. +Enter the new partition as the only option and the file system will be +created. If your partition is hda11, you would run: +</para> + +<blockquote><literallayout> + + <userinput>mke2fs /dev/hda11</userinput> + +</literallayout></blockquote> + +</sect1> + |