mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-24 21:06:02 +03:00
[GH-ISSUE #2778] fuse: Unknown parameter 'nomixupload' #1296
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#1296
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 @fxzxmic on GitHub (Jan 1, 2026).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2778
Additional Information
Version of s3fs being used (
s3fs --version)V1.97
Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)3.17.3
Provider (
AWS,OVH,Hetzner,iDrive E2, ...)Cloudflare R2
Kernel information (
uname -r)6.18.2-0-virt
GNU/Linux Distribution, if applicable (
cat /etc/os-release)Alpine Linux 3.23
How to run s3fs, if applicable
s3fs syslog messages (
grep s3fs /var/log/syslog,journalctl | grep s3fs, ors3fs outputs)Details about issue
@fxzxmic commented on GitHub (Jan 1, 2026):
If I remove
nomixupload, the error changes to:@gaul commented on GitHub (Jan 2, 2026):
Does this only happen via fstab or can you reproduce the symptoms when directly invoking s3fs?
@q0ntinuum commented on GitHub (Jan 10, 2026):
I have the same issue using alpine 3.23 (with
use_path_request_style), the problem appears only when using fstab.Mounting with s3fs works well.
@devhaozi commented on GitHub (Jan 27, 2026):
Only happen via fstab, and it appears that fuse refuses to resolve these s3fs parameters.
@devhaozi commented on GitHub (Jan 27, 2026):
For reference only, modifying the fstab entry to the following format can resolve the issue:
@fxzxmic commented on GitHub (Jan 28, 2026):
Are you sure? The error I'm seeing is: "unknown filesystem type 'fuse3'."Got it — I need to install the fuse3 package.