Hi Guys,

Since I bought wl-500gx I've learned a lot from the community. Thanks to you!

Now I've encountered a problem related to NFS. Recently I installed the latest 1.9.2.7-7b firmware, but found the problem with Samba persists: it is not very stable, sometimes the network folder closes by itself, and sometimes file transfer was broken. That was why I was seeking to use NFS instead, while I did not turn off Samba. I downloaded ServicesforUnix 3.5 and installed NFS client on my Win XP notebook.

now my /etc/exports is like:
#automatically generated from web settings
/tmp/harddisk 192.168.1.0/24(rw)

and when I run "showmount -e wl-500g" from notebook running NFS client, I can see this showing up. But when I try to mount this NFS share through:

mount 192.168.1.1:/tmp/harddisk *
or "mount \\wl-500g\tmp\harddisk *"

I always got message "Network Error - 53" or "Network Error - 67" (can't find network path or network name). I ran
"insmod sunrpc
insmod lockd
insmod nfs
/usr/sbin/portmap"

on wl-500g already. Can anybody show me how to trouble this? It was strange that yesterday I succeeded in mapping the NFS share to my e: drive yesterday. but today I could not make it happen again.

Thanks!