mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #347] Disk space error for other things #182
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#182
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 @will-parsons on GitHub (Feb 5, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/347
I had plenty of disk space. In this case,
/tmp/s3fs_cachedidn't exist. When I created it, the mount worked fine:Additionally, my first attempt gave a similar error because SElinux was enabled and, rightly so, s3fs wasn't allowed to write to /tmp/ for the cache. Disabled SElinux and the mount worked as above.
Suggestions:
use_cachedirectory exists when mounting, and either create it or throw a meaningful erroruse_cachedirectory before attempting to use itThanks :)
@ggtakec commented on GitHub (Feb 6, 2016):
@will-parsons I merged new codes #351.
It throw a error at executing s3fs. so I think that s3fs should not make cache directory, it should be existed before executing s3fs.
@ggtakec commented on GitHub (Apr 2, 2017):
@will-parsons
This problem was fixed by #351, but this fix causes a problem at OS startup like #538.
Therefore, check_cache_dir_exist option was added.
To check the cache directory when starting s3fs, specify this new option together.
It will be revised again, and will inconvenience you.
Regards,