matteoserva / MegaFuse

MEGA client for linux, based on FUSE
Other
250 stars 80 forks source link

Megafuse marks files as non writable #66

Closed kusius closed 11 months ago

kusius commented 7 years ago

Hello ! First of all: megafuse is simply awesome :) Just a small little problem: Somehow MegaFuse switches permissions to files created to 555 (-r-xr-xr-x), that is non-writable.

I have mounted the mega folder with -o gidand -o uidspecifically for the user and group I want . But whenever i create a new file even with touch . The permission of that new file are 555.

Any help is appreciated!