From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <46f579d1d980f33243f093c6b81261a5@vitanuova.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] newbie question #2 Date: Tue, 20 Jul 2004 00:05:55 +0100 From: rog@vitanuova.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: c35f9d32-eacd-11e9-9e20-41e7f4b1d025 > do a 'bind -a /mnt/term/dev /dev' after you've cpu-ed as bootes and > the message will disappear. note, however, that you still won't be > able to use any graphics for the simple reason that bootes isn't > allowed to write to /dev/draw :) actually, i'm fairly sure you should be able to do this, as the terminal has no idea of the identity of the person at the cpu end of the connection - it just sees the id that exportfs is running as. for example, try: echo foo > /mnt/term/tmp/bar and you should find that the new file is owned by the terminal owner, not by the id you've cpu'd as. to get that kind of behaviour you'd have to reattach; that's the point of $home/lib/namespace. cheers, rog.