Directory contents not showing up on windows mount

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?

Windows mount directory listing takes about 30 seconds, when it used to take less than a second

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

rclone v1.65.1

  • os/version: Microsoft Windows 11 Enterprise 22H2 (64 bit)
  • os/kernel: 10.0.22621.3007 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.21.5
  • go/linking: static
  • go/tags: cmount

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

.\rclone mount IDRIVE:guinee Z: --vfs-cache-mode >= writes --log-file=mylogfile.txt --log-level DEBUG

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

[IDRIVE]
type = s3
provider = IDrive
access_key_id = XXX
secret_access_key = XXX
acl = public-read
endpoint = h2t4.va.idrivee2-45.com
### Double check the config for sensitive info before posting publicly

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

The log is very long but it has a bunch of lines like

2024/01/23 02:41:09 DEBUG : /film/The.Untouchables.1987.1080p.BrRip.x264.BOKUTOX.YIFY.mp4: Getattr: fh=0xFFFFFFFFFFFFFFFF
2024/01/23 02:41:09 DEBUG : /film/The.Untouchables.1987.1080p.BrRip.x264.BOKUTOX.YIFY.mp4: >Getattr: errc=0
2024/01/23 02:41:09 DEBUG : /film/The.Untouchables.1987.1080p.BrRip.x264.BOKUTOX.YIFY.mp4: OpenEx: flags=0x0
2024/01/23 02:41:09 DEBUG : /film/The.Untouchables.1987.1080p.BrRip.x264.BOKUTOX.YIFY.mp4: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx

What is that? >= means use mode equal or higher to write

So use:

--vfs-cache-mode=writes

or

--vfs-cache-mode=full

And if still having issue post full first 20 or so lines of your debug log.

Also what is the problem as both below statement can not be true together:)

I literally copied and pasted that from the cli error thrown by rclone when used without it. But i can't reproduce the blank folder error anymore. Shrugemoji.

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