matteoserva / MegaFuse

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

Attribute to upldaed files is -555 & samba issue #97

Open githuborer opened 5 years ago

githuborer commented 5 years ago

Hello, I compiled this nice tool for debian 9 but got some issues after. Mega mounted to smb shared folders not worked properly for upload. I get always 0 bytes files with chmod 555 -r-xr-xr-x. In shell I can copy/upload to mega but the files are always -r-xr-xr-x.

So if I kill MegaFuse and remount with same options the same files are -rw-rw-rw- and I can delete them. But smb shared copies to Mega are corrupt or 0 byte.

githuborer commented 5 years ago

Okay: My mount command is now :

MegaFuse -c /etc/megafuse/megafuseBKP.conf -f -o allow_other,uid=1004,gid=1002,umask=0000 It seems to be okay now with rwxrwxrwx.

Only issue now are smb copies to those mounted folders. Same samba users with same uid also can't copy by smb