[GH-ISSUE #1731] docker: There is no enough disk space for used as cache(or temporary) directory by s3fs. #889

Open
opened 2026-03-04 01:49:42 +03:00 by kerem · 1 comment
Owner

Originally created by @molandim on GitHub (Jul 25, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1731

Version of s3fs being used (s3fs --version)

s3fs --version
Amazon Simple Storage Service File System V1.89 (commit:unknown) with GnuTLS(gcrypt)

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

example: 2.9.4

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

FROM debian:bullseye-slim

Details about issue

After running the command s3fs -o use_cache=s3fs_cache bucket_name folder_name and I am getting the message
fs: There is no enough disk space for used as cache(or temporary) directory by s3fs.

I have tried to not use_cache, to set file cache size to 0, but nothing really matters, the error is always the same.

Originally created by @molandim on GitHub (Jul 25, 2021). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1731 #### Version of s3fs being used (s3fs --version) s3fs --version Amazon Simple Storage Service File System V1.89 (commit:unknown) with GnuTLS(gcrypt) #### Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse) _example: 2.9.4_ #### GNU/Linux Distribution, if applicable (cat /etc/os-release) FROM debian:bullseye-slim ### Details about issue After running the command `s3fs -o use_cache=s3fs_cache bucket_name folder_name` and I am getting the message `fs: There is no enough disk space for used as cache(or temporary) directory by s3fs.` I have tried to not use_cache, to set file cache size to 0, but nothing really matters, the error is always the same.
Author
Owner

@FATruden commented on GitHub (Sep 27, 2021):

we have the same problem, some times.
mount options:

s3fs test:/ /s3/dir -o url=http://our-endpoint -o use_path_request_style -o allow_other -o multipart_size=32 -o sigv2 dbglevel=info -o ro

Amazon Simple Storage Service File System V1.87

<!-- gh-comment-id:927667238 --> @FATruden commented on GitHub (Sep 27, 2021): we have the same problem, some times. mount options: ``` s3fs test:/ /s3/dir -o url=http://our-endpoint -o use_path_request_style -o allow_other -o multipart_size=32 -o sigv2 dbglevel=info -o ro ``` Amazon Simple Storage Service File System V1.87
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#889
No description provided.