On 6/22/08, Russ Cox <[EMAIL PROTECTED]> wrote: > What I wrote yesterday was correct but incomplete. > In addition to the file descriptors, dossrv is holding > up a reference to the window's name space, in which > the window files are still accessible. If you do > > slay dossrv |rc # clean slate > unmount /mnt/wsys /dev > unmount /mnt/wsys > 9fat: > exit > > then the window does in fact disappear.
Thanks for clearing that up. I was wondering if it would be possible to start dossrv in a new namespace, built from scratch, so I've been playing a bit with rfork (the rc builtin). However, when I do a 'rfork N', my namespace is empty after that (of course), but I'm not sure how to get it populated again? Since /bin is gone, I'm can't do much beside using rc's builtins, of which 'exit' seems to be the most useful at that point... Greetings, Sander.
