fbind doesn't work properly when the directory name contains spaces
nggit opened this issue · 5 comments
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
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
@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!
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