STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
rclone mount takes exactly 1 minute to mount successfully. Is this the expected behavior? whereas other mounters like s3fs mount within few seconds (5-10 secs)
Note - tried to mount a fresh cos bucket with no existing data in it.
Run the command 'rclone version' and share the full output of the command.
sh-5.1# rclone version
rclone v1.70.3-DEV
- os/version: redhat 4.18 (64 bit)
- os/kernel: 5.14.0-427.79.1.el9_4.x86_64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.23.12
- go/linking: dynamic
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
IBM Cloud and IBM cloud object storage bucket.
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
```sh-5.1# rclone mount ibmcos:bha-coreos /root/tmp/bha --allow-other=true --config=/var/lib/coscsi-config/3d80b31facb6cd6e3f0b4d94b161e706a88be32c7aa5d70faf66f398456c998c/rclone.conf --daemon=true --log-file=/var/log/rclone.log --vfs-cache-mode=writes --log-level DEBUG```
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
```
sh-5.1# cat /var/lib/coscsi-config/3d80b31facb6cd6e3f0b4d94b161e706a88be32c7aa5d70faf66f398456c998c/rclone.conf
[ibmcos]
type = s3
endpoint = https://s3.direct.us-south.cloud-object-storage.appdomain.cloud
provider = IBMCOS
env_auth = true
access_key_id = xxx
secret_access_key = xxx
location_constraint = us-south-standard
bucket_acl=private
max_upload_parts=64
upload_concurrency=30
memory_pool_flush_time=30s
acl=private
upload_cutoff=256Mi
chunk_size=64Mi
copy_cutoff=1Gi
disable_checksum=true
low_level_retries=3
```
A log from the command that you were trying to run with the -vv
flag
```
sh-5.1# cat /var/log/rclone.log
2025/08/19 14:01:14 DEBUG : rclone: Version "v1.70.3-DEV" starting with parameters ["rclone" "mount" "ibmcos:bha-coreos" "/root/tmp/bha" "--allow-other=true" "--config=/var/lib/coscsi-config/3d80b31facb6cd6e3f0b4d94b161e706a88be32c7aa5d70faf66f398456c998c/rclone.conf" "--daemon=true" "--log-file=/var/log/rclone.log" "--vfs-cache-mode=writes" "--log-level" "DEBUG"]
2025/08/19 14:01:14 DEBUG : Creating backend with remote "ibmcos:bha-coreos"
2025/08/19 14:01:14 DEBUG : Using config file from "/var/lib/coscsi-config/3d80b31facb6cd6e3f0b4d94b161e706a88be32c7aa5d70faf66f398456c998c/rclone.conf"
2025/08/19 14:01:14 DEBUG : rclone: Version "v1.70.3-DEV" starting with parameters ["/var/usrlocal/bin/rclone" "mount" "ibmcos:bha-coreos" "/root/tmp/bha" "--allow-other=true" "--config=/var/lib/coscsi-config/3d80b31facb6cd6e3f0b4d94b161e706a88be32c7aa5d70faf66f398456c998c/rclone.conf" "--daemon=true" "--log-file=/var/log/rclone.log" "--vfs-cache-mode=writes" "--log-level" "DEBUG"]
2025/08/19 14:01:14 DEBUG : Creating backend with remote "ibmcos:bha-coreos"
2025/08/19 14:01:14 DEBUG : Using config file from "/var/lib/coscsi-config/3d80b31facb6cd6e3f0b4d94b161e706a88be32c7aa5d70faf66f398456c998c/rclone.conf"
2025/08/19 14:01:14 INFO : S3 bucket bha-coreos: poll-interval is not supported by this remote
2025/08/19 14:01:14 DEBUG : S3 bucket bha-coreos: vfs cache: root is "/root/.cache/rclone"
2025/08/19 14:01:14 DEBUG : S3 bucket bha-coreos: vfs cache: data root is "/root/.cache/rclone/vfs/ibmcos/bha-coreos"
2025/08/19 14:01:14 DEBUG : S3 bucket bha-coreos: vfs cache: metadata root is "/root/.cache/rclone/vfsMeta/ibmcos/bha-coreos"
2025/08/19 14:01:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/root/.cache/rclone/vfs/ibmcos/bha-coreos"
2025/08/19 14:01:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name
2025/08/19 14:01:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/root/.cache/rclone/vfs/ibmcos/bha-coreos" to be canonical ":local{8un-i}:/root/.cache/rclone/vfs/ibmcos/bha-coreos"
2025/08/19 14:01:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/root/.cache/rclone/vfsMeta/ibmcos/bha-coreos"
2025/08/19 14:01:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name
2025/08/19 14:01:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/root/.cache/rclone/vfsMeta/ibmcos/bha-coreos" to be canonical ":local{8un-i}:/root/.cache/rclone/vfsMeta/ibmcos/bha-coreos"
2025/08/19 14:01:14 INFO : S3 bucket bha-coreos: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2025/08/19 14:01:14 DEBUG : S3 bucket bha-coreos: Mounting on "/root/tmp/bha"
2025/08/19 14:01:14 DEBUG : Root:
2025/08/19 14:01:14 DEBUG : >Root: node=/, err=<nil>
2025/08/19 14:02:14 DEBUG : rclone: Version "v1.70.3-DEV" finishing with parameters ["/var/usrlocal/bin/rclone" "mount" "ibmcos:bha-coreos" "/root/tmp/bha" "--allow-other=true" "--config=/var/lib/coscsi-config/3d80b31facb6cd6e3f0b4d94b161e706a88be32c7aa5d70faf66f398456c998c/rclone.conf" "--daemon=true" "--log-file=/var/log/rclone.log" "--vfs-cache-mode=writes" "--log-level" "DEBUG"]
2025/08/19 14:02:14 INFO : S3 bucket bha-coreos: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
```
```
sh-5.1# ps -ef | grep /root/tmp/bha
root 74795 72993 0 14:01 ? 00:00:00 /var/usrlocal/bin/rclone mount ibmcos:bha-coreos /root/tmp/bha --allow-other=true --config=/var/lib/coscsi-config/3d80b31facb6cd6e3f0b4d94b161e706a88be32c7aa5d70faf66f398456c998c/rclone.conf --daemon=true --log-file=/var/log/rclone.log --vfs-cache-mode=writes --log-level DEBUG
root 75154 73024 0 14:02 ? 00:00:00 grep /root/tmp/bha
```