From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Tue, 2 Dec 2008 16:29:49 -0500 To: 9fans@9fans.net In-Reply-To: <1228252641.16585.44.camel@goose.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] How to implement a moral equivalent of automounter in Plan9? Topicbox-Message-UUID: 55fc8730-ead4-11e9-9d60-3106f5b1d025 > On Tue, 2008-12-02 at 21:05 +0100, hiro wrote: > > I still don't understand what kind of feature you are missing. Could > > it be that you just want a naming convention for your mount places? > > Writable '#p//ns' > > Thanks, > Roman. > > P.S. Unless somebody tells me that it is a bad idea with the explanation > to back that claim up. a couple of questions come to mind. how does writing to a ns interact with shared namespaces? does it automaticly fork the namespace? seems iffy. which leads to the next obvious question how do you prevent a race between changing the namespace and opening fds? and, what about open file descriptors? seems like a big can of worms. - erik