Rclone mount issue on MacOS - Google API limit reached?

Hi,

I try to set up a rclone with Gdrive on MacOS and I face issues after mounting a cached/crypted remote.
I would appreciate if someone helps me out.

First here is my rclone config (with sensitive information hidden)

Blockquote
[gdrive]
type = drive
scope = drive
token = {"access_token":"***************","token_type":"Bearer","refresh_token":"***************","expiry":"2019-05-27T22:10:21.075412+02:00"}
service_account_file = /path/to/my/.json
[gcache]
type = cache
remote = gdrive:/gdrive
plex_url = ***************
plex_username = ***************
plex_password = ***************
chunk_size = 16M
info_age = 2d
chunk_total_size = 10G
db_purge = true
[gcrypt]
type = crypt
remote = gcache:/crypt
filename_encryption = standard
directory_name_encryption = true
password = ***************
password2 = ***************

When I try to copy some files in the finder, it starts to copy and a few seconds later, it stops and display an error 100006.

when I mount in verbose mode, it says "(error googleapi: Error 403: Rate Limit Exceeded, rateLimitExceeded"

I thought the purpose of the cache was done to avoid this issue?

What am I doing wrong?

Thanks

What version are you running?
Did you setup your own API key/client ID?

https://rclone.org/drive/#making-your-own-client-id

Are you using Plex? Your chunk size is kind of small too.

Is there a need for the cache backend?

I tried using the cache with varied results myself. You may also check the vfs and tps settings and play with those a bit. Question. Are you mounting all three or just mounting the crypt?

Thank you both for your help

I am running rclone v1.47.
I use Plex.
I only mount the crypt.

It seems I didn't set up my own API properly, I am making progress but I still struggle to be honnest.

Blockquote
Failed to lsf: error in ListJSON: couldn't list directory: googleapi: Error 403: Project ************ is not found and cannot be used for API calls. If it is recently created, enable Drive API by visiting https://console.developers.google.com/apis/api/drive.googleapis.com/overview?project=************ then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry., accessNotConfigured

The number I replaced here by the *************** doesn't exist anywhere other than in this log.
I don't know where rclone tries to get it as my json file doesn't mention it at all.

Also, one point I can't set is this:

Blockquote
Tick “Enable G Suite Domain-wide Delegation”. This option makes “impersonation” possible, as documented here: Delegating domain-wide authority to the service account

When I create the key and the json, this option is not proposed.
And the way google mentions domain-wide authority makes me think that it is activated by default.

Also when I want to create my own client_id, go into the API library, there is no option for me to activate the Google Drive API. There are 3 blue dots, but they are grey-ish and not clickable.

I am a bit confused

To enable the drive API:

https://developers.google.com/drive/api/v3/enable-drive-api

I don't use a service account as I use my own API that i create.

Hi,

Thanks for the link @Animosity022 ; I didn't come across this part.

A few hours of investigation later, I improved a lot my knowledge around rclone to finally realized at the end that a specific Google url was blocked by my pi-hole on my home network.
Once that realized, I was able to enable Google Drive API and setup my own API for rclone.

There is still something I don't understand:
The mount point changes depending on my rclone setup.
In both case, I use :
rclone mount -v --allow-other --allow-non-empty gcrypt: /Users/myuser/mnt/gdrive &

If I setup "service_account_file", "client_id" and "client_secret" in rclone config
I get my remote mounted in /Users/myuser/mnt/gcrypt

where if I don't set it up,
I get my remote mounted in /Users/myuser/mnt/gdrive

Is that something I can fix?

thanks

allow-non-empty is generally bad as you overmount things and hide things. I'd remove that and not use it.

When you say mount changes, I'm not sure what you mean. The mount point is dependent on the last part of the location on your rclone command so the first mounts to:

/Users/myuser/mnt/gdrive

and the second mounts to

/Users/myuser/mnt/gcrypt ?

I'm guessing your second command has that as the mount point?

thanks for the allow-non-empty tip
That might explain why I get "received cache expiry notification" when I try to copy a file

Also about the mount, your guess is wrong, that's why it's surprising
With the following config file and the command "rclone mount --allow-other --allow-non-empty gcrypt: /Users/nicolas/mnt/gdrive &"
I get my remote mounted in /Users/nicolas/mnt/gcrypt

Blockquote
[gdrive]
type = drive
scope = drive
token = {"access_token":"***************","token_type":"Bearer","refresh_token":"***************","expiry":"2019-05-27T22:10:21.075412+02:00"}
service_account_file = /path/to/my/.json
client_id = ********************
client_secret = ******************
[gcache]
type = cache
remote = gdrive:/gdrive
plex_url = ***************
plex_username = ***************
plex_password = ***************
chunk_size = 16M
info_age = 2d
chunk_total_size = 10G
db_purge = true
[gcrypt]
type = crypt
remote = gcache:/crypt
filename_encryption = standard
directory_name_encryption = true
password = ***************
password2 = ***************

add -vv to that mount command and share the log of the mount as that should not mount to /Users/nicolas/mnt/gcrypt

The non empty lets you spawn more than one rclone so I'd guess more processes are running?

ps -ef | grep rclone

to check.

Here is the very verbose log you asked for

Blockquote
NUC:Downloads nicolas$ 2019/05/30 13:34:44 DEBUG : rclone: Version "v1.47.0" starting with parameters ["rclone" "mount" "-vv" "--allow-other" "gcrypt:" "/Users/nicolas/mnt/gdrive/"]
2019/05/30 13:34:44 DEBUG : Using config file from "/Users/nicolas/.config/rclone/rclone.conf"
2019/05/30 13:34:45 DEBUG : gcache: wrapped gdrive:gdrive/crypt at root crypt
2019/05/30 13:34:45 DEBUG : gcache: Purging the DB
2019/05/30 13:34:45 INFO : gcache: Cache DB path: /Users/nicolas/Library/Caches/rclone/cache-backend/gcache.db
2019/05/30 13:34:45 INFO : gcache: Cache chunk path: /Users/nicolas/Library/Caches/rclone/cache-backend/gcache
2019/05/30 13:34:45 INFO : gcache: Chunk Memory: true
2019/05/30 13:34:45 INFO : gcache: Chunk Size: 16M
2019/05/30 13:34:45 INFO : gcache: Chunk Total Size: 10G
2019/05/30 13:34:45 INFO : gcache: Chunk Clean Interval: 1m0s
2019/05/30 13:34:45 INFO : gcache: Workers: 4
2019/05/30 13:34:45 INFO : gcache: File Age: 2d
2019/05/30 13:34:45 DEBUG : Adding path "cache/expire" to remote control registry
2019/05/30 13:34:45 DEBUG : Adding path "cache/stats" to remote control registry
2019/05/30 13:34:45 DEBUG : Adding path "cache/fetch" to remote control registry
2019/05/30 13:34:45 DEBUG : gcache: wrapped gdrive:gdrive/crypt at root crypt
2019/05/30 13:34:45 DEBUG : gcache: Purging the DB
2019/05/30 13:34:45 INFO : gcache: Cache DB path: /Users/nicolas/Library/Caches/rclone/cache-backend/gcache.db
2019/05/30 13:34:45 INFO : gcache: Cache chunk path: /Users/nicolas/Library/Caches/rclone/cache-backend/gcache
2019/05/30 13:34:45 INFO : gcache: Chunk Memory: true
2019/05/30 13:34:45 INFO : gcache: Chunk Size: 16M
2019/05/30 13:34:45 INFO : gcache: Chunk Total Size: 10G
2019/05/30 13:34:45 INFO : gcache: Chunk Clean Interval: 1m0s
2019/05/30 13:34:45 INFO : gcache: Workers: 4
2019/05/30 13:34:45 INFO : gcache: File Age: 2d
2019/05/30 13:34:45 DEBUG : Adding path "cache/expire" to remote control registry
2019/05/30 13:34:45 DEBUG : Adding path "cache/stats" to remote control registry
2019/05/30 13:34:45 DEBUG : Adding path "cache/fetch" to remote control registry
2019/05/30 13:34:45 DEBUG : Encrypted drive 'gcrypt:': Mounting on "/Users/nicolas/mnt/gdrive/"
2019/05/30 13:34:45 DEBUG : Cache remote gcache:crypt: subscribing to ChangeNotify
2019/05/30 13:34:45 DEBUG : Adding path "vfs/forget" to remote control registry
2019/05/30 13:34:45 DEBUG : Adding path "vfs/refresh" to remote control registry
2019/05/30 13:34:45 DEBUG : Adding path "vfs/poll-interval" to remote control registry
2019/05/30 13:34:45 DEBUG : : Root:
2019/05/30 13:34:45 DEBUG : : >Root: node=/, err=
2019/05/30 13:34:45 DEBUG : /: Attr:
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:45 DEBUG : /: Attr:
2019/05/30 13:34:45 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : : Statfs:
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:45 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : /: Lookup: name="DCIM"
2019/05/30 13:34:46 DEBUG : Cache remote gcache:crypt: list ''
2019/05/30 13:34:46 DEBUG : : list: error: couldn't open bucket (crypt)
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : list: read 3 from source
2019/05/30 13:34:46 DEBUG : : list: source entries: [bveu3d119g3eog57iq3qefo3ks sv9et1n00k3j8nmkpanvbjq9q4 8lopuab51eb9tloptejje8mqck]
2019/05/30 13:34:46 DEBUG : : list: cached directories: 3
2019/05/30 13:34:46 DEBUG : : list: cached dir: 'crypt', cache ts: 2019-05-30 13:34:46.221123 +0200 CEST m=+2.152090471
2019/05/30 13:34:46 DEBUG : /: >Lookup: node=, err=no such file or directory
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : /: Lookup: name=".Spotlight-V100"
2019/05/30 13:34:46 DEBUG : /: >Lookup: node=, err=no such file or directory
2019/05/30 13:34:46 DEBUG : /: Lookup: name=".metadata_never_index"
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : /: >Lookup: node=, err=no such file or directory
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : /: Lookup: name=".metadata_never_index_unless_rootfs"
2019/05/30 13:34:46 DEBUG : /: >Lookup: node=, err=no such file or directory
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : /: Lookup: name=".metadata_never_index"
2019/05/30 13:34:46 DEBUG : /: >Lookup: node=, err=no such file or directory
2019/05/30 13:34:46 DEBUG : /: Lookup: name=".metadata_never_index_unless_rootfs"
2019/05/30 13:34:46 DEBUG : /: >Lookup: node=, err=no such file or directory
2019/05/30 13:34:46 DEBUG : /: Lookup: name=".localized"
2019/05/30 13:34:46 DEBUG : /: >Lookup: node=, err=no such file or directory
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : /: Lookup: name=".localized"
2019/05/30 13:34:46 DEBUG : /: >Lookup: node=, err=no such file or directory
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : /: Lookup: name=".localized"
2019/05/30 13:34:46 DEBUG : /: >Lookup: node=, err=no such file or directory
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : /: Lookup: name=".localized"
2019/05/30 13:34:46 DEBUG : /: >Lookup: node=, err=no such file or directory
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : /: Lookup: name=".localized"
2019/05/30 13:34:46 DEBUG : /: >Lookup: node=, err=no such file or directory
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:46 DEBUG : : Statfs:
2019/05/30 13:34:46 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:47 DEBUG : : Statfs:
2019/05/30 13:34:47 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
iNUC:Downloads nicolas$ 2019/05/30 13:34:47 DEBUG : : Statfs:
2019/05/30 13:34:47 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:47 DEBUG : : Statfs:
2019/05/30 13:34:47 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:47 DEBUG : : Statfs:
2019/05/30 13:34:47 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:48 DEBUG : : Statfs:
2019/05/30 13:34:48 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:48 DEBUG : : Statfs:
2019/05/30 13:34:48 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
iNUC:Downloads nicolas$ 2019/05/30 13:34:48 DEBUG : : Statfs:
2019/05/30 13:34:48 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:48 DEBUG : : Statfs:
2019/05/30 13:34:48 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:49 DEBUG : : Statfs:
2019/05/30 13:34:49 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:49 DEBUG : : Statfs:
2019/05/30 13:34:49 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:49 DEBUG : : Statfs:
2019/05/30 13:34:49 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:49 DEBUG : : Statfs:
2019/05/30 13:34:49 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:50 DEBUG : : Statfs:
2019/05/30 13:34:50 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:50 DEBUG : : Statfs:
2019/05/30 13:34:50 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:50 DEBUG : : Statfs:
2019/05/30 13:34:50 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:34:50 DEBUG : : Statfs:
2019/05/30 13:34:50 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:35:01 DEBUG : /: Lookup: name=".metadata_never_index"
2019/05/30 13:35:01 DEBUG : /: >Lookup: node=, err=no such file or directory
2019/05/30 13:35:01 DEBUG : /: Lookup: name=".metadata_never_index_unless_rootfs"
2019/05/30 13:35:01 DEBUG : /: >Lookup: node=, err=no such file or directory
2019/05/30 13:35:01 DEBUG : /: Attr:
2019/05/30 13:35:01 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:35:17 DEBUG : /: Attr:
2019/05/30 13:35:17 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=

