What is the problem you are having with rclone?
newbie here - I'm trying to mount a drive "S" on Win 2016. Installed WinFSP. When I run rclone.exe mount --links -vv Remote:Bucket s:
the letter drive shows up on the explorer but when I click on it nothing happens. Ran the command with -vv and verbose debugging shows no obvious error.
Run the command 'rclone version' and share the full output of the command.
C:\Users\Administrator>c:\rclone\rclone.exe version
rclone v1.69.0
- os/version: Microsoft Windows Server 2016 Standard 1607 (64 bit)
- os/kernel: 10.0.14393.7606 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.23.4
- go/linking: static
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
S3
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
c:\rclone\rclone.exe mount --links -vv SharedDriveQA162:pos-shared-drive S:
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
C:\Users\Administrator>c:\rclone\rclone.exe config redacted
[SharedDriveQA162]
type = s3
provider = AWS
env_auth = true
access_key_id = XXX
secret_access_key = XXX
endpoint = https://pos-shared-drive.s3.us-west-1.amazonaws.com/
acl = private
storage_class = STANDARD
region = us-west-1
location_constraint = us-west-1
### 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
C:\Users\Administrator>c:\rclone\rclone.exe mount -vv SharedDriveQA162:pos-shared-drive S:
2025/01/27 16:02:01 DEBUG : rclone: Version "v1.69.0" starting with parameters ["c:\\rclone\\rclone.exe" "mount" "-vv" "SharedDriveQA162:pos-shared-drive" "S:"]
2025/01/27 16:02:01 DEBUG : Creating backend with remote "SharedDriveQA162:pos-shared-drive"
2025/01/27 16:02:01 DEBUG : Using config file from "C:\\Users\\Administrator\\AppData\\Roaming\\rclone\\rclone.conf"
2025/01/27 16:02:01 INFO : S3 bucket pos-shared-drive: poll-interval is not supported by this remote
2025/01/27 16:02:01 DEBUG : Network mode mounting is disabled
2025/01/27 16:02:01 DEBUG : Mounting on "S:" ("SharedDriveQA162 pos-shared-driv")
2025/01/27 16:02:01 DEBUG : S3 bucket pos-shared-drive: Mounting with options: ["-o" "attr_timeout=1" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone" "-o" "volname=SharedDriveQA162 pos-shared-driv"]
2025/01/27 16:02:01 DEBUG : S3 bucket pos-shared-drive: Init:
2025/01/27 16:02:01 DEBUG : S3 bucket pos-shared-drive: >Init:
2025/01/27 16:02:01 DEBUG : /: Statfs:
2025/01/27 16:02:01 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0
2025/01/27 16:02:01 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2025/01/27 16:02:01 DEBUG : /: >Getattr: errc=0
2025/01/27 16:02:01 DEBUG : /: Readlink:
2025/01/27 16:02:01 ERROR : symlinks not supported without the --links flag: /
2025/01/27 16:02:01 DEBUG : /: >Readlink: errc=-40, linkPath=""
2025/01/27 16:02:01 DEBUG : /: Getxattr: name="non-existant-a11ec902d22f4ec49003af15282d3b00"
2025/01/27 16:02:01 DEBUG : /: >Getxattr: errc=-40, value=""
The service rclone has been started.
2025/01/27 16:02:01 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2025/01/27 16:02:01 DEBUG : /: >Getattr: errc=0
2025/01/27 16:02:01 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2025/01/27 16:02:01 DEBUG : /: >Getattr: errc=0
2025/01/27 16:02:01 DEBUG : /: Opendir:
2025/01/27 16:02:01 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2025/01/27 16:02:01 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2025/01/27 16:02:01 DEBUG : /: >Opendir: errc=0, fh=0x0
2025/01/27 16:02:01 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2025/01/27 16:02:01 DEBUG : /: >Getattr: errc=0
2025/01/27 16:02:01 DEBUG : /: Releasedir: fh=0x0
2025/01/27 16:02:01 DEBUG : /: >Releasedir: errc=0
2025/01/27 16:02:01 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2025/01/27 16:02:01 DEBUG : /: >Getattr: errc=0
2025/01/27 16:02:01 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2025/01/27 16:02:01 DEBUG : /: >Getattr: errc=0
2025/01/27 16:02:01 DEBUG : /: Opendir:
2025/01/27 16:02:01 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2025/01/27 16:02:01 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2025/01/27 16:02:01 DEBUG : /: >Opendir: errc=0, fh=0x0
2025/01/27 16:02:01 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2025/01/27 16:02:01 DEBUG : /: >Getattr: errc=0
2025/01/27 16:02:01 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2025/01/27 16:02:01 DEBUG : /: Releasedir: fh=0x0
2025/01/27 16:02:01 DEBUG : /: >Getattr: errc=0
2025/01/27 16:02:01 DEBUG : /: >Releasedir: errc=0
2025/01/27 16:02:01 DEBUG : /: Opendir:
2025/01/27 16:02:01 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2025/01/27 16:02:01 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2025/01/27 16:02:01 DEBUG : /: >Opendir: errc=0, fh=0x0
2025/01/27 16:02:01 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2025/01/27 16:02:01 DEBUG : /: >Getattr: errc=0
2025/01/27 16:02:01 DEBUG : /: Releasedir: fh=0x0
2025/01/27 16:02:01 DEBUG : /: >Releasedir: errc=0
2025/01/27 16:02:04 DEBUG : /autorun.inf: Getattr: fh=0xFFFFFFFFFFFFFFFF
2025/01/27 16:02:04 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2025/01/27 16:02:04 DEBUG : /: >Getattr: errc=0
2025/01/27 16:02:04 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2025/01/27 16:02:04 DEBUG : /: >Getattr: errc=0
2025/01/27 16:02:04 DEBUG : /: Opendir:
2025/01/27 16:02:04 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2025/01/27 16:02:05 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2025/01/27 16:02:05 DEBUG : /: >Getattr: errc=0
2025/01/27 16:02:05 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2025/01/27 16:02:05 DEBUG : /: >Getattr: errc=0
2025/01/27 16:02:05 DEBUG : /: Opendir:
2025/01/27 16:02:05 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2025/01/27 16:02:05 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2025/01/27 16:02:05 DEBUG : /: >Getattr: errc=0
2025/01/27 16:02:05 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2025/01/27 16:02:05 DEBUG : /: >Getattr: errc=0
2025/01/27 16:02:05 DEBUG : /: Opendir:
2025/01/27 16:02:05 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx