Temporary File filling system drive

What is the problem you are having with rclone?

I mounted a backblaze b2 drive as a local drive in windows, when I copied a file to this mount point it would copy the file to my local drive in windows and upon completion of the upload it would remove it.
However, I've encountered a situation where the upload doesn't complete, it kept restarting an upload, so I unstalled rclone, but it has not released the space for this temporary file on my C:
How do I find and remove it? I already tried WinDirStat to try and locate it, but strangely couldn't locate it.

What is your rclone version (output from rclone version)

1.54.1

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

Win 10 Pro 64-bit

Which cloud storage system are you using? (eg Google Drive)

Backblaze b2

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

hello and welcome to the forum,

if you want to locate the cache, run rclone with debug output and the you can see that for yourself.
DEBUG : vfs cache: root is "\\\\?\\C:\\Users\\username\\AppData\\Local\\rclone\\vfs\\wasabi01"
change username to your username

also, update rclone to latest stable.

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