9fans / plan9port

Plan 9 from User Space
https://9fans.github.io/plan9port/
Other
1.63k stars 321 forks source link

nfs over tcp support for vnfs #621

Open stroucki opened 1 year ago

stroucki commented 1 year ago

Several Linux distros are shipping with kernels that disable NFS udp clients, without the ability to enable support via procfs. vnfs cannot be mounted on those systems without recompiling the kernel to remove that restriction.

tcp should be a protocol supported by plan9's NFS and mount code.