Linux mount issue

What is the problem you are having with rclone?

Can't mount an S3 bucket on Linux.

Run the command 'rclone version' and share the full output of the command.

rclone v1.66.0

  • os/version: centos 7.9.2009 (64 bit)
  • os/kernel: 3.10.0-1160.el7.x86_64 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.22.1
  • go/linking: static
  • go/tags: none

Which cloud storage system are you using? (eg Google Drive)

Hitachi Vantara HCP

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount -vvv n3333:n3333/ /test --no-check-certificate

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[n3333]
type = s3
provider = Other
access_key_id = XXX
secret_access_key = XXX
endpoint = t2.hcp-prd.lab.il
### 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

rclone mount -vvv n3333:n3333/ /test --no-check-certificate

2024/04/09 12:17:19 DEBUG : rclone: Version "v1.66.0" starting with parameters ["rclone" "mount" "-vvv" "n3333:n3333/" "/test" "--no-check-certificate"]
2024/04/09 12:17:19 DEBUG : Creating backend with remote "n3333:n3333/"
2024/04/09 12:17:19 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2024/04/09 12:17:19 DEBUG : Resolving service "s3" region "us-east-1"
2024/04/09 12:17:19 DEBUG : fs cache: renaming cache item "n3333:n3333/" to be canonical "n3333:n3333"
2024/04/09 12:17:19 INFO  : S3 bucket n3333: poll-interval is not supported by this remote
2024/04/09 12:17:19 DEBUG : S3 bucket n3333: Mounting on "/test"
2024/04/09 12:17:19 DEBUG : : Root:
2024/04/09 12:17:19 DEBUG : : >Root: node=/, err=<nil>
2024/04/09 12:27:19 DEBUG : : forgetting directory cache

note

ls and lsd commands are working for me.

rclone lsd n3333: --no-check-certificate
-1 2023-01-20 18:26:08 -1 n2
-1 2023-01-20 18:35:00 -1 n3333

rclone ls n3333:n3333/ --no-check-certificate
4397 AAehOqD[1].png
120761 HCP_S-Series_System_Details.json

welcome to the forum,

based on the debug log, the mount command seems to be working.
what is the exact problem?

if the mountpoint is empty, might try --allow-other

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.