What is the problem you are having with rclone?
I am encountering an issue with Rclone on my Synology NAS where the mounted remote is not visible in Synology Filestation. Below are the details of my setup and the problem:
- Environment:
- NAS Model: Synology NAS
- Rclone Installation: Docker container
- Remote Service: Real-Debrid account
- Configuration:
- Docker Compose File Volumes:
- volumes:
-
- /volume1/docker_data/zurg/config/rclone.conf:/config/rclone/rclone.conf
-
- /volume1/rclonezurgmount/mount4zurg:/mount4zurg:shared
- Mount Point: `/mount4zurg
- Steps Taken:
- Successfully set up the Rclone configuration file.
- Connected to the Real-Debrid account.
- Verified the remote mount inside the container using:
-
-
- docker exec -it zurg-rclone-1 ls /mount4zurg
-
- All files are visible within the container.
- Issue:
- The Rclone mount is not visible in Synology Filestation.
- Permissions and User Information:
- Docker User:
uid=1029(docker) gid=100(users) groups=100(users)
- Myaccount:
uid=1026(Myaccount) gid=100(users) groups=100(users)
- Plex:
uid=1028(plex) gid=100(users) groups=100(users)
- PID of Main Process in Container:
26938
- User Inside Container:
uid=0(root) gid=0(root) groups=0(root)
Request for Assistance:
I am seeking help to understand why the Rclone mount is not visible in Synology Filestation and how to resolve this issue. Any insights or suggestions would be greatly appreciated.
Run the command 'rclone version' and share the full output of the command.
Rclone version: v1.67.0Operating system: Alpine Linux 3.20.0 (64-bit)
Kernel version: 4.4.302+
Architecture: x86_64 (amd64)
Go version: go1.22.4
Linking: static
Which cloud storage system are you using? (eg Google Drive)
Real Debrid via Zurg Version v0.9.3-final
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Paste command here
```docker exec -it zurg-rclone-1 rclone mount zurg:/ /mount4zurg --allow-other --vfs-cache-mode full --log-level DEBUG --allow-non-empty --uid 1029 --gid 100
CONFIG FILE
[RDWebDAV]
type = webdav
url = https://dav.real-debrid.com/
vendor = rclone
user = XXX
pass = XXX
bearer_token = XXX
[zurg]
type = webdav
url = http://192.168.1.11:9999/dav/
vendor = other
[zurghttp]
type = http
url = http://192.168.1.11:9999/http/
### Double check the config for sensitive info before posting publicly
/data #
#### A log from the command that you were trying to run with the `-vv` flag
<!-- You should use 3 backticks to begin and end your paste to make it readable. Or use a service such as https://pastebin.com or https://gist.github.com/ -->
Paste log here
2024/07/23 12:17:19 DEBUG : rclone: Version "v1.67.0" starting with parameters ["rclone" "mount" "zurg:" "/mount4zurg" "--allow-non-empty" "--allow-other" "--uid=1029" "--gid=100" "--umask=002" "--dir-cache-time" "10s" "--vfs-cache-mode" "writes" "-vv"]
2024/07/23 12:17:19 DEBUG : Creating backend with remote "zurg:"
2024/07/23 12:17:19 DEBUG : Using config file from "/config/rclone/rclone.conf"
2024/07/23 12:17:19 DEBUG : found headers:
2024/07/23 12:17:19 INFO : webdav root '': poll-interval is not supported by this remote
2024/07/23 12:17:19 DEBUG : vfs cache: root is "/root/.cache/rclone"
2024/07/23 12:17:19 DEBUG : vfs cache: data root is "/root/.cache/rclone/vfs/zurg"
2024/07/23 12:17:19 DEBUG : vfs cache: metadata root is "/root/.cache/rclone/vfsMeta/zurg"
2024/07/23 12:17:19 DEBUG : Creating backend with remote "/root/.cache/rclone/vfs/zurg/"
2024/07/23 12:17:19 DEBUG : fs cache: renaming cache item "/root/.cache/rclone/vfs/zurg/" to be canonical "/root/.cache/rclone/vfs/zurg"
2024/07/23 12:17:19 DEBUG : Creating backend with remote "/root/.cache/rclone/vfsMeta/zurg/"
2024/07/23 12:17:19 DEBUG : fs cache: renaming cache item "/root/.cache/rclone/vfsMeta/zurg/" to be canonical "/root/.cache/rclone/vfsMeta/zurg"
2024/07/23 12:17:19 DEBUG : webdav root '': Mounting on "/mount4zurg"
2024/07/23 12:17:19 INFO : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2024/07/23 12:17:19 DEBUG : : Root:
2024/07/23 12:17:19 DEBUG : : >Root: node=/, err=<nil>