|
|
|
|
|
by willscott
2118 days ago
|
|
Wasn't expecting to see this here! This turned out easier than i was expecting it to be. It's nice to be able to mount a VFS without needing privileges on the server side.
The main intention for this code is to eventually use it to replace fuse on mac, since nfs is a valid mount time for mac clients to consume. |
|
Fuse is a really great idea & project, but sadly today impls require a lot of install steps in some platforms, and some have painful bugs/UX. Amazing if we can mount VFSes from Go without those hurdles.