Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Problem with fuse permissions (Read 628 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

[SOLVED] Problem with fuse permissions

fuse permissions by default installation are set to
crw------- 1 root root
and as such cause many problems.

If I change it to
crw-rw-rw- 1 root root
it resolves the issues but upon reboot it reverts back to
crw------- 1 root root

How to fix this?

Thank you

Re: Problem with fuse permissions

Reply #1
So I fixed it by adding chmod to /etc/rc.local and now it sticks

Re: [SOLVED] Problem with fuse permissions

Reply #2
Installing and enabling the fuse service might be another method.