LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Mounting Samba shares and Samba Share Login (https://www.linuxquestions.org/questions/linux-software-2/mounting-samba-shares-and-samba-share-login-92707/)

time112852 09-14-2003 11:52 AM

Mounting Samba shares and Samba Share Login
 
Ok..can someone tell me how to mount a samba share? I'm mounting a Windows XP NTFS drive.

Secondly..I have edited my smb.conf to share my linux hard drive, but I want to login instead of having it public. This is my current smb.conf:

Quote:

[global]
netbios name = Slackserver
server string = "Slackware Linux 9.0 Server"
workgroup = WORKGROUP
security = share
log file = /var/log/samba.log
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
encrypt passwords = yes
wins support = yes

[root]
comment = "Root Directory"
path = /
public = yes
guest ok = yes
writeable = yes
Now i did have it like this:

Quote:

[root]
comment = "Root Directory"
path = /
valid user = root jeff
public = no
writeable = yes
but when i connect to the drive in Windows XP, it just asked me for a password for the guest account and i couldnt enter a user name. Can someone tell me how to fix this? Thanks.

Mathieu 09-14-2003 02:23 PM

Did you create a Samba user ?

Take a look at this thread.
http://www.linuxquestions.org/questi...threadid=92719


All times are GMT -5. The time now is 08:45 AM.