Hanna noname wrote: > ok. is this a problem which all snv_117 users have or only some less? >
So far you are one of two which have an issue and the other might be the ACL problem that Andrew reported later. We can try to nail this down further. 1) Can you mount it via NFSv3 from the client? If you can not, then that points to something being wrong in the share. 2) Try creating a brand new share and see if you can access it: server> zfs create tank/test server> zfs set sharenfs=rw tank/test Then try and access it normally (v4) from the client. If that doesn't work, then do: server> chmod 777 /tank/test See if that works. If it does, then you have a permissions issue. If it doesn't, then try: client> sudo mount server:/tank /mnt client> cd /mnt client> cd test I.e., do it as a normal user and not root.