Small problem with samba:
Sharing a folder with samba. Smb.conf:
Quote:
[edv-software]
comment = edv-software
path = /storage
write list = one two three four
valid users = one two three four
create mask = 770
directory mask = 0770
force group = admin
|
Now i mount:
Quote:
# mount -t cifs //ftp/EDV-Software /home/one/server/ftp/software/ -o username=one,password=xxxxxxx,uid=one
|
which works but i can`t access every file in the subfolders, as in smb.conf i sayed force group admin an have the 770 set.
So if a file is created from user two and i mount the drive as written above i can`t access it.
I tought that I maybe could mount the drive with an option like group=admin but that also does not work.
What have i done wrong ?