On 07/01/2014 18:17, Bence Fábián wrote:
Hi fans!

I want to mount my filesystem on a linux machine from plan9.
u9fs.log says:

     u9fs
     kill 23121
     <- Tversion tag 65535 msize 8216 version '9P2000'
     -> Rversion tag 65535 msize 8216 version '9P2000'
     <- Tattach tag 15 fid 527 afid -1 uname bence aname
     ruserok(, bence) not okay
     -> Rerror tag 15 ename u9fs: rhosts authentication failed

My username is not bence but bfabian on the linux system.
That seems to be the problem. I guess maybe i should use
the -k option of mount(1) but -k 'user=bfabian' doesn't seem
to be enough.

Any input?

Thanks,
BenceF


When I login with drawterm, I need to use both -u (for drawterm)
and -k (for factotum if I remember well), maybe this is the same for
mount:

  -u bfabian -k 'user=bfabian'

Can't find -u in mount(1) as well as -k in drawterm usage().

Nicolas

Reply via email to