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?
# sudo smbmount //192.168.2.100/MyDocs /media/n900a
mount error(5): Input/output error Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
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)