What is the problem you are having with rclone?
Rclone mount connects to SMB shares using signing on according to the synology GUI, regular SMB mounts do not use signing, i am hoping for some more performance and less CPU overhead by turning it off , this is a 10/25GbitE network.
Run the command 'rclone version' and share the full output of the command.
rclone v1.65.2
- os/version: Microsoft Windows 11 Pro 23H2 (64 bit)
- os/kernel: 10.0.22631.3155 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.21.6
- go/linking: static
- go/tags: cmount
Yes, latest version
Which cloud storage system are you using? (eg Google Drive)
SMB on a synology nas
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone.exe mount onix:proj X: --vfs-cache-mode full --cache-dir D:\rclone --vfs-cache-max-age 36h0m0s --vfs-cache-min-free-space 20G --no-modtime
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[onix]
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
C:\Users\finn>C:\Users\finn\Downloads\rclone-v1.65.2-windows-amd64\rclone-v1.65.2-windows-amd64\rclone.exe mount onix:proj X: --vfs-cache-mode full --cache-dir D:\rclone --vfs-cache-max-age 36h0m0s --vfs-cache-min-free-space 20G --no-modtime -vv
2024/02/21 18:29:53 DEBUG : rclone: Version "v1.65.2" starting with parameters ["C:\\Users\\finn\\Downloads\\rclone-v1.65.2-windows-amd64\\rclone-v1.65.2-windows-amd64\\rclone.exe" "mount" "onix:proj" "X:" "--vfs-cache-mode" "full" "--cache-dir" "D:\\rclone" "--vfs-cache-max-age" "36h0m0s" "--vfs-cache-min-free-space" "20G" "--no-modtime" "-vv"]
2024/02/21 18:29:53 DEBUG : Creating backend with remote "onix:proj"
2024/02/21 18:29:53 DEBUG : Using config file from "C:\\Users\\finn\\AppData\\Roaming\\rclone\\rclone.conf"
2024/02/21 18:29:53 INFO : smb://finn@onix:445/proj/: poll-interval is not supported by this remote
2024/02/21 18:29:53 DEBUG : vfs cache: root is "D:\\rclone"
2024/02/21 18:29:53 DEBUG : vfs cache: data root is "\\\\?\\D:\\rclone\\vfs\\onix\\proj"
2024/02/21 18:29:53 DEBUG : vfs cache: metadata root is "\\\\?\\D:\\rclone\\vfsMeta\\onix\\proj"
2024/02/21 18:29:53 DEBUG : Creating backend with remote "D:/rclone/vfs/onix/proj"
2024/02/21 18:29:53 DEBUG : fs cache: renaming cache item "D:/rclone/vfs/onix/proj" to be canonical "//?/D:/rclone/vfs/onix/proj"
2024/02/21 18:29:53 DEBUG : Creating backend with remote "D:/rclone/vfsMeta/onix/proj"
2024/02/21 18:29:53 DEBUG : fs cache: renaming cache item "D:/rclone/vfsMeta/onix/proj" to be canonical "//?/D:/rclone/vfsMeta/onix/proj"
2024/02/21 18:29:53 DEBUG : Network mode mounting is disabled
2024/02/21 18:29:53 DEBUG : vfs cache RemoveNotInUse (maxAge=129600000000000, emptyOnly=false): item XXX_development/pipetest/040/src/plate01/virginialottery_040_plate01_acescg_v000_exr/virginialottery_040_plate01_acescg_v000.1015.exr not removed, freed 0 bytes
2024/02/21 18:29:53 DEBUG : vfs cache RemoveNotInUse (maxAge=129600000000000, emptyOnly=false): item XXX_development/pipetest/040/src/plate01/virginialottery_040_plate01_acescg_v000_exr/virginialottery_040_plate01_acescg_v000.1017.exr not removed, freed 0 bytes
2024/02/21 18:29:53 DEBUG : vfs cache RemoveNotInUse (maxAge=129600000000000, emptyOnly=false): item XXX_development/pipetest/transfer/writespeedtest/virginialottery_040_plate01_acescg_v000.1000.exr not removed, freed 0 bytes
2024/02/21 18:29:53 DEBUG : vfs cache RemoveNotInUse (maxAge=129600000000000, emptyOnly=false): item XXX_development/pipetest/transfer/writespeedtest/virginialottery_040_plate01_acescg_v000.1044.exr not removed, freed 0 bytes
2024/02/21 18:29:53 DEBUG : vfs cache RemoveNotInUse (maxAge=129600000000000, emptyOnly=false): item XXX_development/pipetest/transfer/writespeedtest/virginialottery_040_plate01_acescg_v000.1046.exr not removed, freed 0 bytes
2024/02/21 18:29:53 DEBUG : vfs cache RemoveNotInUse (maxAge=129600000000000, emptyOnly=false): item XXX_development/pipetest/transfer/writespeedtest/virginialottery_040_plate01_acescg_v000.1041.exr not removed, freed 0 bytes
2024/02/21 18:29:53 DEBUG : vfs cache RemoveNotInUse (maxAge=129600000000000, emptyOnly=false): item XXX_development/pipetest/040/src/plate01/virginialottery_040_plate01_acescg_v000_exr/virginialottery_040_plate01_acescg_v000.1012.exr not removed, freed 0 bytes
2024/02/21 18:29:53 DEBUG : Mounting on "X:" ("onix proj")
2024/02/21 18:29:53 DEBUG : vfs cache RemoveNotInUse (maxAge=129600000000000, emptyOnly=false): item XXX_development/pipetest/040/src/plate01/virginialottery_040_plate01_acescg_v000_exr/virginialottery_040_plate01_acescg_v000.1018.exr not removed, freed 0 bytes
2024/02/21 18:29:53 DEBUG : vfs cache RemoveNotInUse (maxAge=129600000000000, emptyOnly=false): item XXX_development/pipetest/040/src/plate01/virginialottery_040_plate01_acescg_v000_exr/virginialottery_040_plate01_acescg_v000.1041.exr not removed, freed 0 bytes
2024/02/21 18:29:53 DEBUG : vfs cache RemoveNotInUse (maxAge=129600000000000, emptyOnly=false): item XXX_development/pipetest/040/src/plate01/virginialottery_040_plate01_acescg_v000_exr/virginialottery_040_plate01_acescg_v000.1060.exr not removed, freed 0 bytes
2024/02/21 18:29:53 DEBUG : vfs cache RemoveNotInUse (maxAge=129600000000000, emptyOnly=false): item XXX_development/pipetest/transfer/writespeedtest/virginialottery_040_plate01_acescg_v000.0998.exr not removed, freed 0 bytes