mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #1928] Connecting to S3 for Thousand genomes data #972
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#972
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 @Phillip-a-richmond on GitHub (Mar 29, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1928
Hello,
I'm trying to mount the public S3 bucket (s3:/1000genomes) to visualize these large files as a mounted filesystem using Integrative Genomics Viewer (IGV).
I installed s3fs through brew on my Mac (Mac Pro 2019, OS v10.15.7) and it seems to work fine. But when I run the mount command I get a "Device not configured" error after it hangs for a few moments. Perhaps it's the syntax of my command?
The s3 cli equivalent of viewing the data:
The command I'm running which fails:
Where ~/S3_Mount/ is just an empty directory on my local machine.
Any help would be appreciated!
Thanks,
Phil
@gaul commented on GitHub (Jun 12, 2022):
s3fs does not use the
s3://syntax. Please try:Note colon after bucket name).
@gaul commented on GitHub (Sep 8, 2023):
Please reopen if your symptoms persist.