romancin / rclonebrowser-docker

A repository for creating a docker container including RClone Browser with GUI interface.
85 stars 37 forks source link

Synology cant Mount Drives #3

Open bloody858 opened 5 years ago

bloody858 commented 5 years ago

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

Lonli-Lokli commented 4 years ago

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 commented 4 years ago

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

simonlkch commented 3 years ago

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?

FloydKulis commented 3 years ago

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?

earthruby commented 2 years ago

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

zahedhelmand commented 1 year ago

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.