Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synology cant Mount Drives #3

Open
bloody858 opened this issue Jan 20, 2019 · 6 comments
Open

Synology cant Mount Drives #3

bloody858 opened this issue Jan 20, 2019 · 6 comments

Comments

@bloody858
Copy link

bloody858 commented Jan 20, 2019

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
Copy link

Lonli-Lokli commented Jan 30, 2020

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
Copy link

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

@simonlkch
Copy link

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
Copy link

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
Copy link

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

@zahedhelmand
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants