9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Skip Tavakkolian <skip.tavakkolian@gmail.com>
To: 9fans <9fans@9fans.net>
Subject: Re: [9fans] v9fs vs mmap (not quite SOLVED)
Date: Tue, 26 Oct 2021 12:36:44 -0700	[thread overview]
Message-ID: <CAJSxfm+7wih8ZSGLgYJsNM1i0FdvFhaJ0ZHCrf-c_=LPDBGCsw@mail.gmail.com> (raw)
In-Reply-To: <CAJSxfmKZm_+nfy9MiDs-nhEnk9z=tVeSoMB83weNL-0=c=VVmg@mail.gmail.com>

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.tavakkolian@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 <9fans@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	other threads:[~2021-10-26 19:37 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-24 11:03 [9fans] v9fs vs mmap Richard Miller
2021-10-24 19:50 ` [9fans] v9fs vs mmap (SOLVED) Richard Miller
2021-10-24 22:31   ` Conor Williams
2021-10-25 11:04   ` [9fans] v9fs vs mmap (not quite SOLVED) Richard Miller
2021-10-25 23:53     ` Conor Williams
2021-10-26  9:22       ` Richard Miller
2021-10-26 10:51     ` Richard Miller
2021-10-26 15:53       ` Dan Cross
2021-10-26 16:06         ` Conor Williams
2021-10-26 16:51         ` Richard Miller
2021-10-26 18:17           ` Skip Tavakkolian
2021-10-26 18:54             ` Conor Williams
2021-10-26 19:09             ` Richard Miller
2021-10-26 19:33               ` Skip Tavakkolian
2021-10-26 19:36                 ` Skip Tavakkolian [this message]
2021-10-26 23:45                   ` Skip Tavakkolian
2021-10-26 23:57                     ` Charles Forsyth
2021-10-27  8:27                       ` Richard Miller
2021-10-27 10:55                         ` Richard Miller
2021-10-27 12:31                           ` Dan Cross
2021-10-27 13:15                             ` Richard Miller
2021-10-27 13:20                               ` Dan Cross
2021-10-27 14:10                                 ` Richard Miller
2021-10-27 14:14                                   ` arnold
2021-10-27 14:39                                     ` Richard Miller
2021-10-27 14:45                                       ` arnold
2021-10-27 14:31                                   ` Dan Cross
2021-10-27 15:02                           ` Bakul Shah
2021-10-27 15:37                             ` Charles Forsyth
2021-10-27 16:34                         ` Skip Tavakkolian
2021-10-27 18:37                           ` Richard Miller
2021-10-27 19:12                             ` Skip Tavakkolian
2021-10-27 19:30                               ` [9fans] v9fs vs mmap (now SOLVED, we hope) Richard Miller
2021-10-27 20:18                                 ` Skip Tavakkolian
2021-11-03 14:44                                   ` Conor Williams
2021-11-03 16:39                                     ` Conor Williams
2021-11-01  2:58                               ` [9fans] v9fs vs mmap (not quite SOLVED) Conor Williams
2021-11-04  0:32                                 ` Conor Williams
2021-11-04  3:15                                   ` Conor Williams
2021-11-04 11:49                                     ` Conor Williams
2021-11-05  3:16                                       ` Conor Williams
2021-11-05 10:21                                     ` Kenji Okamoto
2021-11-05 13:44                                       ` Conor Williams
2021-11-05 13:56                                         ` Conor Williams
2021-11-21  4:21                                           ` Conor Williams
2021-10-27  0:34                     ` Conor Williams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJSxfm+7wih8ZSGLgYJsNM1i0FdvFhaJ0ZHCrf-c_=LPDBGCsw@mail.gmail.com' \
    --to=skip.tavakkolian@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).