rust-9p icon indicating copy to clipboard operation
rust-9p copied to clipboard

Client Support?

Open rkjnsn opened this issue 7 years ago • 2 comments

Would you have any interest in incorporating client support into the library?

rkjnsn avatar Jan 20 '18 21:01 rkjnsn

No. There aren't any plans at all to implement the 9P client support. It's because rust-9p is intended to be used on Linux systems (at least for now) and Linux kernel has its native 9p client support (called v9fs) in the form of a kernel module. If you're using BSD systems you might want to use FUSE 9p clients. May I ask why you need the client support?

pfpacket avatar Jan 25 '18 02:01 pfpacket

I was specifically interested in writing a simple FUSE client for 9P2000.L, since it looks like the existing couple I found only support 9P2000 and/or 9P2000.u. Specifically, I'd like to access a Diod server from non-Linux systems. If there is an existing solution for this, I'd appreciate if you could point me in the right direction.

Thanks!

rkjnsn avatar Jan 26 '18 20:01 rkjnsn