Ignore:
Timestamp:
05/12/2005 10:07:33 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.1, 6.1.1
Children:
b9248a9
Parents:
e750af1
Message:

Merge r5317 and 5318 (wording and tagging corrections) to the testing branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@5319 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/creatingfilesystem.xml

    re750af1 rafbe6d9  
    1010<para>Now that a blank partition has been set up, the file system can
    1111be created. The most widely-used system in the Linux world is the
    12 second extended file system (ext2), but with the newer high-capacity
    13 hard disks, the journaling file systems are becoming increasingly
    14 popular.  Here we will create an ext2 file system, but build
     12second extended file system (ext2), but with newer high-capacity
     13hard disks, journaling file systems are becoming increasingly
     14popular.  We will create an ext2 file system, however build
    1515instructions for other file systems can be found at <ulink
    1616url="&blfs-root;view/svn/postlfs/filesystems.html"><phrase
     
    5252
    5353<para>If a swap partition was created, it will need to be initialized
    54 as a swap partition too (also known as formatting, as described above
    55 with <command>mke2fs</command>) by running the following. If you are using an existing
     54as a swap partition by using the command below. If you are using an existing
    5655swap partition, there is no need to format it.</para>
    5756
Note: See TracChangeset for help on using the changeset viewer.