rclonebrowser-docker icon indicating copy to clipboard operation
rclonebrowser-docker copied to clipboard

Synology cant Mount Drives

Open bloody858 opened this issue 7 years ago • 6 comments

Hey,

iam completly new to docker and synology. I have set up rclone like i have it on my PC and i can also connect to my drive in the browser window. But when i now try to mount any of my folders from Gdrive to my mapped folder on nas i get an error that i didnt have the Permission.

"Fatal error: Can not open: /shared: open /shared: permission denied"

In Settings on my Synology Docker I`ve mounted a Folder with rw permission.

Folder Mount typ Media/GD /shared rw

So i`ve now idea of how i can mount a drive to my nas.

I think my mounts are good cause when i create a folder on synology i see it inside the docker image.

Now i get this error

2019/01/20 07:01:51 mount helper error: fusermount: fuse device not found, try 'modprobe fuse' first 2019/01/20 07:01:51 Fatal error: failed to mount FUSE fs: fusermount: exit status 1

bloody858 avatar Jan 20 '19 06:01 bloody858

Same error for me even after installing https://synocommunity.com/package/synocli-net 2019/01/20 07:01:51 mount helper error: fusermount: fuse device not found, try 'modprobe fuse' first 2019/01/20 07:01:51 Fatal error: failed to mount FUSE fs: fusermount: exit status 1 Synology 918+

Lonli-Lokli avatar Jan 30 '20 21:01 Lonli-Lokli

I solved this issue with this additional changes in compose rclonebrowser: image: romancin/rclonebrowser:latest container_name: rclonebrowser network_mode: bridge cap_add: - SYS_ADMIN devices: - /dev/fuse security_opt: - apparmor:unconfined

Lonli-Lokli avatar Feb 01 '20 11:02 Lonli-Lokli

I solved this issue with this additional changes in compose rclonebrowser: image: romancin/rclonebrowser:latest container_name: rclonebrowser network_mode: bridge cap_add:

  • SYS_ADMIN devices:
  • /dev/fuse security_opt:
  • apparmor:unconfined

how can you add those comment in Synology docker GUI?

simonlkch avatar Jan 30 '21 19:01 simonlkch

I solved this issue with this additional changes in compose rclonebrowser: image: romancin/rclonebrowser:latest container_name: rclonebrowser network_mode: bridge cap_add:

  • SYS_ADMIN devices:
  • /dev/fuse security_opt:
  • apparmor:unconfined

same question how can you add those comment in Synology docker GUI?

FloydKulis avatar Jun 13 '21 21:06 FloydKulis

I have the same issue, anyone figured out a solution?!

earthruby avatar Aug 04 '22 13:08 earthruby

I think you can't add it through the synology GUI. You need to use portainer or write manually a docker-compose.yml and run it etc.

zahedhelmand avatar May 15 '23 17:05 zahedhelmand