Quantcast
Channel: File Services and Storage Forum
Viewing all articles
Browse latest Browse all 1766

Windows 2012 NFS Server. Setting ACls on Red Hat

$
0
0

Hello,

i have an Windows 2012 nfs share.

i mount this share with Red hat.

       mount -o acl ip:/nfstest nfstarget2


Now i want to set new acls

 getfacl test.txt
# file: test.txt
# owner: nfsnobody
# group: nfsnobody
user::rwx
group::rwx
other::rwx

[root@localhost nfstarget2]# setfacl -m u::4,g::4,o::4 test.txt
[root@localhost nfstarget2]# getfacl test.txt
# file: test.txt
# owner: nfsnobody
# group: nfsnobody
user::r--
group::r--
other::r--

My problem is the windows attribute "ReadOnly" doesn't change. Is there a way to configure the server or map this flag with nfs?


Viewing all articles
Browse latest Browse all 1766

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>