I am trying to recover data of of a failed archive drive for a friend. The drive resided in a NAS case to save important business info. The drive contains the only copy of the data. The case power supply failed rendering the case useless. The drive file table has been rendered corrupted in the process. Installing the drive in a new case and booting Windows displays the drive - but Windows Explorer asks you to insert a disk when it is clicked.
Switching to Ubuntu - drive does not mount properly (shows errors - unable to mount) Gparted shows the drive with an exclamation (partition error). Ran Testdisk and selected to Write partition table with no change. Ran Photorec which recovered a series of inch x inch image files of page size files (eg. cut an A4 page into inch x inch squares - get the point?).
I have an image of Gparted's error but not able to post due to my current forum rep level.
Switch back to Windows to try chkdsk /f, which gave an error drive not available.
Are there any other ways to recover or rebuils the partition table so I can successfully mount and recover the drive?
For interest sake, sudo fdisk -l displays:
Disk /dev/sdd: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x862715b5
Device Boot Start End Blocks Id System
/dev/sdd1 * 63 488375999 244187968+ 7 HPFS/NTFS/exFAT
Also tried sudo ntfs-3g -o force,rw /dev/sdd1 /home/andrew/recovery and it says invalid parition, unable to mount.