#2965·s3fs-fuse

did the fstab mount options change? AlpineLinux

Author: agowaCreated Aug 23, 2026Updated Aug 23, 2026

Additional Information

Version of s3fs being used (s3fs --version)

Amazon Simple Storage Service File System V1.97 with OpenSSL

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

fuse3-3.18.2-r0

Provider (AWS, OVH, Hetzner, iDrive E2, ...)

BackBlaze B2

Kernel information (uname -r)

6.18.44-0-virt

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

Alpine Linux v3.24

How to run s3fs, if applicable

[] command line
[x] /etc/fstab

bucket-name    /mnt/bucket-name    fuse.s3fs    _netdev,allow_other,url=https://s3.eu-central-003.backblazeb2.com/ 0 0

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

# mount -a
mount: /mnt/bucket-name: fsconfig() failed: fuse: Unknown parameter 'url'.
       dmesg(1) may have more information after failed mount system call.

Details about issue

Unable to mount an s3 bucket via fstab. Not sure why.