Notices where this attachment appears
-
@p
I'm trying to connect to plan9 using hubfs following the "Connecting from Other operating systems" part from here (https://9p.io/wiki/plan9/hubfs/index.html) and need some tech support.
I have plan9 running in a virtualBox VM. I have forwarded port 8787 (tcp and udp) to localhost.
Image 1 is what I run in the plan9 terminal.
>Host:
mkdir hubfs
9pfuse 'tcp!127.0.0.1!8787' hubfs
Output Error:
9pfuse: fsmount: fsversion: fsrpc: muxrpc: unexpected eof
Fuse kernel module is loaded.
It is being used by a process but have no idea which one.
fuse 122880 1
I tested fuse using sshfs and fusermount and it works normally.
I went into plan9port/src/cmd/9pfuse and rebuilt it (mk install) just in case.
Here's a telnet output for the same port in case it helps:
telnet 127.0.0.1 8787
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
Connection closed by foreign host.
p9term.png