Why do I get the following error when I mount it

Rclone version
rclone v1.59.1
- os/version: debian 9.13 (64 bit)
- os/kernel: 4.9.0-19-amd64 (x86_64)
- os/type: linux
- os/arch: 386
- go/version: go1.18.5
- go/linking: static
- go/tags: none

Using Google Cloud Drive

command used: ./rclone mount google: /google --allow-other --allow-non-empty --vfs-cache-mode writes --daemon

Error : Fatal error: mount not ready

After google query, exclude the error caused by the creation of the folder

That usually means there is an error somewhere.

You'd want to remove --daemon and add in --log-file /some/location/rclone.log -vv

Share the log and we can see what's going on.

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