[GH-ISSUE #1699] s3fs command hangs and doesn't mount s3 bucket #877

Open
opened 2026-03-04 01:49:37 +03:00 by kerem · 0 comments
Owner

Originally created by @cmccabe0728 on GitHub (Jun 25, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1699

After I issue the s3fs mounting command, I get do not get any error messages but the command hangs and the bucket doesn't mount. I ran the command using a few flags and the output is below. Thank you :).

Version of s3fs being used (s3fs --version)

V1.89

Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)

fuse-2.9.2-11.amzn2.src.rpm

Kernel information (uname -r)

4.14.232-176.381.amzn2.x86_64

GNU/Linux Distribution, if applicable (cat /etc/os-release)

NAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel fedora"
VERSION_ID="2"
PRETTY_NAME="Amazon Linux 2"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3amazon:amazon_linux:2"
HOME_URL="https://amazonlinux.com/"

s3fs command line used, if applicable

s3fs -d -d -f -o f2 bucket mountpoint -o allow_other,rw,umask=022 -o passwd_file=${HOME}/.passwd-s3fs -o dbglevel=info -f -o curldbg

/etc/fstab entry, if applicable

N/A

s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)

if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
see additional details for debugging

Details about issue

curl.cpp:RequestPerform(2287): HTTP response code 200
 INIT: 7.19
 flags=0x00000039
 max_readahead=0x00020000
 max_write=0x00020000
 max_background=0
 congestion_threshold=0
 unique: 1, success, outsize: 40

Originally created by @cmccabe0728 on GitHub (Jun 25, 2021). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1699 After I issue the s3fs mounting command, I get do not get any error messages but the command hangs and the bucket doesn't mount. I ran the command using a few flags and the output is below. Thank you :). #### Version of s3fs being used (s3fs --version) V1.89 #### Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse) fuse-2.9.2-11.amzn2.src.rpm #### Kernel information (uname -r) 4.14.232-176.381.amzn2.x86_64 #### GNU/Linux Distribution, if applicable (cat /etc/os-release) NAME="Amazon Linux" VERSION="2" ID="amzn" ID_LIKE="centos rhel fedora" VERSION_ID="2" PRETTY_NAME="Amazon Linux 2" ANSI_COLOR="0;33" CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2" HOME_URL="https://amazonlinux.com/" #### s3fs command line used, if applicable s3fs -d -d -f -o f2 bucket mountpoint -o allow_other,rw,umask=022 -o passwd_file=${HOME}/.passwd-s3fs -o dbglevel=info -f -o curldbg #### /etc/fstab entry, if applicable N/A #### s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs) _if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages_ see additional details for debugging ### Details about issue ``` curl.cpp:RequestPerform(2287): HTTP response code 200 INIT: 7.19 flags=0x00000039 max_readahead=0x00020000 max_write=0x00020000 max_background=0 congestion_threshold=0 unique: 1, success, outsize: 40 ```
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#877
No description provided.