rclone-mount icon indicating copy to clipboard operation
rclone-mount copied to clipboard

Can you specify a custom mount path?

Open idodoron11 opened this issue 5 years ago • 4 comments

Is it possible to mount a remote storage under /storage/emulated/0/clouds/ , so that a non-root-privileged app would be able to access mounted storage? For instance, most music players only scan folders under /storage/emulated/0/ , so as long as the storage is mounted outside of this path's scope, a music app wouldn't be able to play remote music files.

idodoron11 avatar Oct 03 '20 19:10 idodoron11

Yes I need this as well. I want to automatically backup app settings and they all use the system file picker interface which cannot see outside of /storage/emulated/0. Has anyone else found a solution for this? I have been trying to make symlinks into /0 but nothing really works, android is complicated in how it maps this storage. In order for this app to be useful I need my apps to be able to see the rclone mounts.

ioogithub avatar Nov 04 '20 23:11 ioogithub

Can't you use BINDSD=1 in the params of your remote? That is supposed to bind the remote to a "Cloud" folder, just make sure no folder has that name already. Also you can specify folders to be synced with SDSYNCDIRS, all that info is on the Magisk module, I haven't tried any of that.

1024mb avatar Nov 22 '20 19:11 1024mb

Where did you find this information? I don't quite understand where I should add these parameters and what they specify. I don't see anything related in here: rclone-mount...

idodoron11 avatar Nov 28 '20 09:11 idodoron11

This is not the official repo.

This is: https://github.com/Magisk-Modules-Repo/com.piyushgarg.rclone

A lil more info on custom params https://github.com/Magisk-Modules-Repo/com.piyushgarg.rclone/issues/2

Geofferey avatar Nov 28 '20 14:11 Geofferey