Problem with Partion recovery from RAW to NTFS

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
Logout
Posts: 1
Joined: 23 Jul 2014, 16:54

Problem with Partion recovery from RAW to NTFS

#1 Post by Logout »

Hi everybody,
I have hardware device (FANTEC QB-35RFEU3) and I set it on RAID 10 with 4 single disk of 2T each.
Now I have 4 TB of space and other 4TB of mirroring backup.
After a problem with an a single HDD I replace it, immediatly the device start to make the REBUILD operation.
After finish it windows doesn't recognize the HDD as NTFS but only on RAW format.

So I run the testdisk software, I'm not an pro user but I follow all the instruction:
I run the program in admin privilege
I create the log file
I select my external HDD
I select the partition table type: INTEL
I select the option "ANALIZE"

I receive a message
"Partition sector doesn't have the endmark 0xAA55"
I continue with "quick search" and after several hours of analysis it gives me this result
"The hard disk is too small, the following partition can't be recovered"

What I have to do?
I attach you the log file the it will be for sure more precise than me.

Code: Select all

Wed Jul 23 11:10:23 2014
Command line: TestDisk

TestDisk 7.0-WIP, Data Recovery Utility, June 2014
Christophe GRENIER <grenier@cgsecurity.org>
http://www.cgsecurity.org
OS: Windows WorkStation 6.2.9200
Compiler: GCC 4.8, MinGW 3.11
Compilation date: Jun 21 2014 09:12:33
ext2fs lib: none, ntfs lib: 10:0:0, reiserfs lib: none, ewf lib: 20120504
disk_get_size_win32 IOCTL_DISK_GET_LENGTH_INFO(\\.\PhysicalDrive0)=500107862016
disk_get_size_win32 IOCTL_DISK_GET_LENGTH_INFO(\\.\PhysicalDrive1)=1900411879424
disk_get_size_win32 IOCTL_DISK_GET_LENGTH_INFO(\\.\PhysicalDrive2)=4000694927360
disk_get_size_win32 IOCTL_DISK_GET_LENGTH_INFO(\\.\C:)=499187187712
filewin32_getfilesize(\\.\D:) GetFileSize err Incorrect function.


filewin32_setfilepointer(\\.\D:) SetFilePointer err Incorrect function.


Warning: can't get size for \\.\D:
disk_get_size_win32 IOCTL_DISK_GET_LENGTH_INFO(\\.\S:)=4000558612480
disk_get_size_win32 IOCTL_DISK_GET_LENGTH_INFO(\\.\V:)=1900275564544
Hard disk list
Disk \\.\PhysicalDrive0 - 500 GB / 465 GiB - CHS 60801 255 63, sector size=512
Disk \\.\PhysicalDrive1 - 1900 GB / 1769 GiB - CHS 231045 255 63, sector size=512
Disk \\.\PhysicalDrive2 - 4000 GB / 3725 GiB - CHS 486390 255 63, sector size=512
Drive C: - 499 GB / 464 GiB - CHS 60689 255 63, sector size=512
Drive S: - 4000 GB / 3725 GiB - CHS 486373 255 63, sector size=512
Drive V: - 1900 GB / 1769 GiB - CHS 231028 255 63, sector size=512

Partition table type default to None
Drive S: - 4000 GB / 3725 GiB
Partition table type: Intel

Analyse Drive S: - 4000 GB / 3725 GiB - CHS 486373 255 63
Current partition structure:

Partition sector doesn't have the endmark 0xAA55

search_part()
Drive S: - 4000 GB / 3725 GiB - CHS 486373 255 63
BAD_RS LBA=574727919 8981528
check_part_i386 failed for partition type 0B
     FAT32                35775  40 25 118538 114 11 1329592244
BAD_RS LBA=1301814762 12031876
check_part_i386 failed for partition type 07
     HPFS - NTFS          348383 145 29 495872   3 49 2369401860
This partition ends after the disk limits. (start=5596782058, size=2369401860, end=7966183917, disk end=7813591040)
Drive S: - 4000 GB / 3725 GiB - CHS 486373 255 63
Check the harddisk size: HD jumpers settings, BIOS detection...
The harddisk (4000 GB / 3725 GiB) seems too small! (< 4078 GB / 3798 GiB)
The following partition can't be recovered:
     HPFS - NTFS          348383 145 29 495872   3 49 2369401860

Results
   L FAT32                35775  40 25 118538 114 11 1329592244
add_ext_part_i386: max
add_ext_part_i386: min

interface_write()
 1 E extended LBA         35775   0  1 118538 254 63 1329603660
 5 L FAT32                35775  40 25 118538 114 11 1329592244
Thanks in advance to everybody
BR
Corrado

Locked