Using fbind from
@VR25 since years with many ROMs and phones, it's more tricky meanwhile to setup the module, but of course not impossible, that's why i thougt i share my experiences with the latest release ( 071221 ) and my new toy ( Xperia XZ2 LOS 18.1, Magisk v23 ) .
I had some trouble to find the path of my intsd, without specify the internal SD in config.txt my binds were mounted, but without write rights, Chrome downloads and the DCIM folder were not accessable.
I installed Kuder Disk Info from APK Mirror, it's not in Play Store anymore, a very helpfull tool to look WHAT is WHERE mounted. Found my intsd under
/mnt/pass_through/0/emulated/0
so i was able to complete my config.txt
So, the first line in your config.txt should be WHERE the intsd is, second line WHERE the extsd is. Sometimes you simple have to try and error, it's all not magic.
Finally, maybe it's usefull for some people, my config.txt, with the device above.
intsd_path /mnt/pass_through/0/emulated/0
extsd_path /storage/xxxx-xxxx
target Android/data
from_to DCIM .fbind/DCIM
from_to Download .fbind/Download
obb
With this config the whole Android/data and Obb folder is on the extsd, DCIM and Download are on extsd too, accessable from the Cam and from Chrome. Media in linked DCIM are visible in gallery, and can be deleted via gallery. All fine.
So - specify the intsd and extsd - that's all.