Samba MP3 share

Everytime I install of configure Samba (like I did with Ian this afternoon) I go looking on Google for an example shared directory setup. I normally use this for sharing out MP3s and the like. I really should have recorded this earlier

</etc/samba/smb.conf>

[mp3]
comment = MP3 Audio
path = /data/mp3
browseable = yes
public = yes

Now it's recorded for all time ;)

Edit: 22/07/2004 - 11:10AM

I've found that this is a better configuration, and will work on newer versions of Samba.

</etc/samba/smb.conf>

[public]
comment = Public Directory
path = /data/samba
browseable = yes
public = yes
writable = yes
create mode = 0655
write list = @users