I am not sure

Blockquote
iNUC:Downloads nicolas$ ps -ef | grep rclone
501 4150 588 0 1:34 ttys000 0:00.59 rclone mount -vv --allow-other gcrypt: /Users/nicolas/mnt/gdrive/
501 4335 588 0 1:37 ttys000 0:00.01 grep rclone
iNUC:Downloads nicolas$ 2019/05/30 13:37:43 DEBUG : /: Attr:
2019/05/30 13:37:43 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:37:45 DEBUG : Cache remote gcache:crypt: starting cleanup
2019/05/30 13:37:45 DEBUG : Google drive root 'gdrive/crypt': Checking for changes on remote
2019/05/30 13:37:45 DEBUG : Cache remote gcache:crypt: starting cleanup
2019/05/30 13:37:45 DEBUG : Google drive root 'gdrive/crypt': Checking for changes on remote
2019/05/30 13:38:13 DEBUG : /: Attr:
2019/05/30 13:38:13 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:38:33 DEBUG : /: Lookup: name=".metadata_never_index"
2019/05/30 13:38:33 DEBUG : /: >Lookup: node=, err=no such file or directory
2019/05/30 13:38:33 DEBUG : /: Lookup: name=".metadata_never_index_unless_rootfs"
2019/05/30 13:38:33 DEBUG : /: >Lookup: node=, err=no such file or directory
2019/05/30 13:38:33 DEBUG : /: Attr:
2019/05/30 13:38:33 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:38:45 DEBUG : Cache remote gcache:crypt: starting cleanup
2019/05/30 13:38:45 DEBUG : Google drive root 'gdrive/crypt': Checking for changes on remote
2019/05/30 13:38:45 DEBUG : /: Attr:
2019/05/30 13:38:45 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:38:45 DEBUG : Cache remote gcache:crypt: starting cleanup
2019/05/30 13:38:45 DEBUG : Google drive root 'gdrive/crypt': Checking for changes on remote
2019/05/30 13:39:17 DEBUG : /: Attr:
2019/05/30 13:39:17 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:39:43 DEBUG : /: Attr:
2019/05/30 13:39:43 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:39:45 DEBUG : Cache remote gcache:crypt: starting cleanup
2019/05/30 13:39:45 DEBUG : Google drive root 'gdrive/crypt': Checking for changes on remote
2019/05/30 13:39:45 DEBUG : Cache remote gcache:crypt: starting cleanup
2019/05/30 13:39:45 DEBUG : Google drive root 'gdrive/crypt': Checking for changes on remote

