Hi. I am trying to recover the partition called [DATA] and there are 4 recoverable partition with that same name, as from the picture.
Could someone tell me how to translate the numbers from attached picture? I need to find out which one to recover.
i.e. 5420 7 35 29827 126 59 392195977 [data]
How could I translate this number, 392195977, into MB?
Any way that I can tell which DATA partition was deleted the latest, out of the four?
I was trying to merge DATA partition with unallocated space.
After it successfully merged, I ended up with one giant partition with unallocated space.
I had to then format it to see if anything is in it. I have not written anything on it since then.
Thanks for your help. TestDisk is my last hope!
how to read numbers on TestDisk
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
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
-
- Posts: 1
- Joined: 28 May 2012, 21:16
how to read numbers on TestDisk
- Attachments
-
- testdisk.png (27.94 KiB) Viewed 2260 times
Re: how to read numbers on TestDisk
Numbers are :
Start of partition, in Cylinder/Head/Sector
End of the partition, in Cylinder/Head/Sector
Size of the partition in sectors.
If your disk geometry is C/255/63, the starting and ending position may be converted in LBA like this :
LBA = Cx255x63 + Hx63 + S -1
And size depends on sector size (often 512 bytes).
Start of partition, in Cylinder/Head/Sector
End of the partition, in Cylinder/Head/Sector
Size of the partition in sectors.
If your disk geometry is C/255/63, the starting and ending position may be converted in LBA like this :
LBA = Cx255x63 + Hx63 + S -1
And size depends on sector size (often 512 bytes).