lejeczek
2017-Mar-15 14:39 UTC
[Samba] different shares use parts of the same path - is this allowed?
hi everyone something like this: [big] path = /data/big writeable = no [my.big] path = /data/big/my writeable = yes [your.big] path = /data/big/your writeable = yes is such a configuration healthy? What are possible negative implications this may cause, if any? ver. 4.4 many thanks, L
Marc Muehlfeld
2017-Mar-16 16:38 UTC
[Samba] different shares use parts of the same path - is this allowed?
Hi, Am 15.03.2017 um 15:39 schrieb lejeczek via samba:> something like this: > > [big] > path = /data/big > writeable = no > > [my.big] > path = /data/big/my > writeable = yes > > [your.big] > path = /data/big/your > writeable = yes > > is such a configuration healthy? What are possible negative implications > this may cause, if any?There is no limitation. It works as expected. Regards, Marc
lejeczek
2017-Mar-16 17:33 UTC
[Samba] different shares use parts of the same path - is this allowed?
On 16/03/17 16:38, Marc Muehlfeld via samba wrote:> Hi, > > Am 15.03.2017 um 15:39 schrieb lejeczek via samba: >> something like this: >> >> [big] >> path = /data/big >> writeable = no >> >> [my.big] >> path = /data/big/my >> writeable = yes >> >> [your.big] >> path = /data/big/your >> writeable = yes >> >> is such a configuration healthy? What are possible >> negative implications >> this may cause, if any? > > There is no limitation. It works as expected. > > > Regards, > Marc > >thank chaps, but what if one changes: [big] path = /data/big writeable = yes and multiple shares would have users writing, would Samba take of all this, locking racing or whatever devel calls it. Still ok?