我试图在已经使用POSIX ACL的环境中使用NFS4 ACL.我在互联网上找到了一些网站,它们解释了有关NFS4 ACL的一些技术细节以及它们是如何创建的,但是当我尝试执行它们时,这些工具似乎失败了.
有没有人有一个很好的资源/教程来解释如何设置NFS4 ACL?
当我尝试从服务器更改ACL集时:
[root@ny-bar01 foo_server]# nfs4_setfacl -e /nfs/obfuscate/ Operation to request attribute not supported. Failed to instantiate ACL.
当我尝试从客户端更改ACL集时:
[root@ny-baz02 foo_client]# nfs4_setfacl -R -e . Failed setxattr operation: Operation not permitted An error occurred during recursive file tree walk.