DeadSeaSquirrels
Senior member
I am running RH 9.0 right now, and trying to use Samba to connect to a 2000 machine. I've followed a bunch of different tutorials to configure the .conf file the way I think works. I got it working enough so that in my 2000 machine I can see the folder. My smb.conf file looks something like this:
# workgroup = NT-Domain-Name or Workgroup-Name
log level = 2
log file = /var/log/samba.log
netbios name = example-server
security = SHARE
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192 SO_SNDBUG=8192
wins support = yes
encrypt passwords = yes
workgroup = ondago
[public]
browseable = yes
create mode = 0666
directory mode = 0777
guest only = yes
[test]
comment = For testing only
path = /export/samba/test
writeable = yes
guest ok = yes
encrypt passwords = yes
Right now though, when I click on the folder from Windows, I can't get access to the files in that directory. But I'm starting to read the AT FAQ right now, and it talks about mounting also. So I am a little confused. I was under the assumption that the lines above that read:
netbios name = example-server
workgroup = ondago
path = /export/samba/test
specified which folders were being shared...what the linux host name was, and the workgroup. Now I am reading something about needing to mount directories to share a folder. So if that is the case, what is all this stuff in the smb.conf file all about? Granted I probably don't understand what is going on now, since my Samba network isn't working. But can somebody please just give me some real detail guidance, or direct me somewhere, so that I can figure this out.
# workgroup = NT-Domain-Name or Workgroup-Name
log level = 2
log file = /var/log/samba.log
netbios name = example-server
security = SHARE
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192 SO_SNDBUG=8192
wins support = yes
encrypt passwords = yes
workgroup = ondago
[public]
browseable = yes
create mode = 0666
directory mode = 0777
guest only = yes
[test]
comment = For testing only
path = /export/samba/test
writeable = yes
guest ok = yes
encrypt passwords = yes
Right now though, when I click on the folder from Windows, I can't get access to the files in that directory. But I'm starting to read the AT FAQ right now, and it talks about mounting also. So I am a little confused. I was under the assumption that the lines above that read:
netbios name = example-server
workgroup = ondago
path = /export/samba/test
specified which folders were being shared...what the linux host name was, and the workgroup. Now I am reading something about needing to mount directories to share a folder. So if that is the case, what is all this stuff in the smb.conf file all about? Granted I probably don't understand what is going on now, since my Samba network isn't working. But can somebody please just give me some real detail guidance, or direct me somewhere, so that I can figure this out.