I have several RHEL6 machines. One is exporting an nfs mount to the rest. I have ACL's set on the server (set using setfacl -m
), but none of the clients are seeing any of them.
Here is my export on server1:
/myexport server2.example.com(rw,async,no_root_squash)
Here is my fstab on server2:
server1.example.com:/myexport /mnt nfs4 noatime,async,lock 0 0
I have tried adding acl to my fstab mount options with no luck. Anyone know why I cannot see the ACL's on the client?