according to diod docs, mounting diod is similar to what you have:
sudo mount -t 9p -n 127.0.0.1 /mnt
-oaname=/tmp/9,version=9p2000.L,uname=root,access=user

On Tue, Oct 26, 2021 at 12:33 PM Skip Tavakkolian
<skip.tavakkol...@gmail.com> wrote:
>
> Sorry, I was suggesting a potential diagnostic. I was thinking (all
> steps are on Linux):
> * clone go
> * run diod, export / over 9P2000.L
> * from the same or another linux box, mount diod-exported fs and
> attempt all.bash
> I am speculating that if that works, the issue might be with
> unsupported fs calls.
>
> On Tue, Oct 26, 2021 at 12:11 PM Richard Miller <9f...@hamnavoe.com> wrote:
> > > there is a 9P2000.L variant that seems to
> > > kitchen-sink all Linux fs calls into 9P. There's a file server
> > > (https://github.com/chaos/diod) that implements it. It would be
> > > interesting to know if your case fails using it.
> > 
> > Sorry, I've cloned & built diod but I can't quite see how to
> > deploy it for my use case, which is to mount fs from Plan 9
> > file server onto linux client. The server is 4th edition and
> > thus 9P2000 not 9P2000.L.
> > 
> > Here's the incantation I've been using to mount atom's fs
> > using v9fs:
> > 
> > $ factotum -n
> > $ srv -a atom
> > $ sudo mount -t 9p -o 
> > trans=unix.uname=miller,dfltuid=1000,dfltgid=1000,cache=mmap 
> > `namespace`/atom /mnt
> > 
> > What would be the equivalent using diod?
> > 

------------------------------------------
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/Tb065f4df67a8bab9-M5324d4bafb9e75818fd85aa4
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Reply via email to