From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <88cb92cf3c9085596ad4e509df4e812f@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] u9fs: dealing with user names that differ between unix and plan 9? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 5 Apr 2002 10:33:19 -0500 Topicbox-Message-UUID: 730d18f8-eaca-11e9-9e20-41e7f4b1d025 > I have set up u9fs on a linux machine as indicated in the README, > and it works, when my plan 9 username is the same as my linux username. > When there is no linux user with the same name as the plan 9 user > that does the mount (attach), it fails. Is there a way to specify, > from the plan9 side, what linux user name should be used when doing > the mount (attach)? (like the -l option of rlogin) No, sorry. > It seems that the -u command line option of u9fs can be used as > a kind of workaround: it allows me to choose one single linux user > name onto which then all plan 9 users will be mapped, correct? Yes. Russ