I know this probem has a solution in Linux which is moving from something like this
to something like this
but FreeBSD's
Code:
/nfs/directory 192.168.1.239(rw,sync,no_subtree_check)
Code:
/nfs/directory 192.168.1.239(rw,sync,no_subtree_check,insecure)
/etc/exports
is very different, and did not have much luck reading the manual entry exports(5).