On Thu, Nov 20, 2008 at 12:59 PM, Steve Simon <[EMAIL PROTECTED]> 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.
