|
Permission denied when access linux from windows through NFS implementation
I'm making an implementation of NFS in windows. my client program uses the NFS protocol to gain access to an NFS server. the portmap protocol was able to return a valid port but when i used the mount protocol with no authentication specified, i was given a no permission error. my objective is to get the mount protocol the return a valid file handle that i can use to browse the nfs server.
can anybody help? tnx.
|