I didn't change the ownership or permissions on my mount point (/mnt/Shares), it was done by itself. The shares themselves on the server are 'nobody/nogroup', which I did set thru chown and the last two lines of my Shares section of my smb.conf:
I should also point out that everything I want to share publicly is in '/home/share' on the server. Videos, Music, eBooks, Audio Books. Each has their own folder and sub-folders
Code:
[Shares] path = /home/share browseable = yes read only = no guest ok = yes create mask = 0755 directory mask = 0755 force user = nobody force group = nogroup
Comment