Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

unable to mount s3 in command line linux

Hi Team,
I followed the  below mentioned steps.but mounting not happening.
Bucket name:abhishek
authentication file:.passwd-s3fs
#yum install gcc gcc-c++ openssl-devel libstdc++-devel curl-devel libxm12-devel mailcap s3fs-fuse fuse fuse-devel fuse-libs
# vi .passwd-s3fs
#chmod 600 .passwd-s3fs
# mkdir /s3bucket
#s3fs abhishek /s3bucket -o passwd_file=/root/.passwd-s3fs
#df -hT

As per our release notes, we tested with Amazon AWS CLI, Amazon AWS SDK for Python, S3 Browser, Cyberduck.

Not sure about s3fs but some notes:
-Where on the command line or config file do you specify the url of the PetaSAN S3 service : http/https. ip and loadbalancer port ?
-In case you use https, and use a self signed certificate, make sure you configure the certificate to be tusted at the client.