I have samba 4 running on Fedora 21.
I have a share set up:
[mediastorage]
comment = MediaStorage
path = /mnt/mediastorage
public = yes
writable = yes
printable = no
read only = no
write list = rmasters
create mask = 0775
directory mask = 0775
I can connect to this share fine and add folders and files just fine. I have 2 existing folders underneath that share, that I can not access in any way. My account 'rmasters' owns the folders and my main group.
drwxrws---. 6 rmasters mediastorage 4096 Apr 14 20:18 Torrent
drwxrws---. 4 rmasters mediastorage 4096 Apr 14 20:19 TV
The settings for the share have been added and built on as i've been trying different things to get it to work. So I'm not saying this is the right way.
for the folders themselves i tried doing this:
chmod -R 2550 /mnt/mediastorage
based of the reading here: https://wiki.samba.org/index.php/Setup_and_configure_file_shares_with_POSIX_ACLs
I originally had them as
chmod -R 775 /mnt/mediastorage
Any ideas what I can do get this fixed?
What I'd like to have is everyone can read and 'rmasters' can write.
Thanks RM