9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: fgergo@gmail.com
To: 9fans <9fans@9fans.net>
Subject: Re: [9fans] u9fs in go?
Date: Mon, 13 Jul 2020 08:22:24 +0200	[thread overview]
Message-ID: <CA+ctqroe+WX_b2CZwgEEFR8qd6VBA2o0ye+PE-p+j7VUHGi2ew@mail.gmail.com> (raw)
In-Reply-To: <c5dadf55-633e-4988-a627-3d91d164a244@www.fastmail.com>

On 7/13/20, David du Colombier <0intro@gmail.com> wrote:
>> Did anybody try to reimplement u9fs in go?
>> If not yet, which 9p go package would you recommend to use?
>> (I don't need any authentication only 9p.)
>
> There is a multitude of 9P implementations in Go.
>
> For example, this one, which includes a program to serve
> local files as a 9P filesystem:
>
> https://github.com/Harvey-OS/ninep
>

Thank you!
https://github.com/Harvey-OS/ninep/tree/master/cmd/ufs seems to be
working nice, after trivial changes to
ninep/filesystem/filesystem_windows.go . (Change all 'File' references
to 'file'.)
(Though go test fails in ninep/filesystem/ on windows. I'll maybe check later.)

+thank you all for 9p library references!

thanks again!

      parent reply	other threads:[~2020-07-13  6:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-12 22:11 fgergo
2020-07-12 22:58 ` [9fans] " David du Colombier
2020-07-12 23:10   ` Marshall Conover
2020-07-13  0:02     ` andrey mirtchovski
2020-07-13  6:22   ` fgergo [this message]

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=CA+ctqroe+WX_b2CZwgEEFR8qd6VBA2o0ye+PE-p+j7VUHGi2ew@mail.gmail.com \
    --to=fgergo@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).