From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 14 Jan 2008 21:10:59 +0000 From: "roger peppe" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Easiest way to make a filesystem In-Reply-To: <268E33BD-890D-4E18-962E-D868224ACC90@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <326364c20801140111v1bf9b574p80ea0305edf09c14@mail.gmail.com> <268E33BD-890D-4E18-962E-D868224ACC90@mac.com> Topicbox-Message-UUID: 2e4a9d68-ead3-11e9-9d60-3106f5b1d025 On Jan 14, 2008 9:00 PM, Gary Wright wrote: > I've been playing around with my own implementation of 9P in Ruby in > an effort to explore this problem space and to better understand 9P. [...] > I'd appreciate comments/feedback. how do you deal with filesystems where the name space is dynamically constructed? for instance, how would you go about specifying the #I (/net) namespace with your system?