MegaFuse icon indicating copy to clipboard operation
MegaFuse copied to clipboard

Attribute to upldaed files is -555 & samba issue

Open githuborer opened this issue 6 years ago • 1 comments

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 avatar Oct 05 '18 10:10 githuborer

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

githuborer avatar Oct 05 '18 11:10 githuborer