diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-01-24 00:31:17 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-01-24 00:31:17 +0000 |
commit | 6370fa6cff0ec2a8ac8d50d1595ec9500f6631c9 (patch) | |
tree | b17c8cb0a839b76f4a7db0f771953caa11c3a04e /chapter03/creatingfs.sgml | |
parent | 5c930fe6eb43d23cfa0de2451d9a905a8505f981 (diff) |
Initial commit - LFS 2.4.4 files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@14 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/creatingfs.sgml')
-rw-r--r-- | chapter03/creatingfs.sgml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/chapter03/creatingfs.sgml b/chapter03/creatingfs.sgml new file mode 100644 index 000000000..76bbe247f --- /dev/null +++ b/chapter03/creatingfs.sgml @@ -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> + |