Skip to content

accessing rclone mount from android #698

@xob0t

Description

@xob0t

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions