06-06-2018, 07:06 PM
(06-03-2018, 10:12 AM)hjheins Wrote: I would actually set file_mode to: file_mode=0644 or of really necessary file_mode=666.
(the numbers tell you this: Position 0 1 2 3, whereby 1=rights for the file owner, 2 rights for the group that the owner is a member of, 3 everyone.
The value means: 4 = read access, 5 = read/execute access, 6 = read/write access, 7 = read/write/execute access).
Hendrik-Jan
Hello mate, thanks for your suggestion. My only problem was the share not mounting, so you're a bit late and off-topic :-)
Anyway, thoses values are default values, i understand you're worried about thoses rights but it doesen't matter in this case for me.
But, i tried, and 0644 broke access. switched back to 0777 as default suggest :-) Have you tried on your setup?