mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
6370fa6cff
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@14 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
19 lines
497 B
Plaintext
19 lines
497 B
Plaintext
<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>
|
|
|