mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #872] Can't mount S3 bucket on Linux #505
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#505
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 @lwg001 on GitHub (Dec 11, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/872
I have s3fs installed and ready to go. I'm to the point where I need to mount the S3 bucket on the OS but I can't seem to get the paths right.
"s3fs mybucket /path/to/mountpoint -o passwd_file=${HOME}/.passwd-s3fs"
What is mybucket? The directory that I want to mount it to is https://s3.console.aws.amazon.com/s3/buckets/cds-datalake/MODEL_VAR_DB/SourceData/temp/
Is mybucket the full path name?
Any advice would be beneficial.
@swt2c commented on GitHub (Dec 12, 2018):
It looks like cds-datalake is probably your bucket name.
@lwg001 commented on GitHub (Dec 12, 2018):
Thanks for the response, the only problem that I have with that is the Datalake folder is huge and I want a sub directory. Is there any way to get a sub directory mounted?
@gaul commented on GitHub (Jan 4, 2019):
You can mount a prefix via:
@ggtakec commented on GitHub (Mar 29, 2019):
I'm sorry for my late reply.
You can mount the directory in bucket to mount point as like to do as @gaul said.
I close this, but if there is an OS you want to support other than above, please create a new issue.
Thanks in advance for your assistance.