i installed a new 2009.06 on an other pc... > We can try to nail this down further. > 1) Can you mount it via NFSv3 from the client? no. the same error: OS-client> mount -F nfs -o ro,vers=3,sec=sys 192.168.0.66:/tank/webserver /mnt nfs mount: 192.168.0.66:/tank/webserver: Permission denied
> If you can not, then that points to something being wrong in the share. yes :( > 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. it doesn't work. > 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. this doesn't work too. > If it doesn't, then try: > client> sudo mount server:/tank /mnt > client> cd /mnt > client> cd test the last command give me: bash: cd: test: Permission denied lg HN -- This message posted from opensolaris.org