unable to mount s3 in command line linux
Ramadass K
9 Posts
August 13, 2021, 10:14 amQuote from Ramadass K on August 13, 2021, 10:14 amHi 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
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
admin
2,930 Posts
August 13, 2021, 10:17 pmQuote from admin on August 13, 2021, 10:17 pmAs 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.
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.
Last edited on August 13, 2021, 10:18 pm by admin · #2
unable to mount s3 in command line linux
Ramadass K
9 Posts
Quote from Ramadass K on August 13, 2021, 10:14 amHi Team,I followed the below mentioned steps.but mounting not happening.Bucket name:abhishekauthentication 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
admin
2,930 Posts
Quote from admin on August 13, 2021, 10:17 pmAs 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.
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.