mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #2664] df of the filesytem used always is 0 #1271
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#1271
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 @xsmart on GitHub (Apr 21, 2025).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2664
Additional Information
Version of s3fs being used (
s3fs --version)V1.92
Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)2.9.9
Kernel information (
uname -r)4.19.90-2102.2.0.0062
How to run s3fs, if applicable
s3fs xxxxxx /opt/record -o passwd_file=/root/.passwd-s3fs -o url=http://x.x.x.x:80 -o use_path_request_style -o bucket_size=40TB
Details about issue
the s3fs used is always 0
[root@cloud11 opt]# df
Filesystem 1K-blocks Used Available Use% Mounted on
devtmpfs 16189308 0 16189308 0% /dev
tmpfs 16205788 0 16205788 0% /dev/shm
tmpfs 16205788 16968 16188820 1% /run
tmpfs 16205788 0 16205788 0% /sys/fs/cgroup
/dev/vda1 524266480 8909096 515357384 2% /
tmpfs 16205788 79772 16126016 1% /tmp
s3fs 39062487040 0 39062487040 0% /opt/record
@xsmart commented on GitHub (Apr 21, 2025):
And there has 2G data in the bucket