Hi All,
I had create a ZFS filesystem test and shared it with "zfs set 
sharenfs=root=host1 test", and I checked the sharenfs option and it already 
update to "root=host1":
bash-3.00# zfs get sharenfs test
-------------------------------------------------------------------------------------------------
NAME  PROPERTY  VALUE            SOURCE
test  sharenfs  rw,root=host  local
-------------------------------------------------------------------------------------------------
and NFS command share show it already shared as "rw,root=host1" also:
-------------------------------------------------------------------------------------------------
bash-3.00# share
-               /test   sec=sys,rw,root=host1   ""  
-------------------------------------------------------------------------------------------------
But at host1, after I mounted this filesystem and tried to do some write 
operation at it, it still return permission denied:
 
-------------------------------------------------------------------------------------------------
bash-3.00# touch ll
touch: cannot create ll: Permission denied
-------------------------------------------------------------------------------------------------

Thanks for any reply.
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to