Hi all, I've seen that topic being discussed already, but found no solution inthe threads.
I have Solaris 10 on an x2100 with ZFS pools exported with NFS. When they're mounted by Linux clients (RHEL 4.5/Debian 4.0), there are issues. - ls -l always puts a + at the end of the permissions, and there are no ACLs at all. - more annoying, when doing a cp -p, there is always an error message: Operation not supported. I did install patch 127729-07 it only changed the error message (it was "invalid operation" before). $ touch test $ ls -l test -rw-r--r--+ 1 testcc opc 0 Mar 14 11:37 test $ date Fri Mar 14 11:38:09 CET 2008 $ cp -p test test2 cp: preserving permissions for `test2': Operation not supported $ ls -l test* -rw-r--r--+ 1 testcc opc 0 Mar 14 11:37 test -rw-r--r--+ 1 testcc opc 0 Mar 14 11:37 test2 Any idea what's wrong? Is a patch forthcoming to correct that? I only saw workaround of disabling ACL altogether on the Linux side, but it's not a real solution. TIA, Laurent This message posted from opensolaris.org