[GH-ISSUE #1928] Connecting to S3 for Thousand genomes data #972

Closed
opened 2026-03-04 01:50:19 +03:00 by kerem · 2 comments
Owner

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:

aws s3 ls s3://1000genomes/data/NA21143/alignment/ --no-sign-request

The command I'm running which fails:

s3fs -o public_bucket=1 s3:/1000genomes/data/NA21143/alignment/  ~/S3_Mount/

Where ~/S3_Mount/ is just an empty directory on my local machine.

Any help would be appreciated!

Thanks,
Phil

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: ``` aws s3 ls s3://1000genomes/data/NA21143/alignment/ --no-sign-request ``` The command I'm running which fails: ``` s3fs -o public_bucket=1 s3:/1000genomes/data/NA21143/alignment/ ~/S3_Mount/ ``` Where ~/S3_Mount/ is just an empty directory on my local machine. Any help would be appreciated! Thanks, Phil
kerem 2026-03-04 01:50:19 +03:00
  • closed this issue
  • added the
    need info
    label
Author
Owner

@gaul commented on GitHub (Jun 12, 2022):

s3fs does not use the s3:// syntax. Please try:

s3fs -o public_bucket=1 1000genomes:/data/NA21143/alignment/ ~/S3_Mount/

Note colon after bucket name).

<!-- gh-comment-id:1153167331 --> @gaul commented on GitHub (Jun 12, 2022): s3fs does not use the `s3://` syntax. Please try: ``` s3fs -o public_bucket=1 1000genomes:/data/NA21143/alignment/ ~/S3_Mount/ ``` Note colon after bucket name).
Author
Owner

@gaul commented on GitHub (Sep 8, 2023):

Please reopen if your symptoms persist.

<!-- gh-comment-id:1710963961 --> @gaul commented on GitHub (Sep 8, 2023): Please reopen if your symptoms persist.
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#972
No description provided.