Results 1 to 5 of 5
I have an old laptop trying to mount a share with samba on a server. laptop and server both running ubuntu 9.04.
When I try to mount a share on ...
- 08-21-2010 #1Just Joined!
- Join Date
- Apr 2010
- Posts
- 11
samba asking for password - guest share enabled
I have an old laptop trying to mount a share with samba on a server. laptop and server both running ubuntu 9.04.
When I try to mount a share on the server
$ mount -t cifs //192.168.1.3/home/stuff /mnt/music
I get a password prompt, and no server passwords work. This is a guest share, and my two windows laptops mount it no problem with no password.
here's the relevant part of the smb.conf:
[Guest Share]
comment = Guest access share
path = /home/stuff/
browseable = yes
read only = no
guest ok = yes
laptop and server are on the same workgroup. any thoughts? extensive googling hasn't turned up anything.
- 08-27-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
So, are you logging in as "guest", or someone else?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 08-28-2010 #3Just Joined!
- Join Date
- Apr 2010
- Posts
- 11
- 08-28-2010 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
Try mounting with the option -o user=guest
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 09-01-2010 #5Just Joined!
- Join Date
- Apr 2010
- Posts
- 11
thanks rubberman, but still getting a password prompt. i've switched over to sshfs, which prompts me for a password, but at least the password works.... doesn't seem to affect things that the server is sharing the same directory via sshfs and samba, so i'm gonna go with it for now.
thanks again.


Reply With Quote
