here is my smb conf....
;*******************section global*****************
[global]
# Do something sensible when Samba crashes: mail the admin a backtrace
panic action = /usr/share/samba/panic-action %d
workgroup = HOMEGROUP
server string = %h server (Samba %v)
hosts allow = 192.168.0. 192.168.1. 192.168.2. 192.168.79. 127. 10.0.0. 10.1.1.
socket options = TCP_NODELAY IPTOS_LOWDELAY
log level = 1
dead time = 15
wins support = yes
hide unreadable = yes
passdb backend = tdbsam
dns proxy = no
host msdfs = no
max log size = 1000
map to guest = Bad Password
restrict anonymous = no
domain master = no
max protocol = NT1
ldap ssl = No
server signing = Auto
oplocks = No
level2 oplocks = No
acl compatibility = winnt
;*******************section homes*****************
[home]
path = /home
comment = Home Directories
guest ok = yes
read only = no
browseable = yes
[MUSIC]
path = /home/antix/Music
guest ok = yes
read only = no
browseable = yes
[PICTURES]
path = /home/antix/Pictures
guest ok = yes
read only = no
browseable = yes
;*******************section printers*****************
[printers]
comment = All Printers
path = /tmp
browseable = no
printable = yes
guest ok = yes
create mask = 0700