mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #13] Can see folders but can't mount them #8
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AliHosny on GitHub (Feb 16, 2014).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/13
The problem is that i can mount the whole bucket and view all folders inside but when i mount a path like :/images on folder mnt , i can't cd to the folder with error "Transport endpoint is not connected" , the folder images was created through AWS console and filled by w3tc wordpress plugin, 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.
@ggtakec commented on GitHub (Mar 17, 2014):
(Sorry to reply too late)
Could you mount other folders?(but only "/images" folder could not be mounted)
or could not change directory into it in spite of being mounted?
If you did not check object(directory) permission, please check it.
And if you can, please run s3fs with "-d" option and check it's log messages.
Thanks in advance for your help.
@KMontag42 commented on GitHub (Apr 1, 2014):
Hi - I am having a similar issue.
I have chmod 777'd both the parent and to-be-mounted directory.
I can't mount any folders, even though my access keys are correct (I generated new ones and copied them in directly).
I tried to run s3fs with the -d option, but that didn't actually do anything.
Thanks!
@ggtakec commented on GitHub (Apr 4, 2014):
Hi, KMontag42
So "-d" option did not output anything, if you can please run s3fs foreground manually.
s3fs "bucket" "mount-point" "options".... -f -d
Please run s3fs with "-f" and "-d" options, these option put many message on your display.
But I think it helps us for solving this issue.
Thanks in advance for your help.
@KMontag42 commented on GitHub (Apr 4, 2014):
Hey - thanks for the tip!
I got it working the other day by doing this.
<3
Kyle Montag
kmontag@skillz.com | 203-980-2092
SKILLZ
Follow us on our blog: http://www.skillz.com/blog
CONFIDENTIALITY NOTICE: The materials in this electronic mail transmission (including attachments) are private and confidential and are the property of the sender, Skillz Inc. The information contained in the material is intended only for the use of the named addressee(s). If you are not a named addressee, be advised that any unauthorized disclosure, copying, distribution or the taking of any action in reliance on the contents of this material is strictly prohibited. If you have received this electronic mail transmission in error, please immediately notify the sender by sending an e-mail message and thereafter, destroy it immediately.
On Apr 4, 2014, at 12:39, Takeshi Nakatani notifications@github.com wrote:
@AliHosny commented on GitHub (Apr 19, 2014):
Thanks for the help, for me it seems that w3tc wordpress plugin create folders with messed permissions , creating the folder again on bucket explorer solved the problem without losing my files
@ggtakec commented on GitHub (Apr 26, 2014):
Hi, AliHosny
Thanks for replying comment.
If you have a problem about this, please post new issue or let us know.
Regards,