mounting Linode object storage on linode Instance.
Hi
We have linode instances and today i have purchased Linode object storage. I would like to mount this object storage on Linodes Centos 7.8.
I have tried
s3fs my-mc-bucket /test -o passwd_file=/etc/passwd-s3fs -o url=https://us.east1.linodeobjects.com/ -o endpoint=li1385-187.members.linode.com -o use_path_request_style -o dbglevel=info
This command mounting duplicate as root
2.s3fs my-mc-bucket /test -o url=https://us-east-1.linodeobjects.com/ -o passwd_file=/etc/passwd-s3fs
Nothing Mounting.
Please share any working solution.
thnaks in advance
Prassadh
2 Replies
Object Storage is different than Block Storage, in that this storage solution does not mount to your Linode.
With Object Storage, the files exist in a bucket, which you can access in a couple of different ways. A Linode is not required to have Object Storage.
You can learn more with our guide: How to Use Linode Object Storage