I recently installed truenas scale. I am trying to reset the permissions on zfs volume / data set that were from my old freenas install. So recursively cleared all the acl’s. I recursively set all owner and group to root. chmod directories to 755 and files to 640. Now I want to go through and set up acls properly. So I try, for example
nfs4xdr_setfacl -R -a "A:df:OWNER@:rwatTcCy" /mnt/volume0/home
But now matter how I seem to form the command it always returns an error of invalid tag.
What am I doing wrong here?