I’m trying to debug a NFS client problem and my basic understanding of FreeNAS internals it that at system boot the configuration is in essence split between some static settings in /etc/rc.conf and dynamic settings in /etc/rc.conf.local. In the later case, these come from interrogating the FreeNAS internal configuration DB.
In std FreeBSD, you could check the relevant nfs server settings in r.conf, which might be for example:
NFS client problem – how to get to FreeNAS NFS server settings?
In std FreeBSD, you could check the relevant nfs server settings in r.conf, which might be for example:
Code:
rpc_lockd_enable="YES"...
NFS client problem – how to get to FreeNAS NFS server settings?