logoalt Hacker News

formerly_proven10/11/20242 repliesview on HN

Rust sample: https://github.com/xetdata/nfsserve


Replies

inferiorhuman10/11/2024

At least as far as Rust is concerned I preferred dealing with FUSE because I didn't have to wrestle with async (or NFS mounts).

https://crates.io/crates/fuser

stateoff10/12/2024

xetdata is retired and recently became part of hugging face. I wonder if nfsserve will be still supported.

Are there other recommended NFS server codebases?