Understanding "Search Deeper"

How to use TestDisk to recover lost partition
Forum rules
When asking for technical support:
- Search for posts on the same topic before posting a new question.
- Give clear, specific information in the title of your post.
- Include as many details as you can, MOST POSTS WILL GET ONLY ONE OR TWO ANSWERS.
- Post a follow up with a "Thank you" or "This worked!"
- When you learn something, use that knowledge to HELP ANOTHER USER LATER.
Before posting, please read https://www.cgsecurity.org/testdisk.pdf
Locked
Message
Author
Polaczek
Posts: 2
Joined: 08 Oct 2012, 19:34

Understanding "Search Deeper"

#1 Post by Polaczek »

Hello,

Long story short, I accidently wrote an NTFS file system over my EXT4 2TB and then I overwrote the NTFS with an EXT4 partition. I want to recover the original partition and the files in it. I am hoping to use one of the superblocks that I haven't damaged to recover the drive.

When I run testdisk, I do a search but it doesn't pop up the old EXT4. I do a deeper search and testdisk pops up with the EXT4 partition with it's correct label, therefore I am assuming it knows of the old partition. Unfortunately I cannot select this partition even if I let the whole procedure run.

I want to know:
-How does testdisk know of the old partition when a deeper search is done?
-Why can I not select the old partition when I do a deeper search and have test disk make that exact partition for me?

I copy down the information needed to recreate the partition

Code: Select all

(0 0 1 243201 80 63 3907019168 [Data])
I try to create the partition using fdisk but I not able to enter the same parameters to recreate the partition. Please offer me some insight.

Lito
Posts: 83
Joined: 08 Sep 2012, 06:58

Re: Understanding "Search Deeper"

#2 Post by Lito »

Not long ago, another user of this forum, left this link

http://linuxexpresso.wordpress.com/2010 ... in-ubuntu/

May be it contains an answer to your problem.

Best of luck

User avatar
Fiona
Posts: 2835
Joined: 18 Feb 2012, 17:19
Location: Ludwigsburg/Stuttgart - Germany

Re: Understanding "Search Deeper"

#3 Post by Fiona »

Did you format your ext4 partition through another format of ext4 file system?
In this case, you'll need datarecovery software, because you overwrote your previous file system with the new ext4 one.
Please let me know.

Fiona

Polaczek
Posts: 2
Joined: 08 Oct 2012, 19:34

Re: Understanding "Search Deeper"

#4 Post by Polaczek »

I overwrote it with NTFS but aborted halfway (which I don't think matters because I still cleared the partition table)

My issue is how does testdisk still know that the EXT4 partition existed, but doesn't let me recover it.

Locked