What is the problem you are having with rclone?
I have installed docker rclone and GUI
In config section I can connect to Mega drives am able to
In Explorer I can open and see files on Mega drives
In mount section I can create and select the Mega config and open.
My problem is with saving it with the mount point:
But I get error:
Error creating mount error: Request failed with status code 500
docker logs show:
2024/06/26 00:03:36 mount FAILED: failed to mount FUSE fs: cannot open: /usr/rclone: open /usr/rclone: no such file or directory 2024/06/26 00:03:36 ERROR : rc: "mount/mount": error: failed to mount FUSE fs: cannot open: /usr/rclone: open /usr/rclone: no such file or directory
directory does exist on the Linux side:
$ cd /usr/rclone
:/usr/rclone$
Run the command 'rclone version' and share the full output of the command.
(within the docker):
rclone version
rclone v1.67.0
- os/version: alpine 3.20.0 (64 bit)
- os/kernel: 5.15.0-107-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.4
- go/linking: static
- go/tags: none
Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads
-->
Which cloud storage system are you using? (eg Google Drive)
Mega
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
I dont know the command since I am using GUI
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
# rclone config redacted
[Mega]
type = mega
user = XXX
pass = XXX
[Mega2]
type = mega
pass = XXX
user = XXX
[Mega3]
type = mega
pass = XXX
user = XXX
### Double check the config for sensitive info before posting publicly
A log from the command that you were trying to run with the -vv
flag
unknown since using GUI