On Thu, Jun 4, 2009 at 4:58 PM, Ethan Grammatikidis <[email protected]> wrote:
> I run a plan 9 cpu server in Qemu and use drawterm to connect from the Linux 
> host.
> I thought the /mnt/term mechanism would be very convenient for exchanging 
> files
> between host & guest, but the guest sees all user/group names as
> unknown/unknown, preventing writing.

That's surprising.  Drawterm isn't going around enforcing
permission bits: if it can write, it writes.  What it shows
you in ls is what it gets from stat, but it doesn't rely on
that to make decisions about what you can open.  It just
tries to open it.

http://cvs.pdos.csail.mit.edu/cvs/drawterm/kern/devfs-posix.c?rev=1.5;content-type=text%2Fplain

Russ

Reply via email to