From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 20 Nov 2008 13:50:21 +0000 From: "roger peppe" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [9fans] fd2path and devsrv Topicbox-Message-UUID: 4b05bc02-ead4-11e9-9d60-3106f5b1d025 On Thu, Nov 20, 2008 at 12:59 PM, Steve Simon wrote: > The dos(1) command I wrote (in the style of cpu(1) but attaches to Windows boxen) > uses a configuration file describing how the windows directories are > mounted (using cifs(1)) on plan9. It also reads /proc/$pid/namespace to > learn of any additional mounts so it can reliable translate plan9 paths > to windows ones and back again. interesting. that's almost exactly what i was doing with ftrans (using inferno's cmd(3) device). i wasn't thinking about long lived sessions, though, so i didn't fiddle with /dev/wdir. i wonder how similar the code ended up being... rog.