Weird issues with Files on cache not being on the drive

What is the problem you are having with rclone?

Files Are showing up on the mounted cache, but are not on the Google drive.
Rclone created to folders on the Gdrive but they are empty, But the files are showing up on the mount that uploaded them. Also the files play.

I've used Rclone for years now on a few different machines and never had this issue. nothing new has changed. the files also dont show up on other copies of the mount obviously. From my understanding all the mounts were just copies of the drive. im not sure how files can be on the cache and not on the drive.

ive tried to sync them from the cache to the drive and even copy from the cache to the drive. all attempts the command prompt goes away for 2 or 3 seconds then returns like its finished. but nothing has happened.

What is your rclone version (output from rclone version)

1.55.1

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

Windows 10 64 bit

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)

mount --log-file "C:\rclone\logs\rclone.log" --log-level INFO --allow-other --fuse-flag sync_read --tpslimit 10 --tpslimit-burst 10 --dir-cache-time=10m --cache-chunk-size=10M --cache-info-age=1h --buffer-size=0M --vfs-cache-mode=writes Gcache: X: --network-mode --config "C:\Users\kl3mt\.config\rclone\rclone.conf"

The rclone config contents with secrets removed.

type = drive
client_id = 
client_secret = 
scope = drive
root_folder_id = 1oQYgxxfwufXdctF3-77yq92_AOkma1BD
token = {}

[Gcache]
type = cache
remote = Gdrive:
plex_url = 
plex_username = 
plex_password = 
chunk_size = 10M
info_age = 1d
chunk_total_size = 10G
plex_token = 

[Backblaze]
type = b2
account = 
key = 
hard_delete = false```



#### A log from the command with the `-vv` flag  
<!-- You should use 3 backticks to begin and end your paste to make it readable.  Or use a service such as https://pastebin.com or https://gist.github.com/   -->

2021/07/10 15:36:21 DEBUG : Using config file from "C:\Users\kl3mt\.config\rclone\rclone.conf"
2021/07/10 15:36:21 DEBUG : rclone: Version "v1.55.1" starting with parameters ["C:\rclone\rclone.exe" "-vv" "--log-file" "c:/Log1.txt"]

hello and welcome to the forum,

  • you are using two caches at the same time?

  • the cache remote has been phased out, never left beta status and has known bugs that will never get fixed.
    so best to remove that and test again
    https://rclone.org/cache/#status

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