WANTED: Low Level Disc Sector editor for LINUX
Booted up the PC the other day and was faced with a kernel panic. Deeper investigation revealed that the Partition Table was corrupt. I was stupid and instead of using Knoppix to try to guess the partition info, I overwrote it. I then proceeded to be even more stupid and reinstalled Linux. Now I have an EXT2 partition, Swap Partition, and ReiserFS partition... same sizes as before.. EXCEPT the ReiserFS has less data on it than it used to. I know the old data is still there, just the new reiser tree isn't aware of it. What I want to do is troll through all the sectors of the partition that is flagged as a ReiserFS, find the data, and pull it off to another drive. To do this I need to ignore the ReiserFS tree and simply scan from the first sector to the last. Is there a tool out there that will do this?
|