From b822811980a5f82726cb641cbeff66be9eb6d92a Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 22 Jul 2001 19:45:10 +0000 Subject: XML changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter03/creatingfs.xml | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) (limited to 'chapter03/creatingfs.xml') diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml index 00130a99b..69e799205 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -1,29 +1,19 @@ Creating a file system on the new partition - -Once the partition is created, we have to create a new file system on +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 socalled 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. - +something, we will assume you chose the ext2 file system. - -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. - +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. - - -mke2fs /dev/xxx - - +mke2fs /dev/xxx - -Replace "xxx" by the partition's designation (like hda11). - +Replace "xxx" by the partition's designation (like hda11). -- cgit v1.2.3-54-g00ecf