I have a home file server set up this way. In the smb.conf file make sure you have the
commented out.
Also, when you define your shares:
Code:
[1tb]
comment = 1tb
read only = no
locking = no
path = /media/1tb
guest ok = yes
Then make sure you run chmod a+w to the path.
Keep in mind, this is incredibly insecure and really only appropriate in a very small, contained network, if even then really. You're basically letting anyone who can connect to the network have write access to that share. I only do it this way in order to make things easier for my wife, and I keep very good backups of everything in that folder
