logoalt Hacker News

memset10/11/20242 repliesview 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

mbirth10/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_proven10/11/2024

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

show 2 replies