Had same problem. Solved by putting sec=sys in /etc/vfstab On Linux:
[CODE] [root at rc550 export]# cat /etc/exports /export/nfstest *(rw,no_root_squash,no_subtree_check,sync) /export/nfstest2 *(rw,no_root_squash,no_subtree_check,sync) [/CODE] On OpenSolaris [CODE] root at oc517:/# tail -2 /etc/vfstab rc550:/export/nfstest - /tmp/foo nfs - no rw,hard,intr,vers=3,proto=tcp,sec=sys rc550:/export/nfstest2 - /tmp/foo2 nfs - no rw,hard,intr,vers=3,proto=tcp [/CODE] can write to /tmp/foo, but not to /tmp/foo2 Meh! No code tag support. bleah. -Brian -- This message posted from opensolaris.org