Create mount in Rclone GUI

What is the problem you are having with rclone?

Hi, I'm a beginner with Rclone and in Linux world, I'm not very comfortable with the command line.
I installed Rclone GUI on my Open Media Vault NAS in a container with Portainer. In Rclone GUI
I configured my remote with Backblaze B2, it’s working. On the other hand, I am unable to create a
mount, it does not work and I cannot find information on how to enter the information of a mount in
Rclone GUI. I want the mount outside of the container. Is someone able to help me?
See the image:
https://drive.google.com/file/d/1336D3iUbEBxkhTBT_nLUQF3nQgC9bYOa/view?usp=sharing

What is your rclone version (output from rclone version)

v1.55.0

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Open Media Vault - Portainer

Which cloud storage system are you using? (eg Google Drive)

Backblaze B2

The command you were trying to run (eg rclone copy /tmp remote:tmp)


The rclone config contents with secrets removed.

rclone_rclone:
    image: rclone/rclone
    container_name: Rclone
    ports:
      - "5572:5572"
    devices:
      - /dev/fuse:/dev/fuse
    command: rcd --rc-web-gui --rc-addr :5572 --rc-user xxxxxxx --rc-pass xxxxxxx
    volumes:
      - /var/lib/docker/volumes/rclone:/config/rclone
      - /var/lib/docker/volumes/rclone:/logs
      - /srv/dev-disk-by-label-DATA/EEEPC-NAS/Files:/Files:shared
      - /etc/passwd:/etc/passwd:ro
      - /etc/group:/etc/group:ro
    environment:
      - PHP_TZ=America/Montreal
      - PUID=1000
      - PGID=100
      - MOUNTPOINT=/srv/dev-disk-by-label-DATA/EEEPC-NAS/Files
    restart: unless-stopped

A log from the command with the -vv flag

2021/04/24 02:41:18 mount helper error: fusermount: bad mount point /srv/dev-disk-by-label-DATA/EEEPC-NAS/Files: No such file or directory
2021/04/24 02:41:18 mount FAILED: fusermount: exit status 1
2021/04/24 02:41:18 ERROR : rc: "mount/mount": error: fusermount: exit status 1
2021/04/24 02:41:41 mount helper error: fusermount: bad mount point /srv/dev-disk-by-label-DATA/EEEPC-NAS/Files: No such file or directory
2021/04/24 02:41:41 mount FAILED: fusermount: exit status 1
2021/04/24 02:41:41 ERROR : rc: "mount/mount": error: fusermount: exit status 1
2021/04/24 02:42:31 mount helper error: fusermount: bad mount point /var/lib/docker/volumes/rclone: No such file or directory
2021/04/24 02:42:31 mount FAILED: fusermount: exit status 1
2021/04/24 02:42:31 ERROR : rc: "mount/mount": error: fusermount: exit status 1

hello and welcome to the forum,

not an expert at this but
/srv/dev-disk-by-label-DATA/EEEPC-NAS/Files has been mapped to /Files
so i would try to mount to /Files

I tried but it doesn't work :frowning:

Here the logs of Portainer:
2021/05/05 21:33:13 mount FAILED: mountpoint does not exist: /Files
2021/05/05 21:33:13 ERROR : rc: "mount/mount": error: mountpoint does not exist: /Files

again, not an expert but /Files, that is the folder that you mapped to, correct?

try testing without rclone.

do a ls /Files

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