Clarify "mounting a partition" (chapter 2.7).

This commit is contained in:
David Bryant 2022-09-27 12:21:38 -05:00
parent 97f4747aaf
commit 2646c571d7

View File

@ -15,6 +15,11 @@
the file system is mounted at the directory specified by the
<envar>LFS</envar> environment variable described in the previous section.
</para>
<para>Strictly speaking, one cannot "mount a partition". One mounts the <emphasis>file
system</emphasis> embedded in that partition. But since a single partition can't contain
more than one file system, people often speak of the partition and the
associated file system as if they were one and the same.</para>
<para>Create the mount point and mount the LFS file system with these commands:</para>