rule out your smb.conf, bakup your old config
Code:
mv /etc/samba/smb.conf /etc/samba/smb.conf.backup
now create a new conf
Code:
nano /etc/samba/smb.conf
and add
Code:
[global]
lanman auth = Yes
netbios name = machinename
server string = See me NT
default = global
workgroup = your.workgroup
os level = 20
client lanman auth = Yes
auto services = global
security = share
wins support = true
[sharename]
comment = anything
path = /path/to/your/share
read only = no
public = yes
edit the parts like the sharename, path and workgroup
restart samba
Code:
/etc/init.d/samba restart
check your share