Google Drive Crypted mount Issue Ubuntu Server

Hope someone in the community can help

What is the problem you are having with rclone?

I'm trying to mount my encrypted Gdrive on Ubuntu Server 20. The remote is working fine on 2 other machines so I copied the Rclone.conf to the server. When trying to mount I get no errors but the mounted folder stays empty?!

What am I doing wrong?

What is your rclone version (output from rclone version)

1.54

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

Ubuntu Server 20.04

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 mount Gdrive_Crypt: /mnt/Gdrive --allow-other --vfs-cache-mode writes

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

2021/02/10 10:45:02 DEBUG : rclone: Version "v1.54.0" starting with parameters ["rclone" "mount" "Gdrive_Crypt:" "/mnt/Gdrive" "--allow-other" "--vfs-cache-mode" "writes" "-vv"]
2021/02/10 10:45:02 DEBUG : Creating backend with remote "Gdrive_Crypt:"
2021/02/10 10:45:02 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2021/02/10 10:45:02 DEBUG : Creating backend with remote "Gdrive:/Plex-Cache/Plex-Crypt"
2021/02/10 10:45:03 DEBUG : fs cache: renaming cache item "Gdrive:/Plex-Cache/Plex-Crypt" to be canonical "Gdrive:Plex-Cache/Plex-Crypt"
2021/02/10 10:45:03 DEBUG : vfs cache: root is "/root/.cache/rclone/vfs/Gdrive_Crypt"
2021/02/10 10:45:03 DEBUG : vfs cache: metadata root is "/root/.cache/rclone/vfs/Gdrive_Crypt"
2021/02/10 10:45:03 DEBUG : Creating backend with remote "/root/.cache/rclone/vfs/Gdrive_Crypt"
2021/02/10 10:45:03 DEBUG : Encrypted drive 'Gdrive_Crypt:': Mounting on "/mnt/Gdrive"
2021/02/10 10:45:03 INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2021/02/10 10:45:04 DEBUG : : Root: 
2021/02/10 10:45:04 DEBUG : : >Root: node=/, err=<nil>

You didn't include the rclone.conf you are using so it's hard to tell what's going on.

I just found the issue. I retyped the Rclone.conf step by step while the running one was displayed and I found out that the directories did not exactly match.

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