Public Volume

This share sets up a public volume that can be mounted by anyone

[public]
   # The default permissions for new files

   create mode = 0755

   # Users may write to this share, guests too

   writable = yes

   # Descriptive comment

   comment = Public Folder

   # The path on the server where this share lives

   path = /home/public

   # Okay to display when browsing

   browseable = yes

   # Another way to say guest ok, anyone can access it

   public = yes