Remix.run Logo
FerretFred 2 hours ago

In a couple of decades running Linux installations of all flavours, I have never seen anything in lost+found!

pixl97 2 hours ago | parent | next [-]

Yea, run an old kernel with ext2 on a busy system writing a bunch of small files and have a power supply fail and you'll end up with something there.

fsck on large hard drives was scary on how long it could take to finish.

Sophira an hour ago | parent [-]

The occassional "Drive has not been checked in <n> days, forcing check" message on bootup got annoying sometimes, yeah. It could easily take tens of minutes to finish, exactly when I wanted to use the computer!

(At least this is what my memory is telling me. I could be mistaken, but that's what I remember.)

13 minutes ago | parent | prev | next [-]
[deleted]
lokar 2 hours ago | parent | prev | next [-]

You need to use worse hardware and bad power :)

pkaye an hour ago | parent | next [-]

I used to develop SSD firmware and one of things I worked on is making it robust to power failure. The power supplies have lots of capacitance so the voltage drop was slow so we would use a special test board that would disconnect from power and discharge fast to test it.

doublepg23 18 minutes ago | parent [-]

Thank you for your service!

marcosdumay an hour ago | parent | prev | next [-]

And more concurrent writes.

But I think ext4 will only let things appear there if you change some default flags.

FerretFred 2 hours ago | parent | prev [-]

Umm .. how about a Raspberry Pi Zero 2W powered by a 2000MaH " lipstick style" powerbank?

arendtio 2 hours ago | parent | prev | next [-]

Same here. And I had some pretty f**ed up file systems.

At one point, I had one where the directory structure was completely broken and had circles in it (broken SSD). To be fair, in that particular case, I did not look for lost+found and just wrote a tool to extract the data manually that I was looking for.

JdeBP 2 hours ago | parent | prev | next [-]

That's what the answers are missing, of course. In some filesystem formats, it's possible either to recover completely from a journal/intent log, or at least to recover everything to the point that recovered files can be placed into the correct directory.

mixmastamyk 2 hours ago | parent | prev | next [-]

Have to run fsck. This used to be forced about once a month but don’t remember it happening in the last decade or so.

int0x29 2 hours ago | parent | prev | next [-]

My SD cards have always had stuff in that folder. It scares me. I try not to look

2 hours ago | parent | prev [-]
[deleted]