Rclone mount on Synology does not work

I am trying to mount my Google Drive to Synology with rclone mount remote: /volume1/test_mount/ -vvv --allow-other.

When trying to create a folder in the mounted "drive" I get an error.

The rclone log:

2020/04/02 11:35:22 DEBUG : Using config file from "/var/services/homes/synAdmin/.config/rclone/rclone.conf"
2020/04/02 11:35:26 DEBUG : Encrypted drive 'remote:': Mounting on " /volume1/test_mount/"
2020/04/02 11:35:26 DEBUG : Adding path "vfs/forget" to remote control registry
2020/04/02 11:35:26 DEBUG : Adding path "vfs/refresh" to remote control registry
2020/04/02 11:35:26 DEBUG : Adding path "vfs/poll-interval" to remote control registry
2020/04/02 11:35:26 DEBUG : : Root: 
2020/04/02 11:35:26 DEBUG : : >Root: node=/, err=<nil>
2020/04/02 11:35:42 DEBUG : /: Lookup: name="hello_world"
2020/04/02 11:35:43 DEBUG : /: >Lookup: node=<nil>, err=no such file or directory
2020/04/02 11:35:43 DEBUG : /: Attr: 
2020/04/02 11:35:43 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/04/02 11:35:43 DEBUG : : Statfs: 

running mkdir works and creates a folder

2020/04/02 11:42:57 DEBUG : Adding path "vfs/forget" to remote control registry
2020/04/02 11:42:57 DEBUG : Adding path "vfs/refresh" to remote control registry
2020/04/02 11:42:57 DEBUG : Adding path "vfs/poll-interval" to remote control registry
2020/04/02 11:42:57 DEBUG : : Root: 
2020/04/02 11:42:57 DEBUG : : >Root: node=/, err=<nil>
2020/04/02 11:43:02 DEBUG : /: Attr: 
2020/04/02 11:43:02 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/04/02 11:43:11 DEBUG : /: Attr: 
2020/04/02 11:43:11 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/04/02 11:43:11 DEBUG : /: Lookup: name="hello_world_from_mkdir"
2020/04/02 11:43:11 DEBUG : /: >Lookup: node=<nil>, err=no such file or directory
2020/04/02 11:43:11 DEBUG : /: Mkdir: name="hello_world_from_mkdir"
2020/04/02 11:43:13 DEBUG : /: >Mkdir: node=hello_world_from_mkdir/, err=<nil>
2020/04/02 11:43:13 DEBUG : hello_world_from_mkdir/: Attr: 
2020/04/02 11:43:13 DEBUG : hello_world_from_mkdir/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>

EDIT: deleting and renaming work from Synology GUI und from the terminal, just creating files and folders does not work from Synology GUI

EDIT 2: I have the same problems when using --vfs-cache-mode full

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