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.

[1176 byte] By [astroveny.sun] at [2007-11-26 11:41:10]
# 1

Please check at the server side.

At the Procedure 1 mentioned. Check whether the we can add

nfsshare -F nfs -o anon=yes c=C:/

Since its a windows Box, there are chances that the Software might be using CIFS. So ensure that you share NFS filesystem only at the server side.

Thanks

Krishnakumar

menonk at 2007-7-7 11:43:09 > top of Java-index,General,Sun Networking Services and Protocols...