Union Google Drive - Statfs failed: this usage field is not supported

Hi everyone!

What is the problem you are having with rclone?

New to Rclone and trying to set up a union of 6 Google Drives on a Win 10. Getting a log error which I can't figure out:
{"level":"error","msg":"Statfs failed: this usage field is not supported","object":"union root '/'","objectType":"*union.Fs","source":"vfs/vfs.go:581","time":"2021-09-30T12:11:43.848634+02:00"}

What is your rclone version (output from rclone version)

1.56

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)

rclone.exe mount Disk:/ G: --config C:\Users\xx\Documents\pam\rek\Rclone\rclone.conf --log-level DEBUG --log-file C:\Users\xx\Documents\pam\rek\Rclone\rclone_log --use-json-log --vfs-cache-mode full --cache-dir C:\temp

The rclone config contents with secrets removed.

[Disk1]
type = drive
client_id = xxx.apps.googleusercontent.com
client_secret = xxx
scope = drive
token = {"access_token":"x","token_type":"Bearer","refresh_token":"x","expiry":"2021-09-29T17:42:31.0346567+02:00"}
team_drive = 

[Disk2]
Same as Disk1 except token

[Disk3]
Same as Disk1 except token

[Disk4]
Same as Disk1 except token

[Disk5]
Same as Disk1 except token

[Disk6]
Same as Disk1 except token

[Disk]
type = union
upstreams = Disk1 Disk2 Disk3 Disk4 Disk5 Disk6
action_policy = all
create_policy = all

A log from the command with the -vv flag

That means that the google shared drive doesn't support getting used space (which they don't).

It should be harmless I think, but you might see quite a lot of them in the log!

You can probably mute them with --disable About

1 Like

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