Comment #2 on issue 359 by
mamtapre...@gmail.com: Curl 7.28, 7.31 break
Hi, I am trying to mount a S3 bucket in an Amazon Ec2 (Red Hat Enterprise
Linux 6.4 for Cluster Instances machine). T get the following messages.
[root@ip-172-31-9-231 s3fs]# s3fs -o allow_other -o use_cache=/tmp
bryteflowcdc /mnt/s3/bryteflowcdc
[root@ip-172-31-9-231 s3fs]# grep s3fs /etc/mtab
s3fs /mnt/s3/bryteflowcdc fuse.s3fs rw,nosuid,nodev,allow_other 0 0
[root@ip-172-31-9-231 s3]# ls -l
ls: cannot access bryteflowcdc: Transport endpoint is not connected
total 0
Other details
[root@ip-172-31-9-231 s3]# pkg-config --modversion fuse
2.9.1
[root@ip-172-31-9-231 s3fs]# s3fs --version
Amazon Simple Storage Service File System 1.73
Copyright (C) 2010 Randy Rizun <
rri...@gmail.com>
License GPL2: GNU GPL version 2 <
http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Any ideas on how to rectify the Transport endpoint not connected error.
Thanks
MP