954,242 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

network share mount

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?

k2k
Posting Whiz
352 posts since Nov 2007
Reputation Points: 15
Solved Threads: 1
 

Your options for username and password are wrong. It should be:

mount -t cifs //192.xxx.x.xx/share /mnt/mountPoint -o username="username",password="pass"

Also you need to do that as root, or sudo. If your mount doesn't require authentication, then leave the username/password options out altogether.

rubberman
Posting Virtuoso
1,559 posts since Mar 2010
Reputation Points: 277
Solved Threads: 178
 

stupid me.. i have to specify //192.168.xx.xx/epscan

thanks rubberman.

k2k
Posting Whiz
352 posts since Nov 2007
Reputation Points: 15
Solved Threads: 1
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: