Not sure if it just really more complicated than it seems or I'm missing smth obvious.
I want to mount my rclone remote so i can access it from the android.
rclone command:
sudo rclone mount remote: /home/user/rclone-mount --allow-other
docker run -d --rm \
--privileged \
-v ~/redroid-data:/data \
-v ~/rclone-mount:/data/media/0/Download/test \
-p 5555:5555 \
--name redroid \
redroid/redroid:11.0.0_gapps
if I exec into container, and run ls /data/media/0/Download/test, I see the files, but not in any file manager in the android
WSL, Ubuntu 22.04
Not sure if it just really more complicated than it seems or I'm missing smth obvious.
I want to mount my rclone remote so i can access it from the android.
rclone command:
if I exec into container, and run
ls /data/media/0/Download/test, I see the files, but not in any file manager in the androidWSL, Ubuntu 22.04