diff options
Diffstat (limited to 'chapter02/mounting.xml')
-rw-r--r-- | chapter02/mounting.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter02/mounting.xml b/chapter02/mounting.xml index f222fb052..1c2e7205e 100644 --- a/chapter02/mounting.xml +++ b/chapter02/mounting.xml @@ -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> |