this post was submitted on 08 Oct 2025
669 points (99.3% liked)

Tech Support Memes

3142 readers
269 users here now

Memes about IT and computer related things, funny screenshots, or things you see out in the wild.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Echolynx@lemmy.zip 6 points 1 day ago (1 children)

I have lost+found on my Linux drives... what am I doing wrong?

[โ€“] luciferofastora@feddit.org 12 points 21 hours ago

Nothing.

If you run fsck (filesystem check), it will look for blocks of data that look like files, but have no actual filename attached. Simplified, that can happen as a result of unexpected shutdowns (like kernel panic) or IO conflicts (where one process deletes the file but the other writes data to where the file used to be). If fsck finds such "lost files", it will put them in lost+found on the respective volume.

If you have trouble with missing files after a crash, it might be worth looking for them there. Otherwise, it probably doesn't matter.