I normally mount my windows share as follow:
mount -t cifs //192.xxx.x.xx/share -o username="username' password="pass" /mnt/mountPoint
now I am trying to mount my epson scanner which has a SD card that can be shared on the network.
I did the same command but it failed to mount. pinging the device is fine. My epson share doesn't have a username or password.
Can anyone suggest any command to try?