> A mildly related question, though (I'm getting a little lost among > namespaces): > > How can I (I guess it's possible?) exportfs an external drive? As far as I > understand, 9import (or in general, import) will connect to my remote > machine with the current username, in its own namespace, and as such an > external drive (say, usbfat: mounted) won't be there (since the mountpoint > won't be in the remotely connected namespace.) Is there any workaround for > this? I can drawterm and cp, but I'd like to simplify it and just 9import > via fuse and move files when needed.
needs to be in export's namespace. easiest way to do this is to start it on boot and add to /lib/namespace. - erik