diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-10-02 21:49:39 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-10-02 21:49:39 +0800 |
commit | 96323bd9fc7bafc4f9f9c8419894c49701a3b63d (patch) | |
tree | 716a30f51c58304648204995fb36aab14af4afd0 /chapter02 | |
parent | 111194c5b7bff4d074f602f6c2bc7aecee2dbc5d (diff) | |
parent | 6582ddc527ff5959daf6dce5cb16a2c42678f7c5 (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
Diffstat (limited to 'chapter02')
-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> |