Good Morning, I have a running cpu/file server (legacy plan9 with venti backed fossil) and a plan9 terminal through qemu in my linux laptop and I want to mount the 9p filesystem from the cpu/file server with linux now.
The 9p2000 protocol itself should be simple, but authentication might be a problem. When I try # 9 9pfuse -D CPU-ADDR MNTPT I get <- Tversion tag 0 msize 8192 version '9P2000' -> Rversion tag 65535 msize 8192 version '9P2000' <- Tattach tag 0 fid 0 afid -1 uname ingo aname -> Rerror tag 0 ename cannot attach as none before authentication 9pfuse: fsmount: cannot attach as none before authentication So how can I tell 9pfuse about the authentication tokens it needs. Any ideas? regards ingo