Quote Originally Posted by suman.solaris View Post
I have a NFS server with OS solaris 9 which shares a directory 'test' when I mount the directory on client machine with OS solaris 10 I can't see any files in that directory. There is no problem with server(sol 9) what is the solution?



Hai suman here sankar


u don't have read permissions of share ddirectory to set the full permissions of shared directory by using #chmod 777 /test
or
# vi /etc/dfs/dfstab (file contains list of local resources to share at boot time)
share -F nfs -o rw solaris9:/test
:wq!

stop and start the nfs server services
stop and start the rpc services
#shareall

onclient machine

umount test direcory
agai mount the directory

stop and start the nfs & rpc services

any quires pls contact 9886374982