Please help me change the mount position

What is the problem you are having with rclone?

  1. synolgy nas
  2. goole pixel 1(rclone) = android 10 + magisk module + root

Currently mounted as root/mnt/cloud


Currently, root/mnt/cloud verifies that it is mounted normally.

It must be mounted on /sdcard/dcim to use Google Photos auto upload.
Is there a way?
I'm a complete novice.

I only made rclone config after watching this youtube.

If you could tell me how I can mount it on sdcard/dcim, please

that has been discussed in the forum. can search for it.

param I confirmed that it was a problem because there was no problem.
CACHEMODE=minimal
BINDSD=1
ADD_PARAMS=--fast-list --allow-non-empty
I put this in and solved it.
However, it is mounted as sdcard/cloud.
Could you tell me how to change to sdcard/dcim?

With rclone you mount using the following command:

rclone mount remote: /path/to/mountpoint --some_other_flags

So you have to change your /path/to/mountpoint

the github link you posted, explains what to do and the project docs provides multiple, detailed examples.


This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.