Drag, mount drive, error 100006

What is the problem you are having with rclone?

Hello, I am on a Mac computer. I would like to be able to directly drag my files into the mounted disk, but I get an error and the transfer stops. I'd like to know what I need to add to the launch line to allow this to happen. If I run the transfer with filezilla it works, but I would like the sonarr application to transfer my completed files directly to my gdrive. Thank you

What is your rclone version (output from rclone version)

The last one

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

Mac os catalina

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)

Paste command here

rclone cmount --bwlimit 20M --allow-other Gsuite: ~/mnt/encryption --user-agent="ams"

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

What version are you running?
Can you share your rclone.conf?
Can you replicate the issue and share a debug log?

Here is for the rclone configuration, I reproduced -vv in the launch line, but the txt file is too big to send it to you.

rclone v1.53.3

  • os/arch: darwin/amd64

  • go version: go1.15.4

[Gsuite]
type = drive
scope = drive
token = {"access_token":""}

[Gcrypt]
type = crypt
remote = Gsuitee:/Personnel
filename_encryption = standard
directory_name_encryption = true

[Gsuitee]
type = drive
scope = drive
token = {"XXX"}
team_drive = 0AFKXXXA
root_folder_id =

Here is the error obtained and the properties of the disc. The problem is that my system thinks the disk is full, but it is unlimited

Capture d’écran, le 2021-02-13 à 12.42.12

We really need to see the rclone log here, but try this --vfs-cache-mode writes on your mount command line - that is the most likely cause of the problem.

Thank you that's what i need!

1 Like

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