Changeset 58f92b0 for chapter02/creatingpartition.xml
- Timestamp:
- 09/22/2022 07:31:32 PM (2 years ago)
- Branches:
- 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 4ca79662
- Parents:
- b00063f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter02/creatingpartition.xml
rb00063f r58f92b0 95 95 <para>Swapping is never good. For mechanical hard drives you can generally 96 96 tell if a system is swapping by just listening to disk activity and 97 observing how the system reacts to commands. With an SSD driveyou will not97 observing how the system reacts to commands. With an SSD you will not 98 98 be able to hear swapping, but you can tell how much swap space is being used 99 99 by running the <command>top</command> or <command>free</command> programs. Use of 100 an SSD drivefor a swap partition should be avoided if possible. The first100 an SSD for a swap partition should be avoided if possible. The first 101 101 reaction to swapping should be to check for an unreasonable command such as 102 102 trying to edit a five gigabyte file. If swapping becomes a normal … … 113 113 loader. This partition will normally be labeled 'BIOS Boot' if using 114 114 <command>fdisk</command> or have a code of <emphasis>EF02</emphasis> if 115 using the <command>gdisk</command> .</para>115 using the <command>gdisk</command> command.</para> 116 116 117 117 <note><para>The Grub Bios partition must be on the drive that the BIOS … … 156 156 <filename class="directory">/usr</filename> is normally not needed. 157 157 If you create it anyway, you should make a partition large enough to 158 fit all the programs and libraries in the system. 158 fit all the programs and libraries in the system. The root partition can be 159 159 very small (maybe just one gigabyte) in this configuration, so it's 160 160 suitable for a thin client or diskless workstation (where 161 161 <filename class="directory">/usr</filename> is mounted from a remote 162 server). Howeveryou should be aware that an initramfs (not covered by162 server). However, you should be aware that an initramfs (not covered by 163 163 LFS) will be needed to boot a system with a separate 164 164 <filename class="directory">/usr</filename> partition.</para></listitem> … … 175 175 gigabytes. If you have enough RAM, you can mount a 176 176 <systemitem class='filesystem'>tmpfs</systemitem> on /tmp to make 177 the accesses to temporary files faster.</para></listitem>177 access to temporary files faster.</para></listitem> 178 178 179 179 <listitem revision='systemd'><para>/tmp – By default, systemd 180 180 mounts a <systemitem class='filesystem'>tmpfs</systemitem> here. 181 If you want to override th ebehavior, follow182 <xref linkend='systemd-no-tmpfs'/> configuring the LFS181 If you want to override that behavior, follow 182 <xref linkend='systemd-no-tmpfs'/> when configuring the LFS 183 183 system.</para></listitem> 184 184 … … 191 191 </itemizedlist> 192 192 193 <para>Any separate partition that you want automatically mounted upon boot194 needs to be specified in the <filename>/etc/fstab</filename>. Details195 about how to specify partitions will be discussed in <xref196 linkend="ch-bootable-fstab"/>. 193 <para>Any separate partition that you want automatically mounted when the 194 system starts must be specified in the <filename>/etc/fstab</filename> file. 195 Details about how to specify partitions will be discussed in <xref 196 linkend="ch-bootable-fstab"/>.</para> 197 197 198 198 </sect3>
Note:
See TracChangeset
for help on using the changeset viewer.