Y
Hacker News
new
|
ask
|
show
|
jobs
by
cout
1578 days ago
How do other filesystems avoid this? It seems like a hard problem in general.
1 comments
formerly_proven
1578 days ago
Many other filesystems have one or more arrays for metadata. Sometimes these are formatted like files themselves. So a tool to recover it only has to guess at those contiguous arrays, instead of considering essentially any block metadata.
link