Hi,
Migrating from a QNAP nas box to FreeNAS I ran into an issue: The NFS shares must be mountable the same way as before (otherwise a large number of clients have to be updated).
So, e.g.
if a "documents" share can be mounted from a client like this:
mount -t nfs 10.1.1.1:/documents
It...