Re: Preventing writes to the underlying directory when a mounted filesystem disappears

Stefan Monnier <[email protected]> Mon, 27 Jul 2026 09:57:23 -0400
Newsgroups gmane.linux.debian.user
Message-ID <[email protected]>
> In the same vein, there's also
>
>     mount -o bind,ro /emptydir /var/log

Or even

    mount -o bind,ro /var/log /var/log


=== Stefan