On 02/22/2012 06:17 PM, Ken Schneider - openSUSE wrote:
On 02/22/2012 12:08 PM, lynn pecked at the keyboard and wrote:
When I create a file in an nfs4 share, I want it to be group rw.
This is what I've tried so far: cat /etc/exports /home *(rw,no_root_squash,sec=none:sys:krb5:krb5i:krb5p,no_subtree_check,insecure)
1. Make a folder to share: hh3:/home/CACTUS # mkdir -m 770 dropbox hh3:/home/CACTUS # chown root:suseusers dropbox
2. Mount the share: hh3:/home/CACTUS # mount -t nfs4 hh3:/home /mnt
First look at the ACL's on the server and set them there to the way you want them. IIANM the "client" inherits the settings of the "server".
Hi Unfortunately the client does not inherit the acls from the server. I've tried setting the posix acl's on the server. They are correctly mapped to nfs4 acls on the client. The unmounted acls work as expected, but once exported, they lose the acl. I've also tried with no acls set, mounting the share to /mnt on the server and setting the nfs4 acl's whilst mounted. The acl + appears on the unmounted folder but once again it is as if no acl has been set at all when working on the mounted share. So far, I've also drawn a blank on the nfs kernel list and the samba list:-( Thanks, L x -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org