Hanna noname wrote: > i use opensolaris since ~1 year and share my files via nfs without problems. > last day i upgradet to build 117 and now i get only share nfs-behavior. > > same domain on all computers.. (matrix.org) > server (build 117): > >> zfs sharenfs=on /tank/webserver >>
Hanna, Shouldn't that be: zfs set sharenfs=on tank/webserver I understand you are not cutting and pasting. But please let me know what you did enter. Could you gather a network trace with snoop? On the server: sudo snoop -o /root/mount.scp 192.167.0.66 <ip of client> and then share that raw packet trace with us? Can you also try this with nfsv3? Thanks, Tom >> share >> > tank_webserver /tank/webserver rw "" > > client (linux) > >> sudo mount -t nfs4 192.168.0.66:/tank/webserver /media/webserver >> > mount.nfs4: access denied by server while mounting > 192.168.0.66:/tank/webserver > > now the strange thing: > when i mount only tank: > >> sudo mount -t nfs4 192.168.0.66:/tank /media/tank >> > i geht NO errors, but when i look in /media/tank i see: > >> ls -l >> > ls: cannot access webserver: Permission denied > ls: cannot access backup: Permission denied > total 0 > ?????????? ? ? ? ? ? backup > ?????????? ? ? ? ? ? webserver > > you must know my tank has 2 subfylsystems: "backup" and "webserver" > > what is it? and why doesn't it work now? > > i hope anybody can help me > lg > hanna >