I am new to rclone. I am trying to perform this command:
rclone copy smbserver:/sharefolder /mnt/Internal/RClone/servercontents
What is the problem you are having with rclone?
It produces tons of these kinds of output lines:
2026/05/05 10:03:27 ERROR : v23/data01/LawTemp/MEM.prn: Failed to copy: failed to open source object: failed to open: open v23\data01\LawTemp\MEM.prn: response error: A file cannot be opened because the share access flags are incompatible.
The files in question are part of the storage containing a database, which is the backend of law practice management. Running this command after hours, when no one was in the office produced no such errors.
Because I have no problems copying sharefolder to my MacBook Pro with a connection to smb://abacususer@192.168.57.11/sharefolder I am wondering what is different between how macOS makes an SMB connection and how rclone does.
Run the command 'rclone version' and share the full output of the command.
truenas_admin@qnaptruenas[~]$ rclone version
rclone v1.70.2
- os/version: debian 12.11 (64 bit)
- os/kernel: 6.12.33-production+truenas (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.23.5
- go/linking: dynamic
- go/tags: none
On my system, a TrueNAS (Scale 25.10.3), rclone is installed through a Docker container.
Which cloud storage system are you using? (eg Google Drive)
The source is a Windows 11 Pro (25H2 26200.8246) SMB share. The destination is part of the NAS’s internal file hierarchy.
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone copy smbserver:/sharefolder /mnt/Internal/RClone/servercontents
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[onedrive]
type = onedrive
token = XXX
drive_id = XXX
drive_type = business
[smbserver]
type = smb
host = XXX
user = XXX
pass = XXX
### 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
2026/05/05 10:19:55 ERROR : Attempt 3/3 failed with 25 errors and: failed to open source object: failed to open: open v23\data01\accounting\SYSTEM SETUP.adt: response error: A file cannot be opened because the share access flags are incompatible.
