[GH-ISSUE #13] Can see folders but can't mount them #8

Closed
opened 2026-03-04 01:41:06 +03:00 by kerem · 6 comments
Owner

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.

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 <bucketname>:/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.
kerem closed this issue 2026-03-04 01:41:06 +03:00
Author
Owner

@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.

<!-- gh-comment-id:37842870 --> @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.
Author
Owner

@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!

<!-- gh-comment-id:39238814 --> @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!
Author
Owner

@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.

<!-- gh-comment-id:39585197 --> @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.
Author
Owner

@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:

Hi, KMontag42

So "-d" option did not output anything, if you can please run s3fs foreground manually.

s3fs -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.


Reply to this email directly or view it on GitHub.

<!-- gh-comment-id:39586446 --> @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: > Hi, KMontag42 > > So "-d" option did not output anything, if you can please run s3fs foreground manually. > > s3fs -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. > > — > Reply to this email directly or view it on GitHub.
Author
Owner

@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

<!-- gh-comment-id:40881837 --> @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
Author
Owner

@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,

<!-- gh-comment-id:41469687 --> @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,
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#8
No description provided.