Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mount: support 9P2000.L as a client and server #13

Open
djdv opened this issue Nov 7, 2022 · 0 comments · May be fixed by #39
Open

mount: support 9P2000.L as a client and server #13

djdv opened this issue Nov 7, 2022 · 0 comments · May be fixed by #39

Comments

@djdv
Copy link
Owner

djdv commented Nov 7, 2022

Our old implementation already supported hosting a 9P server of any of our FileSystem interface (this predated Go's fs.FS).
Our new fs daemon code itself utilizes 9P and has lots of functionality for managing sockets, servers, etc.

We should be able to both mount and serve 9P through any of the combinations.
E.g.
Serving local IPFS node over a TCP socket: fs mount 9p ipfs /ip4/127.0.0.1/tcp/564
Mounting that server via a 9P client mapped to the FUSE API: fs mount fuse 9p /ip4/127.0.0.1/tcp/564 /mnt/9

@djdv djdv linked a pull request Dec 2, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant