View Single Post
Posts: 20 | Thanked: 19 times | Joined on Nov 2009
#20
Originally Posted by MikeCC View Post
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?
In ubuntu or other gnome based desktops you can just go to the places menu, choose connect to server and enter your details under 'windows share'. when you choose to add a bookmark, your n900 will be accessible trough the places menu. It's mounted in /home/username/.gvfs if i'm correct.
 

The Following User Says Thank You to dekkelkamp For This Useful Post: