Sample Header Ad - 728x90

Mounted directory using rclone is read-only

0 votes
0 answers
135 views
I am on a rooted Android 12 device (Orange Pi 5 Plus) and I have managed to setup and mount a samba share to a local directory using the following commands: su export PATH="/data/data/com.termux/files/usr/bin:$PATH" rclone mount rpi4:/raspberrypidocker/shared /data/media/0/rpi4 --allow-other --config="/sdcard/.rclone/rclone.conf" This works and it looks like all apps are able to read the contents of that directory. The problem is that no app can write to this directory. I receive: /storage/emulated/0: read-only filesystem However I am able to write to that directory before I mount it with rclone. Am I missing something here?
Asked by m33ts4k0z (101 rep)
Oct 22, 2023, 06:13 PM