Hello,
Upgraded from opensuse 11.2 to 11.4 and when mounting nfs files systems the ACLs are no longer present.
From 11.2 system, the acls are seen;
(Using 'mount -t nfs ...')
/mnt/inputs type nfs (rw,addr=192.168.60.200,nfsvers=3,proto=tcp,mountproto=udp)
# ls /mnt/ drwxr-sr-x+ 6 root root 4096 Mar 24 2011 inputs
Same mount from 11.4 system;
(Using 'mount -t nfs ...')
/mnt/inputs type nfs4 (rw,relatime,vers=4,rsize=262144,wsize=262144,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.60.38,minorversion=0,local_lock=none,addr=192.168.60.200)
# ls /mnt/ drwxr-sr-x 6 4294967294 4294967294 4096 Mar 24 2011 inputs <snip>
Any ideas how I can mount the nfs file system, using nfs4, and still have the ACLs? If not, how can I mount with nfs 3?
Thank you in advance.
James