'rclone about' shows double capacity for Onedrive

What is the problem you are having with rclone?

rclone about shows double the capacity of a Onedrive Personal remote. Its real capacity is 1TB as evidenced by the meter on the web interface. Rclone about shows a capacity of 2TB.

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

rclone v1.72.1

  • os/version: debian 12.11 (64 bit)
  • os/kernel: 6.11.11-2-pve (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.25.5
  • go/linking: static
  • go/tags: none

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

Onedrive Personal

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

rclone about odf6:

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

[odf6]
type = onedrive
token = XXX
drive_id = XXX
drive_type = personal

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

2025/12/19 13:04:53 DEBUG : rclone: Version "v1.72.1" starting with parameters ["rclone" "-vv" "about" "odf6:"]
2025/12/19 13:04:53 DEBUG : Creating backend with remote "odf6:"
2025/12/19 13:04:53 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
Total:   2.005 TiB
Used:    1.099 MiB
Free:    2.005 TiB
Trashed: 0 B
2025/12/19 13:04:55 DEBUG : 6 go routines active

Edit: I also have other Onedrive instances configured and for those rclone about shows correct capacity.

Since my opening post the error corrected itself and now rclone about shows the correct capacity for this Onedrive instance.

1 Like

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