Mount on synology

Hello, I have mounted a GGD file with rclone that works very well from the console …
however via the graphical interface of synology, via the file explorer, I can not create a folder or add a file.
I try with: -vv --debug-fuse --allow-other --default-permissions --allow-no-empty

I repoduated the example with a folder called “PPP”

the first case via the web interface:
2017/10/10 13:50:46 DEBUG : /: Lookup: name=“ppp”
2017/10/10 13:50:46 DEBUG : /: >Lookup: node=, err=no such file or directory
2017/10/10 13:50:46 DEBUG : fuse: -> [ID=0x2] Lookup error=ENOENT
2017/10/10 13:50:46 DEBUG : fuse: <- Getattr [ID=0x3 Node=0x1 Uid=0 Gid=0 Pid=4818] 0x0 fl=0
2017/10/10 13:50:46 DEBUG : /: Attr:
2017/10/10 13:50:46 DEBUG : /: >Attr: attr=valid=1m0s ino=0 size=0 mode=drwxr-xr-x, err=
2017/10/10 13:50:46 DEBUG : fuse: -> [ID=0x3] Getattr valid=1m0s ino=1 size=0 mode=drwxr-xr-x
2017/10/10 13:50:46 DEBUG : fuse: <- Statfs [ID=0x4 Node=0x1 Uid=0 Gid=0 Pid=4818]
2017/10/10 13:50:46 DEBUG : : Statfs:
2017/10/10 13:50:46 DEBUG : : >Statfs: stat={Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2017/10/10 13:50:46 DEBUG : fuse: -> [ID=0x4] Statfs blocks=274877906944/274877906944/274877906944 files=1000000000/1000000000 bsize=4096 frsize=4096 namelen=255

and then via the console with mkdir:
2017/10/10 13:51:10 DEBUG : fuse: <- Lookup [ID=0x5 Node=0x1 Uid=0 Gid=0 Pid=5113] “ppp”
2017/10/10 13:51:10 DEBUG : /: Lookup: name=“ppp”
2017/10/10 13:51:10 DEBUG : /: >Lookup: node=, err=no such file or directory
2017/10/10 13:51:10 DEBUG : fuse: -> [ID=0x5] Lookup error=ENOENT
2017/10/10 13:51:10 DEBUG : fuse: <- Mkdir [ID=0x6 Node=0x1 Uid=0 Gid=0 Pid=5113] “ppp” mode=drwxr-xr-x umask=-----w–w-
2017/10/10 13:51:10 DEBUG : /: Mkdir: name=“ppp”
2017/10/10 13:51:10 DEBUG : pacer: Rate limited, sleeping for 1.685424984s (1 consecutive low level retries)
2017/10/10 13:51:10 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: Rate Limit Exceeded, rateLimitExceeded)
2017/10/10 13:51:10 DEBUG : pacer: Rate limited, sleeping for 2.652186193s (2 consecutive low level retries)
2017/10/10 13:51:10 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: Rate Limit Exceeded, rateLimitExceeded)
2017/10/10 13:51:12 DEBUG : pacer: Resetting sleep to minimum 10ms on success
2017/10/10 13:51:15 DEBUG : /: >Mkdir: node=ppp/, err=
2017/10/10 13:51:15 DEBUG : ppp/: Attr:
2017/10/10 13:51:15 DEBUG : ppp/: >Attr: attr=valid=1m0s ino=0 size=0 mode=drwxr-xr-x, err=
2017/10/10 13:51:15 DEBUG : fuse: -> [ID=0x6] Mkdir 0x2 gen=0 valid=1m0s attr={valid=1m0s ino=4020037595208421052 size=0 mode=drwxr-xr-x}

someone will have an idea?

I don’t see any errors in those logs (there were retries but that is normal), so I’m not sure what is happening.

Does synology run as the same user as you?

this comand is run on root …

If you want to use the mount as root, you will need to add --allow-root

  --allow-root                Allow access to root user.