What is the problem you are having with rclone?
Hello, I'm trying to mount a drive on Android using Termux. I got the mount working with:
sudo rclone mount koofr: /storage/emulated/0/koofr --config /data/data/com.termux/files/home/.config/rclone/rclone.conf --allow-other
but the problem is none of my file managers see anything inside the folder, it shows as empty. However when I run:
ls storage/shared/koofr/
I can can see the contents, so I know the mount is working right, but only Termux seems to see it. I though the --allow-other option would help, but nothing changed.
I reinstalled the latest version of Termux and also tried the Magisk module rclone-mount which had the same issue. Maybe this is a Android permissions issue and not a rclone issue, I don't know but any help would be appreciated.
Run the command 'rclone version' and share the full output of the command.
rclone v1.69.1-termux
- os/version: unknown
- os/kernel: 4.14.190-Arrow-gbce15ebd3 (aarch64)
- os/type: android
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.24.0
- go/linking: dynamic
- go/tags: noselfupdate
Which cloud storage system are you using? (eg Google Drive)
Koofr
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
sudo rclone mount koofr: /storage/emulated/0/koofr --config /data/data/com.termux/files/home/.config/rclone/rclone.conf --allow-other
A log from the command that you were trying to run with the -vv
flag
sudo rclone mount koofr: /storage/emulated/0/koofr --config /data/data/com.termux/files/home/.config/rclone/rclone.conf --allow-other -vv
2025/03/04 14:28:03 DEBUG : rclone: Version "v1.69.1-termux" starting with parameters ["rclone" "mount" "koofr:" "/storage/emulated/0/koofr" "--config" "/data/data/com.termux/files/home/.config/rclone/rclone.conf" "--allow-other" "-vv"]
2025/03/04 14:28:03 DEBUG : Creating backend with remote "koofr:"
2025/03/04 14:28:03 DEBUG : Using config file from "/data/data/com.termux/files/home/.config/rclone/rclone.conf"
2025/03/04 14:28:04 INFO : koofr:424bb5a5-a9e6-44dc-87d2-a6add132623d:: poll-interval is not supported by this remote
2025/03/04 14:28:04 DEBUG : koofr:424bb5a5-a9e6-44dc-87d2-a6add132623d:: Mounting on "/storage/emulated/0/koofr"
2025/03/04 14:28:04 DEBUG : : Root:
2025/03/04 14:28:04 DEBUG : : >Root: node=/, err=<nil>