[Solved] How to mount google drive on synology(DS918+) via docker

[Solved]
Follow those steps, and everything is working fine.
https://bitbucket.org/fusebit/plex-and-google-drive/wiki/rclone%20mount%20on%20Synology%20NAS%20with%20Docker


What is the problem you are having with rclone?

I use the command "mount" ,get no error, but there is no folder mount on local folder.

Local folder's authority is set to everyone can rw.
(/volume1/docker/rclone/config and /volume2/FHM/GD)

I've try two image which are rclone/rclone and mumiehub/rclone-mount, and get the same result.

What is your rclone version (output from rclone version)

Docker Image rclone/rclone:lastest (1.51)
Docker Image mumiehub/rclone-mount:lastest

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

Synology(DS918+) DSM 6.2.2

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

Google Drive

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

rclone -vv mount FHM: /Lib

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

2020/02/15 06:13:01 DEBUG : rclone: Version "v1.51.0" starting with parameters ["rclone" "-vv" "mount" "FHM:" "/Lib"]
2020/02/15 06:13:01 DEBUG : Using config file from "/config/rclone/rclone.conf"
2020/02/15 06:13:01 DEBUG : Google drive root '': Mounting on "/Lib"
2020/02/15 06:13:02 DEBUG : Adding path "vfs/forget" to remote control registry
2020/02/15 06:13:02 DEBUG : Adding path "vfs/poll-interval" to remote control registry
2020/02/15 06:13:02 DEBUG : Adding path "vfs/refresh" to remote control registry
2020/02/15 06:13:02 DEBUG : : Root:
2020/02/15 06:13:02 DEBUG : : >Root: node=/, err=
2020/02/15 06:14:02 DEBUG : Google drive root '': Checking for changes on remote

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