mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #1529] unable to access MOUNTPOINT /**/: No such file or directory #807
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#807
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 @golfwanlop on GitHub (Jan 22, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1529
Additional Information
I can't enable to access MOUNTPOINT /images/: No such file or directory
example command: s3fs mybucketv2 /images/ -o endpoint=us-west-2
Version of s3fs being used (s3fs --version)
Amazon Simple Storage Service File System V1.87 (commit:unknown) with GnuTLS(gcrypt)
Kernel information (uname -r)
_command result: unable to access MOUNTPOINT /images/: No such file or directory
MacOS v10.15.4
@gaul commented on GitHub (Jan 22, 2021):
Do you have a
/images/directory? If notmkdir /images@golfwanlop commented on GitHub (Jan 23, 2021):
I think /image/ is directory on S3. Actually MOUNTPOINT is on local machine right?
@bhuiyanmobasshir94 commented on GitHub (Oct 26, 2023):
If anyone wants help for local folder mounting to s3 bucket, can go through this stackoverflow.com/a/77369021/7195890