Skip to content

Instantly share code, notes, and snippets.

@harryge00
Last active June 26, 2025 11:19
Show Gist options
  • Save harryge00/e9b34f6400b2c5c556fc9701d0c9992b to your computer and use it in GitHub Desktop.
Save harryge00/e9b34f6400b2c5c556fc9701d0c9992b to your computer and use it in GitHub Desktop.
daily-notes

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).

独立游戏

https://www.youtube.com/watch?v=wMdEYy4mc3o free musics: https://ncs.io/NonStop

@harryge00
Copy link
Author

https://neal.fun/ 可以借鉴

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment