Skip to main content

All Questions

Tagged with
0 votes
1 answer
2k views

Searching for strings in a dd image, extracting data from it

I am trying to recover the contents of a text file that became corrupt following a power outage. The file size is still correct (14 MB), but the text in the lower half of it has been replaced by ...
MaxTexts's user avatar
3 votes
1 answer
3k views

Linux command to get FAT32 sectors of a file

I'd like to find an equivalent command to debugfs but for FAT32 partitions within Linux. I need to list all the sectors corresponding to a specific file (I'm working on a disk imaged with dd). If ...
supervic's user avatar