mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Referenced alternative filesystems in BLFS
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f600ad8dfa
commit
2d2898e8b9
@ -54,6 +54,9 @@
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>September 12th, 2002 [timothy]: Chapter 04 - Creating a
|
||||
file system: Referenced alternative filesystems in BLFS.</para></listitem>
|
||||
|
||||
<listitem><para>September 12th, 2002 [gerard]: Removed all superfluous
|
||||
<filename>/usr/lib/*.so</filename> symbolic links from library
|
||||
installations.</para></listitem>
|
||||
|
@ -3,11 +3,11 @@
|
||||
<?dbhtml filename="creatingfs.html" dir="chapter04"?>
|
||||
|
||||
<para>Once the partition is created, we have to create a new file system on
|
||||
that partition. The standard file system used these days is the ext2
|
||||
file system, but the so-called journaling file systems are becoming
|
||||
increasingly popular too. It's of course up to you to decide which file
|
||||
system you want to create, but because we have to assume and work with
|
||||
something, we will assume you chose the ext2 file system.</para>
|
||||
that partition. The standard file system used these days is the ext2 file
|
||||
system, but the so-called journaling file systems are becoming increasingly
|
||||
popular too. We'll assume that you wish to create an ext2 file system.
|
||||
However, build instructions for other file systems may be found at
|
||||
<ulink url="http://beyond.linuxfromscratch.org/view/cvs/postlfs/filesystems.html"/>.</para>
|
||||
|
||||
<para>To create an ext2 file system, use the mke2fs command. The LFS partition
|
||||
is used as the only option to the command and the file system is created.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user