logoalt Hacker News

memset • 10/11/2024 • 2 replies • view on HN

Nice!

Adjacent question: lately I’ve been seeing people implement NFS base filesystems since that is a more widely supported protocol. I think rclone does this for Mac. Is there a guide, or even a comparison, for this approach?


Replies

mbirth • 10/12/2024

Fun fact: Now that recent macOS versions require you to disable security features to install macFUSE, there’s the awesome fuse-t. It works as a drop-in replacement, doesn’t need the kext and will open up an NFS server in the background and mount that using macOS features. Performance is pretty good, too.

formerly_proven • 10/11/2024

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

➕ show 2 replies