|
Samba Share access
Greetings! i've come to love this forum over the course of this weekend, as i seem to be one of many strugling to get samba running, all of the previous posts have been very helpful, but i still cant seem to get the kinks out of this - so here goes -
Fresh install of FC4 on my "server" (tired of reisntalling the eval of 2k3 i have)
samba 3.0.14b i believe is what came with it
Here is my SMB.conf file for yall to disect -
login as: root
root@192.168.2.2's password:
Last login: Tue Nov 15 20:35:41 2005 from 192.168.2.3
[root@Onyxsrv ~]# cd /etc/samba
[root@Onyxsrv samba]# vi smb.conf
[root@Onyxsrv samba]# vi smb.conf
_________________________________________
# Samba config file created using SWAT
# from 192.168.2.5 (192.168.2.5)
# Date: 2005/11/15 20:29:10
# Global parameters
[global]
workgroup = PLAY
server string = Spadge's FC4 Fileserver
passdb backend = tdbsam, guest
username map = /etc/samba/smbusers
server signing = auto
preferred master = No
domain master = No
ldap ssl = no
read only = No
case sensitive = No
msdfs proxy = no
[Software]
comment = software
path = /data/software
guest ok = Yes
[Music]
comment = Spadge's Music Collection
path = /data/music
guest ok = Yes
[Multimedia]
comment = Movies and TV Shows
path = /data/multimedia
guest ok = Yes
_________________________________________________
I can see the samba server in the workgroup view, and can access the machine using the guest acct, but cannot get into any of the folders, it gives me that i donot have permission to access this resource.
anything is great, thanks guys
PS if this is in the wrong forum, very sorry
*EDIT
i also did a chmod 777 on each of the 3 share folders (/data/multimedia, /data/music, and /data/software) just to eleminate the perms as a problem
Last edited by Spadge67; 11-15-2005 at 09:04 PM.
|