mounting nfs share in wl500g
I'm new to linux. I'm trying to nfs mount on asus and getting "no such device" error. Please help.
----
on my other linux box (192.169.1.110):
# cat /opt/etc/exports
/share/hdd/data 192.168.1.1(rw,sync,no_root_squash)
# exportfs
/share/hdd/data
192.168.1.1
on my asus router:
[admin@router root]$ mount -t nfs 192.168.1.110:/share/hdd/data /tmp/nfs
mount: Mounting 192.168.1.110:/share/hdd/data on /tmp/nfs failed: No such device
----
Thank you for the help.
Pls HELP! nfs client problem
I'm at my wits end. Tried many variantion but of no help. Googling for info reveals that the "No Such device" means that nfs client supprort is not in the client kernel. Is this true?
I'm trying to use NFS client on the Asus router. Please HELP!