[GH-ISSUE #2047] df -h does not show how much space used about s3fs #1034

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

Originally created by @huntersman on GitHub (Oct 24, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2047

Version of s3fs being used (s3fs --version)

V1.91

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

2.9.2

Kernel information (uname -r)

5.4.213-1.el7.elrepo.x86_64

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

CentOS7

s3fs command line used, if applicable

s3fs myBucket /mount/s3fs -o passwd_file=${HOME}/.passwd-s3fs -o url=http://myIp -o use_path_request_style -o noxmlns -o dbglevel=error -o default_acl=public-read -o logfile=/var/log/s3fs.log -o allow_other

Details about issue

I want to use df -h to see how much space I used about s3fs, but find it always be 0.

Originally created by @huntersman on GitHub (Oct 24, 2022). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2047 #### Version of s3fs being used (s3fs --version) V1.91 #### Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse) 2.9.2 #### Kernel information (uname -r) 5.4.213-1.el7.elrepo.x86_64 #### GNU/Linux Distribution, if applicable (cat /etc/os-release) CentOS7 #### s3fs command line used, if applicable ``` s3fs myBucket /mount/s3fs -o passwd_file=${HOME}/.passwd-s3fs -o url=http://myIp -o use_path_request_style -o noxmlns -o dbglevel=error -o default_acl=public-read -o logfile=/var/log/s3fs.log -o allow_other ``` ### Details about issue I want to use `df -h` to see how much space I used about s3fs, but find it always be 0.
kerem closed this issue 2026-03-04 01:50:50 +03:00
Author
Owner

@gaul commented on GitHub (Oct 24, 2022):

s3fs cannot store this information. You can calculate it yourself via du -s /mount/s3fs.

<!-- gh-comment-id:1288772947 --> @gaul commented on GitHub (Oct 24, 2022): s3fs cannot store this information. You can calculate it yourself via `du -s /mount/s3fs`.
Author
Owner

@huntersman commented on GitHub (Oct 24, 2022):

s3fs cannot store this information. You can calculate it yourself via du -s /mount/s3fs.

I got it, thank you

<!-- gh-comment-id:1288842850 --> @huntersman commented on GitHub (Oct 24, 2022): > s3fs cannot store this information. You can calculate it yourself via `du -s /mount/s3fs`. I got it, thank you
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#1034
No description provided.