A FUSE filesystem for accessing 9P filesystems, written in Go.
Make sure FUSE (or MacFUSE) is installed, as well as Go for now:
go install github.com/progrium/p9fuse
p9fuse [-debug] <9PADDR> <MOUNTPOINT>
Use umount on the mountpoint to unmount and p9fuse will exit.
- Currently provides a read-only filesystem from a 9P endpoint
- The 9P server will need to speak 9P2000.L as supported by github.com/hugelgupf/p9
MIT