Changeset fb40919 for BOOK/partitioning
- Timestamp:
- Jun 21, 2006, 2:53:33 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a702d3f
- Parents:
- 0de816f8
- Location:
- BOOK/partitioning/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/partitioning/common/creatingfilesystem.xml
r0de816f8 rfb40919 20 20 21 21 <para os="b">To create an <systemitem class="filesystem">ext2</systemitem> file 22 system on the LFS partition, run the following:</para>22 system on the CLFS partition, run the following:</para> 23 23 24 24 <screen os="c"><userinput>mke2fs /dev/<replaceable>[xxx]</replaceable></userinput></screen> 25 25 26 <para os="d">Replace <replaceable>[xxx]</replaceable> with the name of the LFS26 <para os="d">Replace <replaceable>[xxx]</replaceable> with the name of the CLFS 27 27 partition (<filename class="devicefile">hda5</filename> in our previous 28 28 example).</para> … … 31 31 <para>Some host distributions use custom features in their filesystem 32 32 creation tools (E2fsprogs). This can cause problems when booting into 33 your new LFS, as those features will not be supported by the LFS-installed34 E2fsprogs; you will get an error similar to <computeroutput>unsupported35 filesystem features, upgrade your e2fsprogs</computeroutput>. To check36 if your host system uses custom enhancements, run the following37 command:</para>33 your new CLFS system, as those features will not be supported by the 34 CLFS-installed E2fsprogs; you will get an error similar to 35 <computeroutput>unsupported filesystem features, upgrade your 36 e2fsprogs</computeroutput>. To check if your host system uses custom 37 enhancements, run the following command:</para> 38 38 39 39 <screen os="f"><userinput>debugfs -R feature /dev/<replaceable>[xxx]</replaceable></userinput></screen> … … 43 43 enhancements. In that case, to avoid later problems, you should compile the 44 44 stock E2fsprogs package and use the resulting binaries to re-create the 45 filesystem on your LFS partition:</para>45 filesystem on your CLFS partition:</para> 46 46 47 47 <screen os="g"><userinput>cd /tmp -
BOOK/partitioning/common/creatingpartition.xml
r0de816f8 rfb40919 26 26 However, if the CLFS system is intended to be the primary Linux system, 27 27 additional software will probably be installed which will require 28 additional space (2-3 GB). The LFS system itself will not take up this28 additional space (2-3 GB). The CLFS system itself will not take up this 29 29 much room. A large portion of this requirement is to provide sufficient 30 30 free temporary storage. Compiling packages can require a lot of disk space … … 35 35 partition as swap space. This is used by the kernel to store seldom-used 36 36 data and leave more memory available for active processes. The swap 37 partition for an LFS system can be the same as the one used by the host37 partition for an CLFS system can be the same as the one used by the host 38 38 system, in which case it is not necessary to create another one.</para> 39 39 -
BOOK/partitioning/common/mounting.xml
r0de816f8 rfb40919 32 32 the CLFS partition.</para> 33 33 34 <para>If using multiple partitions for LFS (e.g., one for <filename34 <para>If using multiple partitions for CLFS (e.g., one for <filename 35 35 class="directory">/</filename> and another for <filename 36 36 class="directory">/usr</filename>), mount them using:</para>
Note:
See TracChangeset
for help on using the changeset viewer.