LWN: Comments on "Mount point removal and renaming" https://lwn.net/Articles/570338/ This is a special feed containing comments posted to the individual LWN article titled "Mount point removal and renaming". en-us Wed, 24 Sep 2025 23:22:22 +0000 Wed, 24 Sep 2025 23:22:22 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Greenspun's tenth law https://lwn.net/Articles/570728/ https://lwn.net/Articles/570728/ cesarb <div class="FormattedComment"> Is it just me, or the more Linux namespaces develop, the more they look like an application of Greenspun's tenth law, only with microkernels instead of Lisp?<br> </div> Thu, 17 Oct 2013 21:32:05 +0000 Mount point removal and renaming https://lwn.net/Articles/570702/ https://lwn.net/Articles/570702/ ebiederm <div class="FormattedComment"> I do not know how you are hitting this problem but it sounds like even with my changes you will have a problem. Aka one build environment killing a file or directory the other build environment is using for a mount point.<br> <p> That said I agree, that this can be a problem already.<br> <p> One of the points of user namespaces is to take a bunch of kernel functionality we have been allowing non-root users to use for a long time and remove the need for the suid root helpers. Much like what happened with ptys with the introduction of /dev/ptmx.<br> <p> </div> Thu, 17 Oct 2013 18:44:39 +0000 Mount point removal and renaming https://lwn.net/Articles/570618/ https://lwn.net/Articles/570618/ fishface60 <div class="FormattedComment"> <font class="QuotedText">&gt; But, if distributions are to ever enable user namespaces, these kinds</font><br> <font class="QuotedText">&gt; of problems need to be found and fixed.</font><br> <p> This is a problem independent of user namespaces.<br> <p> linux-user-chroot[1] allows you to run commands in a separate mount<br> namespace, since it's a privileged suid helper.<br> <p> I have a build tool that prevents builds from messing with my system,<br> by making most of my rootfs read-only.<br> <p> Currently I hit this mount point removal problem if I try to build two<br> different things at once.<br> <p> 1: <a href="http://git.gnome.org/browse/linux-user-chroot/">http://git.gnome.org/browse/linux-user-chroot/</a><br> <p> </div> Thu, 17 Oct 2013 12:56:06 +0000