That is the line from the log showing it is being mounted to /Users/nicolas/mnt/gdrive.

Are you seeing something else?

Yes I can't copy any large file from MacOS finder with this setup.
It asks for more space..

Blockquote
2019/05/30 13:49:43 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:49:45 DEBUG : Google drive root 'gdrive/crypt': Checking for changes on remote
2019/05/30 13:49:45 DEBUG : Cache remote gcache:crypt: starting cleanup
2019/05/30 13:49:45 DEBUG : Google drive root 'gdrive/crypt': Checking for changes on remote
2019/05/30 13:49:45 DEBUG : Cache remote gcache:crypt: starting cleanup
2019/05/30 13:49:57 DEBUG : MoviesGdrive/: Attr:
2019/05/30 13:49:57 DEBUG : MoviesGdrive/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:49:57 DEBUG : MoviesGdrive/: ReadDirAll:
2019/05/30 13:49:57 DEBUG : Cache remote gcache:crypt: list 'bveu3d119g3eog57iq3qefo3ks'
2019/05/30 13:49:57 DEBUG : bveu3d119g3eog57iq3qefo3ks: list: cold listing: 2019-05-28 13:45:46.063151 +0200 CEST
2019/05/30 13:49:58 DEBUG : bveu3d119g3eog57iq3qefo3ks: list: read 3 from source
2019/05/30 13:49:58 DEBUG : bveu3d119g3eog57iq3qefo3ks: list: source entries: [bveu3d119g3eog57iq3qefo3ks/af36ee93leme4svaslt23os623ji4on58fd6bgh07lb62dn66hjcdcs8iqbp93fq2gbokens6jnao0m1k2d0ni5219la8ahdp4e79bo bveu3d119g3eog57iq3qefo3ks/iocvfn7cqdflfughnrc6bes3j1v3n6cd7l440vg072e01ki0pu91sbb28jutmcgi3b8e6ieomrpi2h2b063bq344et2lif7vaq0r47mdlchkfi8msa63rv5q8ho683gnces60sj5mrdp1im15lqsmmhcls63kuvapf7g7v7ibjqa35eo6740 bveu3d119g3eog57iq3qefo3ks/4nqe2f17jppj8ud6v1lgi4u5ikuil2b5l868r389vl1jhcu54sbo48bcp0b3vmp7rofh8g8fhn83a]
2019/05/30 13:49:58 DEBUG : bveu3d119g3eog57iq3qefo3ks: list: cached object: bveu3d119g3eog57iq3qefo3ks/4nqe2f17jppj8ud6v1lgi4u5ikuil2b5l868r389vl1jhcu54sbo48bcp0b3vmp7rofh8g8fhn83a
2019/05/30 13:49:58 DEBUG : bveu3d119g3eog57iq3qefo3ks: list: cached object: bveu3d119g3eog57iq3qefo3ks/af36ee93leme4svaslt23os623ji4on58fd6bgh07lb62dn66hjcdcs8iqbp93fq2gbokens6jnao0m1k2d0ni5219la8ahdp4e79bo
2019/05/30 13:49:58 DEBUG : bveu3d119g3eog57iq3qefo3ks: list: cached object: bveu3d119g3eog57iq3qefo3ks/iocvfn7cqdflfughnrc6bes3j1v3n6cd7l440vg072e01ki0pu91sbb28jutmcgi3b8e6ieomrpi2h2b063bq344et2lif7vaq0r47mdlchkfi8msa63rv5q8ho683gnces60sj5mrdp1im15lqsmmhcls63kuvapf7g7v7ibjqa35eo6740
2019/05/30 13:49:58 DEBUG : bveu3d119g3eog57iq3qefo3ks: list: cached directories: 0
2019/05/30 13:49:58 DEBUG : bveu3d119g3eog57iq3qefo3ks: list: cached dir: 'crypt/bveu3d119g3eog57iq3qefo3ks', cache ts: 2019-05-30 13:49:58.23587 +0200 CEST m=+914.142894158
2019/05/30 13:49:58 DEBUG : MoviesGdrive/: >ReadDirAll: item=3, err=
2019/05/30 13:49:58 DEBUG : MoviesGdrive/Captain.Marvel.2019.MULTi.1080p.WEB-DL.DD5.1.H264-FRATERNiTY-WwW.annuaire-telechargement.com.mkv: Attr:
2019/05/30 13:49:58 DEBUG : MoviesGdrive/Captain.Marvel.2019.MULTi.1080p.WEB-DL.DD5.1.H264-FRATERNiTY-WwW.annuaire-telechargement.com.mkv: >Attr: a=valid=1s ino=0 size=4929153673 mode=-rw-r--r--, err=
2019/05/30 13:49:58 DEBUG : MoviesGdrive/Greta.2018.MULTi.1080p.BluRay.x264-VENUE.mkv: Attr:
2019/05/30 13:49:58 DEBUG : MoviesGdrive/Greta.2018.MULTi.1080p.BluRay.x264-VENUE.mkv: >Attr: a=valid=1s ino=0 size=8217147783 mode=-rw-r--r--, err=
2019/05/30 13:49:58 DEBUG : MoviesGdrive/Joy.2015.MULTI.TRUEFRENCH.1080p.BluRay.DTS.x264-EXTREME.mkv: Attr:
2019/05/30 13:49:58 DEBUG : MoviesGdrive/Joy.2015.MULTI.TRUEFRENCH.1080p.BluRay.DTS.x264-EXTREME.mkv: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=
2019/05/30 13:49:58 DEBUG : /: Attr:
2019/05/30 13:49:58 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:49:58 DEBUG : : Statfs:
2019/05/30 13:49:58 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:49:58 DEBUG : /: ReadDirAll:
2019/05/30 13:49:58 DEBUG : : Re-reading directory (7m25.026515733s old)
2019/05/30 13:49:58 DEBUG : Cache remote gcache:crypt: list ''
2019/05/30 13:49:58 DEBUG : : list: cold listing: 2019-05-28 13:45:46.063151 +0200 CEST
2019/05/30 13:49:58 DEBUG : : list: read 3 from source
2019/05/30 13:49:58 DEBUG : : list: source entries: [bveu3d119g3eog57iq3qefo3ks sv9et1n00k3j8nmkpanvbjq9q4 8lopuab51eb9tloptejje8mqck]
2019/05/30 13:49:58 DEBUG : : list: cached directories: 3
2019/05/30 13:49:58 DEBUG : : list: cached dir: 'crypt', cache ts: 2019-05-30 13:49:58.70554 +0200 CEST m=+914.612551796
2019/05/30 13:49:58 DEBUG : /: >ReadDirAll: item=3, err=
2019/05/30 13:49:58 DEBUG : MoviesGdrive/: Attr:
2019/05/30 13:49:58 DEBUG : MoviesGdrive/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:49:58 DEBUG : SeriesFRGdrive/: Attr:
2019/05/30 13:49:58 DEBUG : SeriesFRGdrive/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:49:58 DEBUG : TVShowsGdrive/: Attr:
2019/05/30 13:49:58 DEBUG : TVShowsGdrive/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:49:58 DEBUG : /: Attr:
2019/05/30 13:49:58 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:49:58 DEBUG : : Statfs:
2019/05/30 13:49:58 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:50:01 DEBUG : /: Attr:
2019/05/30 13:50:01 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:50:01 DEBUG : MoviesGdrive/: Attr:
2019/05/30 13:50:01 DEBUG : MoviesGdrive/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:50:01 DEBUG : MoviesGdrive/Captain.Marvel.2019.MULTi.1080p.WEB-DL.DD5.1.H264-FRATERNiTY-WwW.annuaire-telechargement.com.mkv: Attr:
2019/05/30 13:50:01 DEBUG : MoviesGdrive/Captain.Marvel.2019.MULTi.1080p.WEB-DL.DD5.1.H264-FRATERNiTY-WwW.annuaire-telechargement.com.mkv: >Attr: a=valid=1s ino=0 size=4929153673 mode=-rw-r--r--, err=
2019/05/30 13:50:01 DEBUG : MoviesGdrive/Greta.2018.MULTi.1080p.BluRay.x264-VENUE.mkv: Attr:
2019/05/30 13:50:01 DEBUG : MoviesGdrive/Greta.2018.MULTi.1080p.BluRay.x264-VENUE.mkv: >Attr: a=valid=1s ino=0 size=8217147783 mode=-rw-r--r--, err=
2019/05/30 13:50:03 DEBUG : MoviesGdrive/Greta.2018.MULTi.1080p.BluRay.x264-VENUE.mkv: Attr:
2019/05/30 13:50:03 DEBUG : MoviesGdrive/Greta.2018.MULTi.1080p.BluRay.x264-VENUE.mkv: >Attr: a=valid=1s ino=0 size=8217147783 mode=-rw-r--r--, err=
2019/05/30 13:50:04 DEBUG : /: Attr:
2019/05/30 13:50:04 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:50:04 DEBUG : : Statfs:
2019/05/30 13:50:04 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:50:04 DEBUG : MoviesGdrive/: Attr:
2019/05/30 13:50:04 DEBUG : MoviesGdrive/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:50:04 DEBUG : : Statfs:
2019/05/30 13:50:04 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:50:04 DEBUG : MoviesGdrive/Joy.2015.MULTI.TRUEFRENCH.1080p.BluRay.DTS.x264-EXTREME.mkv: Attr:
2019/05/30 13:50:04 DEBUG : MoviesGdrive/Joy.2015.MULTI.TRUEFRENCH.1080p.BluRay.DTS.x264-EXTREME.mkv: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=
2019/05/30 13:50:04 DEBUG : MoviesGdrive/: Lookup: name="Joy.2015.MULTI.TRUEFRENCH.1080p.BluRay.DTS.x264-EXTREME.mkv"
2019/05/30 13:50:04 DEBUG : MoviesGdrive/: >Lookup: node=MoviesGdrive/Joy.2015.MULTI.TRUEFRENCH.1080p.BluRay.DTS.x264-EXTREME.mkv, err=
2019/05/30 13:50:04 DEBUG : MoviesGdrive/Joy.2015.MULTI.TRUEFRENCH.1080p.BluRay.DTS.x264-EXTREME.mkv: Attr:
2019/05/30 13:50:04 DEBUG : MoviesGdrive/Joy.2015.MULTI.TRUEFRENCH.1080p.BluRay.DTS.x264-EXTREME.mkv: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=
2019/05/30 13:50:04 DEBUG : : Statfs:
2019/05/30 13:50:04 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:50:04 DEBUG : : Statfs:
2019/05/30 13:50:04 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:50:04 DEBUG : : Statfs:
2019/05/30 13:50:04 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:50:04 DEBUG : : Statfs:
2019/05/30 13:50:04 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:50:04 DEBUG : : Statfs:
2019/05/30 13:50:04 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:50:04 DEBUG : : Statfs:
2019/05/30 13:50:04 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:50:07 DEBUG : MoviesGdrive/: Attr:
2019/05/30 13:50:07 DEBUG : MoviesGdrive/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:50:07 DEBUG : MoviesGdrive/: ReadDirAll:
2019/05/30 13:50:07 DEBUG : MoviesGdrive/: >ReadDirAll: item=3, err=
2019/05/30 13:50:07 DEBUG : MoviesGdrive/Captain.Marvel.2019.MULTi.1080p.WEB-DL.DD5.1.H264-FRATERNiTY-WwW.annuaire-telechargement.com.mkv: Attr:
2019/05/30 13:50:07 DEBUG : MoviesGdrive/Captain.Marvel.2019.MULTi.1080p.WEB-DL.DD5.1.H264-FRATERNiTY-WwW.annuaire-telechargement.com.mkv: >Attr: a=valid=1s ino=0 size=4929153673 mode=-rw-r--r--, err=
2019/05/30 13:50:07 DEBUG : MoviesGdrive/Greta.2018.MULTi.1080p.BluRay.x264-VENUE.mkv: Attr:
2019/05/30 13:50:07 DEBUG : MoviesGdrive/Greta.2018.MULTi.1080p.BluRay.x264-VENUE.mkv: >Attr: a=valid=1s ino=0 size=8217147783 mode=-rw-r--r--, err=
2019/05/30 13:50:07 DEBUG : MoviesGdrive/Joy.2015.MULTI.TRUEFRENCH.1080p.BluRay.DTS.x264-EXTREME.mkv: Attr:
2019/05/30 13:50:07 DEBUG : MoviesGdrive/Joy.2015.MULTI.TRUEFRENCH.1080p.BluRay.DTS.x264-EXTREME.mkv: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=
2019/05/30 13:50:07 DEBUG : /: Attr:
2019/05/30 13:50:07 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:50:07 DEBUG : : Statfs:
2019/05/30 13:50:07 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:50:09 DEBUG : MoviesGdrive/: Attr:
2019/05/30 13:50:09 DEBUG : MoviesGdrive/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:50:09 DEBUG : MoviesGdrive/: ReadDirAll:
2019/05/30 13:50:09 DEBUG : MoviesGdrive/: >ReadDirAll: item=3, err=
2019/05/30 13:50:09 DEBUG : MoviesGdrive/Captain.Marvel.2019.MULTi.1080p.WEB-DL.DD5.1.H264-FRATERNiTY-WwW.annuaire-telechargement.com.mkv: Attr:
2019/05/30 13:50:09 DEBUG : MoviesGdrive/Captain.Marvel.2019.MULTi.1080p.WEB-DL.DD5.1.H264-FRATERNiTY-WwW.annuaire-telechargement.com.mkv: >Attr: a=valid=1s ino=0 size=4929153673 mode=-rw-r--r--, err=
2019/05/30 13:50:09 DEBUG : MoviesGdrive/Greta.2018.MULTi.1080p.BluRay.x264-VENUE.mkv: Attr:
2019/05/30 13:50:09 DEBUG : MoviesGdrive/Greta.2018.MULTi.1080p.BluRay.x264-VENUE.mkv: >Attr: a=valid=1s ino=0 size=8217147783 mode=-rw-r--r--, err=
2019/05/30 13:50:09 DEBUG : MoviesGdrive/Joy.2015.MULTI.TRUEFRENCH.1080p.BluRay.DTS.x264-EXTREME.mkv: Attr:
2019/05/30 13:50:09 DEBUG : MoviesGdrive/Joy.2015.MULTI.TRUEFRENCH.1080p.BluRay.DTS.x264-EXTREME.mkv: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=
2019/05/30 13:50:09 DEBUG : /: Attr:
2019/05/30 13:50:09 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:50:09 DEBUG : : Statfs:
2019/05/30 13:50:09 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2019/05/30 13:50:09 DEBUG : /: ReadDirAll:
2019/05/30 13:50:09 DEBUG : /: >ReadDirAll: item=3, err=
2019/05/30 13:50:09 DEBUG : MoviesGdrive/: Attr:
2019/05/30 13:50:09 DEBUG : MoviesGdrive/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:50:09 DEBUG : SeriesFRGdrive/: Attr:
2019/05/30 13:50:09 DEBUG : SeriesFRGdrive/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:50:09 DEBUG : TVShowsGdrive/: Attr:
2019/05/30 13:50:09 DEBUG : TVShowsGdrive/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:50:09 DEBUG : /: Attr:
2019/05/30 13:50:09 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/05/30 13:50:09 DEBUG : : Statfs:
2019/05/30 13:50:09 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:592775 Bavail:592774 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=

You seem to be mixing questions now so I'm not following what the current question is and what i'm answering.

You said before it was mounted to the wrong spot. Is that corrected? We can see in the logs that it does mount to the proper spot. Can you confirm that is solved?

If that is solved, what is the next item? You are trying to copy a file into the mount directly? What are you executing?

I may be mixing questions, sorry about that. I am a bit loosing my mind.

it seems that rclone mount everything properly, thanks to your recommendations.

It still have an issue but it seems to be related to MacOS finder rather than Rclone.
In the finder, the mount appears as /Users/nicolas/mnt/gcrypt rather than /Users/nicolas/mnt/gdrive.
So I can't drag and drop in the finder; it displays an unknown issue.

However, I can copy to /Users/nicolas/mnt/gdrive in the terminal properly.

Fuse on Mac works a little bit funky.

The way it shows up in finder is based on the remote name not the mount point.

You'll find finder to be generally slow if you are trying to use that to traverse the mount. I personally don't use my mac for rclone other than just testing so maybe another has a way to tweak finder to work faster.

Thanks that saves me me a lot of time trying to fix it
Thanks for your help @Animosity022

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