with solaris10 I find in global zone i need to mount nfs with vers=3, if not mount like that i can't change the file or dir owner.
and in local zone, i can't mount nfs with vers=3,like following: my-zone# mount -F nfs -o vers=3 192.168.1.222:/vol/dbak/sol10-test /test nfs mount: 192.168.133.148:/vol/dbak/sol10-test: Permission denied and i mount use default nfs version4,like following: my-zone# mount -F nfs -o rw 192.168.1.222:/vol/dbak/sol10-test /test my-zone#cd /test my-zone#ls -l total 16 drwxr-xr-x 2 nobody nobody 4096 Dec 8 10:46 hotbak drwxrwxrwx 2 nobody nobody 4096 Dec 8 11:32 logs my-zone#chown oracle logs NFS compound failed for server 192.168.1.222: error 2 (RPC: Can't decode result) chown: logs: I/O error I tried to use lofs to mount nfs,it also failed. What can i do? This message posted from opensolaris.org