Ignore:
Timestamp:
11/18/2022 05:13:37 AM (18 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-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/mips64el, xry111/update-glibc
Children:
1cc301f
Parents:
2f9498af
Message:

kernfs: reword the description of bind mount

"Duplicated copy" is wrong IMO. If you copy A to B, B won't be changed
when you modify A. But if you bind mount A to B, B will reflect any
change made to A.

Again copy something from mount(2):

A bind mount makes a file or a directory subtree visible at another
point within the single directory hierarchy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/kernfs.xml

    r2f9498af r9407694  
    5151      by bind mounting the host system's
    5252      <filename class="directory">/dev</filename> directory. A bind mount is
    53       a special type of mount that generates a duplicate copy of a
    54       directory or mount point at some other location. Use the following
     53      a special type of mount that makes a directory subtree or a file
     54      visible at some other location. Use the following
    5555      command to do this.</para>
    5656
Note: See TracChangeset for help on using the changeset viewer.