Hacker News new | ask | show | jobs
by londons_explore 1578 days ago
Seems like something pretty fixable too... Only scan areas of the disk which aren't part of already valid filesystem structures, including the users files.
3 comments

It's kind of the point of fsck that it scans areas of the disk which aren't part of already valid filesystem structures. It's what you run when your filesystem structure is invalid in order to recover as much as you can.
And then the user deletes that file, and it's not a part of a file anymore, but is still stored somewhere on a disk.
ResierFS allow metadata in everywhere. That’s how they allow sharing a ext2fs and resierfs on same disk during conversion