Rclone mount as nssm service and permissions

  • sing, nssm, what is the username you are running as?

local system account, allow desktop interaction is ticked.

  • what is your rclone command?

rclone mount s3:/prod-rclone-vms-rec-01/ S:
--volname="S3 - prod-rclone-vms-rec-01"
--s3-provider=Ceph
--s3-endpoint="https://s3.mydomain.fr:9443"
--s3-acl=private
--s3-bucket-acl=private
--s3-access-key-id=XXXXXXXXXXXXXXXXXX
--s3-secret-access-key=XXXXXXXXXXXXXXXXXXXXXX
--s3-upload-cutoff=80M
--s3-chunk-size=80M
--s3-upload-concurrency=64 --multi-thread-cutoff=80M --multi-thread-streams=64
--vfs-cache-mode=full --vfs-cache-poll-interval=0m15s --vfs-cache-max-size=120G
--cache-dir="E:\Rclone_cache"

  • can you try to create a folder from the command line?
    Creating a folder from the CLI seems to work but it doesn't. Listing folders using an S3 client shows that the folders were not created.

  • can you use a log with debug info?
    --log-file=c:\path\to\log\log.txt --log-level=DEBUG and post it
    I attached log.txt file : log.txt (99.5 KB)

Frédéric.