NFS: permission denied!!!!!
hi,
i am trying to make a NFS between solaris 9 and windows XP. i have installed the services for UNIX on the windows machine,
1)
i did the following on the windows machine:
at the Ksh that come with the "windows services for UNIX":
$ nfsshare -o anon=yes c=C:/
and at the solaris machine i did this:
# mount -F nfs -o rw (windows machine):/c /export/home/nfs_windows
now i can see it is mounted when i do ls -l it give me this:
drwxrwx2 nobodynobody 64 Nov 22 18:48 nfs_windows
but i can't access it, it gave me
cd: nfs_windows/: permission denied
2)
on windows at the ksh:
$ nfsshare -o root=192.168.0.3 c=C:/
on the solaris:
# mount -F nfs 192.168.0.2:/c /export/home/nfs_windows
and it is still the same i can see the folder that is mounted but i can't access it
# cd nfs_windows/
NFS access failed for server 192.168.20.29: error 7 (RPC: Authentication error)
NFS access failed for server 192.168.20.29: error 7 (RPC: Authentication error)
cd: nfs_windows/: I/O error
what might be the problem?
any help please
thanks.

