[home_shares]
comment = home_directories
path = /home
valid users = admin root your_user_name
admin users = admin root your_username
write list = admin root your_user_name
public = no
writable = yes
you can also do this
[whole_linux_server]
comment = whole_linux_box
path = /
valid users = admin root your_user_name
admin users = admin root your_username
write list = admin root your_user_name
public = no
writable = yes
every time when your linux_server restarts then you must fill this in,
With regards
Ronald