In about command, the size of the root directory is different from the inner directory

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?

In Rclone's about command, the size of the root directory is different from the inner directory.
When mounted, it reflects the size of the root directory, making it unusable even though it can actually hold larger files.

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

C:\bin\rclone>.\rclone-1.63.0.exe version
rclone v1.63.0
- os/version: Microsoft Windows 11 Pro 22H2 (64 bit)
- os/kernel: 10.0.22621.1702 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.20.5
- go/linking: static
- go/tags: cmount

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

SFTP on synology

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

C:\bin\rclone>.\rclone-1.63.0.exe about "redacted":
C:\bin\rclone>.\rclone-1.63.0.exe about "redacted":animation

The rclone config contents with secrets removed.

[redacted]
type = sftp
host = <REDACTED>
user = ilsubyeega
port = 2233
pass = <REDACTED>
shell_type = unix
md5sum_command = none
sha1sum_command = none

A log from the command with the -vv flag

C:\bin\rclone>.\rclone-1.63.0.exe about "redacted": -vv
2023/07/05 20:31:08 DEBUG : rclone: Version "v1.63.0" starting with parameters [".\\rclone-1.63.0.exe" "about" "redacted:" "-vv"]
2023/07/05 20:31:08 DEBUG : Creating backend with remote "redacted:"
2023/07/05 20:31:08 DEBUG : Using config file from "C:\\Users\\ilsub\\AppData\\Roaming\\rclone\\rclone.conf"
2023/07/05 20:31:08 DEBUG : sftp://ilsubyeega@redacted.local:2233/: New connection 10.10.0.2:58205-><REDACTED>:2233 to "SSH-2.0-OpenSSH_8.2"
2023/07/05 20:31:08 DEBUG : sftp://ilsubyeega@redacted.local:2233/: Shell type "unix" from config
2023/07/05 20:31:08 DEBUG : sftp://ilsubyeega@redacted.local:2233/: Relative path resolved to "/"
2023/07/05 20:31:08 DEBUG : sftp://ilsubyeega@redacted.local:2233/: Using root directory "/"
2023/07/05 20:31:08 DEBUG : sftp://ilsubyeega@redacted.local:2233/: Server has VFS statistics extension
2023/07/05 20:31:08 DEBUG : sftp://ilsubyeega@redacted.local:2233/: About path "/"
Total:   2.275 GiB
Used:    1.399 GiB
Free:    897.551 MiB
2023/07/05 20:31:08 DEBUG : 11 go routines active
2023/07/05 20:31:08 DEBUG : sftp://ilsubyeega@redacted.local:2233/: Closing 1 unused connections

C:\bin\rclone>.\rclone-1.63.0.exe about "redacted":animation -vv
2023/07/05 20:31:20 DEBUG : rclone: Version "v1.63.0" starting with parameters [".\\rclone-1.63.0.exe" "about" "redacted:animation" "-vv"]
2023/07/05 20:31:20 DEBUG : Creating backend with remote "redacted:animation"
2023/07/05 20:31:20 DEBUG : Using config file from "C:\\Users\\ilsub\\AppData\\Roaming\\rclone\\rclone.conf"
2023/07/05 20:31:20 DEBUG : sftp://ilsubyeega@redacted.local:2233/animation: New connection 10.10.0.2:58206-><REDACTED>:2233 to "SSH-2.0-OpenSSH_8.2"
2023/07/05 20:31:21 DEBUG : sftp://ilsubyeega@redacted.local:2233/animation: Shell type "unix" from config
2023/07/05 20:31:21 DEBUG : sftp://ilsubyeega@redacted.local:2233/animation: Relative path resolved to "/animation"
2023/07/05 20:31:21 DEBUG : sftp://ilsubyeega@redacted.local:2233/animation: Using root directory "/animation"
2023/07/05 20:31:21 DEBUG : sftp://ilsubyeega@redacted.local:2233/animation: Server has VFS statistics extension
2023/07/05 20:31:21 DEBUG : sftp://ilsubyeega@redacted.local:2233/animation: About path "/animation"
Total:   47.120 TiB
Used:    19.750 TiB
Free:    27.369 TiB
2023/07/05 20:31:21 DEBUG : 11 go routines active
2023/07/05 20:31:21 DEBUG : sftp://ilsubyeega@redacted.local:2233/animation: Closing 1 unused connections```

as a workaround you can specify:

--vfs-disk-space-total-size    Manually set the total disk space size (example: 256G, default: -1)

Hello, i've already tried that but it does not working at all- it only affect available storage but, not others.
image

C:\bin\rclone>.\rclone-1.63.0.exe mount "redacted":/ X: --network-mode --vfs-disk-space-total-size 1T

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