Created
April 15, 2025 09:26
-
-
Save harryge00/e9b34f6400b2c5c556fc9701d0c9992b to your computer and use it in GitHub Desktop.
daily-notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Since Linux 2.6.15 it is possible to mark a mount and its | |
submounts as shared, private, slave or unbindable. A shared mount | |
provides the ability to create mirrors of that mount such that | |
mounts and unmounts within any of the mirrors propagate to the | |
other mirror. A slave mount receives propagation from its master, | |
but not vice versa. A private mount carries no propagation | |
abilities. An unbindable mount is a private mount which cannot be | |
cloned through a bind operation. The detailed semantics are | |
documented in Documentation/filesystems/sharedsubtree.txt file in | |
the kernel source tree; see also mount_namespaces(7). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment