December 29th, 2014, 17:23



December 30th, 2014, 4:57
December 30th, 2014, 6:16
December 30th, 2014, 20:49
Can you see all the files and folders in the first partition, and are they all intact?

IIUC, you have cloned your 160GB HDD to a 160GB image file on a 250GB drive.
sudo ddrescue -n -v dev/sda dev/sdb image logsudo ddrescue -d -r3 -v dev/sda dev/sdb image logsudo ddrescue -d --retrim -r3 -v dev/sda dev/sdb image logI don't use GetDataBack, but ISTM that the two detected partitions span the following sector ranges on your 250GB HDD:
Partition #1 - sectors 19954129 to 183794121
Partition #2 - sectors 163842033 to 312575977


AFAICS, the second partition overlaps the first, which suggests that GDB may have detected a remnant of an earlier installation. Therefore, instead of sector 163842033, I would be looking for a boot sector at 183794122 or later.

December 30th, 2014, 22:42


January 1st, 2015, 5:50
sudo ddrescue -n -v dev/sda dev/sdb image logJanuary 3rd, 2015, 21:48
... you ddrescue-d a 160GB patient HDD to a 160GB image file on a 250GB HDD.You then copied this first image file to a third HDD as an image file,...
sudo lshw -C disk -shortsudo mkfs.ext3 /dev/sdasudo mkdir mnt
sudo mount /dev/sda mnt
cd mnt
sudo mkdir recovery
cd recovery 
...and you finally ddrescue-d the copied image file to the second HDD as a sector-by-sector clone. This means that the first 160GB of the 250GB HDD should be a sector-by-sector clone of the patient HDD. However, it doesn't look that way.

Secondly, the first partition should normally begin at sector 2048.
AIUI, the above command line clones physical drive sda to physical drive sdb and writes the log to a file named "image" in the current directory (assuming that ddrescue doesn't complain about the superfluous "log" parameter at the end).
That said, ddrescue's log viewer screenshot would suggest that a file named "log" was in fact created, so perhaps you mis-remembered the command line in your post.
The second partition begins at 163842033 rather than 163842041, so this still isn't quite right, but it does suggest that there was a problem with your cloning procedure.
Is there an MBR and partition table in sector 19952081 (= 19954129 - 2048)? If so, could we see it?


January 4th, 2015, 5:12
78GiB (Partition1) 71GiB (Partition2)
|-|<------------------------------>|<-------------------------------->|
0 X 149GiB (160GB)
some bad sectors here
|
10GB 78GiB (Partition1) |
|-|<------->|<------------------------------>| V
0 |<-------------------------------->|
71GiB (Partition2) 149GiB (160GB)
January 4th, 2015, 5:20
January 4th, 2015, 16:40
January 4th, 2015, 17:04
data-medics wrote:I'll admit, I haven't read the entire post (I'm not that patient unless I'm getting paid :D ) but might I suggest that possibly you first cloned to an image file using ddrescue, then the second time you used ddrescue you cloned not the image file, but the entire drive containing the image file to the other drive (thus grabbing it's partition table instead)???
Powered by phpBB © phpBB Group.