This is something that may kill you for a while so here you go:
Code:
[shared]
path = /data/shared
comment = Main share
browseable = yes
writable = no
create mode = 777
directory mode = 777
guest ok = yes
[temp]
path = /data/shared/temp
comment = main share
browseable = yes
writable = yes
create mode = 777
directory mode 777
guest ok = yes
Shared is read only, but temp is not. The rest is needed to make sure it allows you to read/write.
Also make sure you set the security level to share and put it the right workgroup, oh and last but not least set a netbios name because it defaults as localhost which conflicts with the real localhost when you try to access from windows.
You'd find these settings in global, but netbios name you have to add so it's like this:
netbios name = servername
With this info you should be up and running.
Oh, and all this is done in the /etc/samba/smb.conf
Or if you're lucky enough and that swat works, you can go (on the server) in the address bar of your browser and type
http://localhost:901 (I think that's the port)
Hope this information helps, and there's lot of info on this forum too.