pradeepgn / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

Can mount bucket but not a path in bucket #411

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Detailed description of observed behavior:

What steps will reproduce the problem - please be very specific and
detailed. (if the developers cannot reproduce the issue, then it is
unlikely a fix will be found)?
i have a bucket conataining a folder called images , it was filled by w3tc 
wordpress plugin, when i mount the bucket without a path all works fine. but 
when i mount a path(images) it executes without errors but i can't access or 
list the mount path with error "Transport endpoint is not connected" , knowing 
that if i create any new folder through AWS console i can mount it normally and 
use it, it's only that "images" folder and it's subfolders that gives the 
mentioned error when mounted. 

note: when i mount that (/images) path the permissions are changed to dashes 
and question marks.
===================================================================
The following information is very important in order to help us to help
you.  Omission of the following details may delay your support request or
receive no attention at all.
===================================================================
Version of s3fs being used (s3fs --version):
2.9.3
Version of fuse being used (pkg-config --modversion fuse):
1.74
System information (uname -a):
Linux ip-172-31-40-44 3.4.76-65.111.amzn1.x86_64 #1 SMP Tue Jan 14 21:06:49 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
Distro (cat /etc/issue):
mazon Linux AMI release 2013.09
s3fs command line used (if applicable):
sudo s3fs <bucket-name>:/images images  -o noatime -o allow_other -o uid=501 -o 
gid=501 -o default_acl=public-read-write -o nonempty
/etc/fstab entry (if applicable):

s3fs syslog messages (grep s3fs /var/log/syslog):

Original issue reported on code.google.com by alii.ho...@gmail.com on 16 Feb 2014 at 7:35

GoogleCodeExporter commented 8 years ago
Also encountered a similar issue, however i was able to mount a single level 
path, however when trying for a second level /path/to/ it returns this error.

Original comment by warwick....@gmail.com on 19 Feb 2014 at 2:39

GoogleCodeExporter commented 8 years ago
For me at least it was a problem with the folder ownership on s3 , seems like 
w3tc wordpress plugin creates folder on s3 with messed persmissions/ownership , 
i solved it by using bucket explorer and create the same folder again, after 
that it worked without losing any data.

Original comment by alii.ho...@gmail.com on 19 Feb 2014 at 7:20

GoogleCodeExporter commented 8 years ago
Hi, all

Do you have a problem yet?
If you have yet, please run s3fs with "-d" or "-f" or both and get s3fs's logs.

* Now this s3fs codes are moved on Github, there is latest version on it. 
please use latest version.
  (https://github.com/s3fs-fuse/s3fs-fuse)

Thanks in advance for your help.

Original comment by ggta...@gmail.com on 12 May 2014 at 2:18