Rclone create multiple folder in windows 2019

What is the problem you are having with rclone?

Powershell.exe -WindowStyle Hidden -Command "rclone mount aws_s3:XXX-XXXXXXX-XXXXXX d:\S3Backup --vfs-cache-mode full --allow-other"

Our AWS team already created a S3 bucket and have mount it successfully
However when we go into D:\S3Backup and try to create a new folder, it automatically create 4 folders instead of one. Other normal drive C:\ D:\ location is working fine. Only the S3 bucket which are mounted with rclone.

Please advise.

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

C:\Users\a5115049>rclone --version
rclone v1.61.0

  • os/version: Microsoft Windows Server 2019 Datacenter 1809 (64 bit)
  • os/kernel: 10.0.17763.4010 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.19.4
  • go/linking: static
  • go/tags: cmount

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

S3

Best to include the rest of the items in the help and support template if you want some advice. The log file would be the key point.

hello and welcome the forum,

Mount: Windows mount produces four instances of "new folder" when requested to make one in explorer. · Issue #2187 · rclone/rclone · GitHub

mount: Windows: Incorrect behaviour when running under SYSTEM account · Issue #3216 · rclone/rclone · GitHub


as per rclone docs
--allow-other Allow access to other users (not supported on Windows)

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