VR-25/fbind

fbind doesn't work properly when the directory name contains spaces

nggit opened this issue · 5 comments

nggit commented

It will prevent the applications from creating new files (write-protected), but OK for new folders.

This only happens when using sdcardfs mode. In FUSE mode, there is no problem, but FUSE mode tends to be slow for me.

Config I use:

from_to "WhatsApp Business" ".fbind/WhatsApp Business"

Screenshot_20200123-133729

Thank you!

This is my workflow
Type in config :
int_extf .fbind

Manual move all folder from internal to sdcard, in .fbind folder.

Then open terminal type in :
fbind -Mm

nggit commented

Thanks. It works well. But because my .fbind directory isn't empty, fbind -Mm actually destroys my folders and files that are already in .fbind. (T.T). May be fbind -Mm is only needed when .fbind does not contain anything?

So just used fbind -m

VR-25 commented

@nggit, it seems to be an issue with your sdcardfs implementation.
Do you still face this with the latest fbind?

P.S., fbind -Mm (move and mount) wipes the destination before moving data into it!

nggit commented

I ended up not mounting per directory, but the whole sdcard using int_extf .fbind as suggested by @ammar0466. Working fine until now. Maybe this case should now be closed? Thank you @VR-25