View Single Post
Posts: 6 | Thanked: 10 times | Joined on Mar 2011 @ Germany
#19
Has anybody an idea how to mount a tinysmb share in Ubuntu?
I see the files in Nautilus in "smb://192.168.2.100/mydocs/"
But I'm to stupid to mount the share.
I tried e.g.
Code:
# sudo smbmount //192.168.2.100/MyDocs /media/n900a
and get
Code:
mount error(5): Input/output error
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
or
Code:
sudo mount -t cifs -o guest //192.168.2.100/MyDocs /media/n900a
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
What's wrong? Any logs where should I look?