Suppose you have an ext3 partition which was unfortunately formated as ext4 partition (and where now are some but not a lot new files on it). Is there any way to recover (some) files from the old ext3 partition?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
You can use a tool like PhotoRec to read the blocks and try to recover files. It actually recovers a lot of file types, not just images like the name may suggest. |
|||
|
|
|
It's not easy, but if the data is worth it....you can try to go through the data blocks on disk and attempt to reassemble them. It's probably a heck of a puzzle though. Also, the amount of data you'll get back is not going to be 100% in any event. |
|||||
|