I inherited a FreeNAS installation that I recently upgraded to version 9. I have some ZFS mounts that are mounted like this:
data1/data on /mnt/data1/data (zfs, NFS exported, local, nfsv4acls)
data1/lan on /mnt/data1/lan (zfs, NFS exported, local, nfsv4acls)
and I am having some permissions problems. I think it has to do with the ACLs, but I am not quite sure. How can I completely disable the ACLs and fallback to the standard Unix style permissions (which are perfectly suitable for my setup) ?