I was trying to mount my network share (windows), which is an external HDD connected to my Netgear router.
For some reason, it does not recognize the network share.
The path to the share is: \\NETDISC\shares\USB_Storage
I tried the command
Code: Select all
mount -t smbfs \NETDISC\shares\USB_Storage /mnt/netdiscCode: Select all
mount.cifs: bad UNC (NETDISCsharesUSB_Storage)The share doesn't require an username and password.
Kind Regards,
djmaster329