You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could be a problem with my samba configuration, but I have write permissions accessing the share from my windows machine, but could not get them without file_mode=0777,dir_mode=0777 with the cifs share.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Following https://0xerr0r.github.io/blocky/latest/installation/ access to the samba share should work like this:
o: username=USER,password=PASSWORD,rw
With this configuration I did not get permissions to create the logfiles, I had to add:
o: username=USER,password=PASSWORD,rw,file_mode=0777,dir_mode=0777
Could be a problem with my samba configuration, but I have write permissions accessing the share from my windows machine, but could not get them without file_mode=0777,dir_mode=0777 with the cifs share.
Beta Was this translation helpful? Give feedback.
All reactions