Config for gdrive

STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.

What is the problem you are having with rclone?

i am using rclone on windows and have mounted 2tb drive. the drive space was with offer with Gemini ai now the offer is over and I can't write on it but can read from it but I have already uploaded 2tb worth of movies on it. my movies are remuxes with average size of 50gb -70gb . I want to stream video from it by mounting it as windows drive . what is the best config for this. my internet speed is 300mbps and I get around 290mbps checked several times using fast . my current config is
rclone --vfs-cache-mode writes --cache-dir D: --drive-chunk-size=1G --buffer-size=1G --vfs-read-chunk-size 1G mount Gmail2tb: T: --no-console

Run the command 'rclone version' and share the full output of the command.

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

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

Paste command here

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

Paste config here

A log from the command that you were trying to run with the -vv flag

Paste  log here

--vfs-cache-mode writes - what's the purpose of caching writes when you can not write?

Start with basics defaults fully utilising VFS cache capabilities:

rclone mount Gmail2tb: T: --vfs-cache-mode full --cache-dir D: --vfs-refresh --dir-cache-time 9999h --vfs-cache-max-age 9999h --vfs-cache-max-size 300G

If it works there is no point in solving non existing problems.

fwiw, should always specify a full path else can lead to unintended consequences.
D: is not the same as D:\

D: is a relative path to the current working dir
D:\ is a absolute path to the root of D: drive.

so, i would use --cache-dir D:\