On Thursday, 2 July 2020, at 4:01 PM, Ethan Gardener wrote:
> qemu's 9p is not the same as plan 9's 9p
Thanks for pointing that out. I will now work on serving files via u9fs or
other alternative which servers files over 9p2000
--
9fans: 9fans
Permalink:
h
what is serving the host directory? is qemu involved? i ask because qemu's 9p
is not the same as plan 9's 9p. plan 9's 9p is 9p2000 which transports a subset
of plan 9 system calls over the network. qemu's 9p is 9p2000.L which transports
a subset of *linux* system calls over the network. the 2 p
iirc you need to allow some vfs privileges for userland. i can't remember
the sysctl path though, sorry.
On Mon, Jun 29, 2020, 7:50 PM Romano wrote:
> I think FUSE is available on OpenBSD, and if so you can use
> https://9fans.github.io/plan9port/man/man4/9pfuse.html . There are
> probably bette
I think FUSE is available on OpenBSD, and if so you can use
https://9fans.github.io/plan9port/man/man4/9pfuse.html . There are probably
better ways; I haven't used OpenBSD recently.
On June 29, 2020 5:11:36 PM UTC, "rt.ml via 9fans" <9fans@9fans.net> wrote:
> Hey,
> I am running OpenBSD as a Gue