|
|
Log in / Subscribe / Register

Introducing /run

Introducing /run

Posted Jan 26, 2012 18:19 UTC (Thu) by nix (subscriber, #2304)
In reply to: Introducing /run by smurf
Parent article: Introducing /run

This is not the case. mount("a","b"), no matter the flags, will never unmount "b". It just mounts "a" over the top of it: unmounting "a" will show you "b" still sitting there.

Inspecting /proc/self/mounts should show you this as well: both mounts are still shown, mounted in the same place.


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds