On Thu, Jan 19, 2017 at 11:29:37AM -0600, Dennis Wicks wrote:
>       > PING robin.netgear.com (192.168.254.62) 56(84) bytes of data.
>       > 64 bytes from robin.netgear.com (192.168.254.62): 
> icmp_seq=1 ttl=64 time=0.472 ms
>               > sudo mount //192.168.254.62/znfs/edrv -o user=,password= 
> /mnt
>       > Unable to find suitable address.

You're still using Windows syntax.  Use NFS syntax instead.

mount -o user=,password= robin.netgear.com:/znfs/edrv /mnt

//robin/ = Windows
robin:   = NFS

Reply via email to