mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #2290] Use s3fs version 1.92 to generate a large number of hidden ".fs-detect" files in the mount root directory. What does this do? #1142
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#1142
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 @huihuikj on GitHub (Aug 23, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2290
Use s3fs version 1.92 to generate a large number of hidden ".fs-detect" files in the mount root directory. What does this do?
Additional Information
Version of s3fs being used
V1.92
Version of fuse being used
2.9.2
Kernel information
3.10.0-862.el7.x86_64
How to run s3fs, if applicable
@gaul commented on GitHub (Sep 8, 2023):
s3fs does not generate these files -- some other process on your system is doing this. If you compile from master then
ee49ca4abfshould tell you which pid is responsible. Can you try this and tell us what is creating these?@huihuikj commented on GitHub (Sep 14, 2023):
Sorry, after our investigation, we found that it was caused by the monitoring written by the business side.