Page 1 of 1

Greyhole --> mount shares locally --> permissions 770?

Posted: Fri Mar 21, 2014 12:45 pm
by ambient711
I would like to have 775 permissions that way apps like Plex can write back without concern. Any ideas? Thanks in advance

Austin

Re: Greyhole --> mount shares locally --> permissions 770?

Posted: Fri Mar 21, 2014 12:49 pm
by bigfoot65
Edit the script /etc/init.d/mount_shares_locally line 28.

Change
dir_mode=0770
to
0775
and restart the script.

Be advised I do not know if this will cause problems with Greyhole or not.

Re: Greyhole --> mount shares locally --> permissions 770?

Posted: Fri Mar 21, 2014 12:56 pm
by ambient711
Thanks for the response, your right I didn't even think about what problems it could cause with Greyhole. I am going to research before continuing.

Austin