Rclone mount on android -- almost there, but permissions bug?

To close the loop here I figured it out. The missing piece was fbind:

https://forum.xda-developers.com/apps/magisk/module-magic-folder-binder-t3621814

Download that from magisk, run rclone mount drive: /data/media/0/Movies
fbind -b /data/media/0/Movies /data/media/0/MoviesM

and Plex can see all the movies in /data/media/0/Movies and play them flawlessly! Good luck!

hi ClueToots,
I installed fbind in magisk app. Is it necessary to configure it in the terminal?
fbind -b /data/media/0/Movies /data/media/0/MoviesM
executed the code and nothing changed.

Is it impossible to mount on sdcardfs?