Executing file on rclone/winfsp mount

What is the problem you are having with rclone?

I have created a mount to a Wasabi bucket with rclone and winsfp. Everything is working great, except I can't execute any of the executables that are on that mount. I can open the files, copy files and move files to the folder just fine. I just can't execute anything unless I download. I'm assuming it has something to do with the permissions, but I can't seem to change them in windows. I set the --allow-others flag on the mount command. Is there something else that I am missing?

What is your rclone version (output from rclone version)

rclone v1.53.4

  • os/arch: windows/amd64
  • go version: go1.15.6

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Windows 10 64bit

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

Wasabi

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

c:\rclone\rclone.exe mount Wasabi:p1-nas-1028/NAS01/P1_serve_storage/ C:\Wasabi --allow-other --vfs-cache-mode full

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

hello and welcome to the forum.

i have posted about that

--allow-others does nothing on windows.

Adding the --file-perms=0777 worked!

Thanks.

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