Rclone mount seeding (google drive)

What is the problem you are having with rclone?

Not really a problem, more a question. I have successfully setup cloud seeding ie UHD Remux files etc. No issues. I am currently seeding 674 files and over 36TB. I am only seeding this large amount to gain seeding bonus to help my ratio. But when adding a UHD disc, my client fails to read from the mount after roughly 7 torrents (discs) or the size of the vfs drive in my VM. I get an input/output error.
Thoughts?

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

rclone v1.60.1

  • os/version: ubuntu 20.04 (64 bit)
  • os/kernel: 5.4.0-135-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.19.3
  • go/linking: static
  • go/tags: none

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)

@reboot screen -dm rclone mount crypt: ~/crypt/ --vfs-cache-mode writes  --cache-dir ~/vfs/

The rclone config contents with secrets removed.

- type: drive
- client_id: xxxxxx.apps.googleusercontent.com
- client_secret: xxxxxxxx
- scope: drive
- token: {"access_token":"xxxxxxx
- team_drive:

A log from the command with the -vv flag

Paste  log here

Can you include a log file of the problem?

I decided to rebuild the proxmox VM, instead using a dedicated 1TB hard drive for the vfs cache. I'm now at 2.0TB of cloud seeding UHD discs. If i run into another issue I will repost with log.

does df -h show the correct size of your cache disk?

perhaps add —vfs-cache-max-size 1T to be safe

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