Can any get a remote nfs volume to mount from openwrt on git head? I've been playing with it for a few days and can't get it to work.
The nfs exports are ok and work from other machines. root@OpenWrt:/# mount -t nfs 192.168.1.40:/export/work /mnt mount.nfs: rpc.statd is not running but is required for remote locking. mount.nfs: Either use '-o nolock' to keep locks local, or start statd. mount.nfs: mounting 192.168.1.40:/export/work failed, reason given by server: No such file or directory mount: mounting 192.168.1.40:/export/work on /mnt failed: Invalid argument root@OpenWrt:/# mount -t nfs -o nolock 192.168.1.40:/export/work /mnt mount.nfs: Connection timed out mount: mounting 192.168.1.40:/export/work on /mnt failed: Invalid argument root@OpenWrt:/# -- Jon Smirl [email protected] _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
