Hey #freebsd people. How do I share a mounted exfat partition via NFS?
1
Hey #freebsd people. How do I share a mounted exfat partition via NFS?
Put it in /etc/exports and configure which client has access to it.
I did not know FreeBSD had an exfat file driver, and you probably need to mount that file system before putting it in /etc/exports
Disclaimer: I haven't worked on FreeBSD in a long time...
@ParadeGrotesque it's fusefs. And when I do it the client cannot `ls` the share contents. It can enumerate but then fails at each identified file with "file not found". It is so strange, almost like a file access issue of the share.