Trying to mount a smb share in Ubuntu 10.10 just fails :(.
I have used the following command:
sudo mount -t cifs //share /mnt/smb/
Looking inside kernel error messages I can see this:
[11502.143801] CIFS VFS: cifs_mount failed w/return code = -22
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Are you using the server name? You need to reference the share by IP address.
If you want to use dns, you'll need to install mount.cifs which is included in the package cifs-utils. | |||
|
feedback
|
|
just swap your arguments: | |||
feedback
|