Results 1 to 4 of 4
I am trying to access a samba share on my webserver so i can edit files on my computer. How is this done? I have setup the samba server to ...
- 02-29-2004 #1
Samba share
I am trying to access a samba share on my webserver so i can edit files on my computer. How is this done? I have setup the samba server to only allow one user (me) to access it. Now, i wanna mount this share on my pc at login, how is this done? I have added an extra line in my fstab saying:
But when i try to mount it as root it sez:Code://server1/webserver /mnt/server smbfs defaults,rw,user=root 0 0
Anyone know what's wrong?Code:2620: session setup failed: ERRSRV - ERRbadpw (Bad password - name/password pair in a Tree Connect or Session Setup are invalid.) SMB connection failed
"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 02-29-2004 #2
You need to add your workgroup, username and password like so
//192.168.0.1/home /mnt/home smbfs workgroup=MY_WORKGROUP,username=my_username,passwo rd=my_password,user 0 0
- 02-29-2004 #3Just Joined!
- Join Date
- Feb 2004
- Location
- Calgary Alberta
- Posts
- 19
THANK YOU GIRO!!!!!!
I have been fighting with this FOREVER!!!
I didn't know there was a workgroup option.
now I can finally automount this stuff at startup
- 03-01-2004 #4
This still doesn't work. I (for some reason) can't even acceses the share through samba now!
"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327


Reply With Quote
