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
So I fixed it by adding chmod to /etc/rc.local and now it sticks
Installing and enabling the fuse service might be another method.