
Re: repair ntfsclone damaged image ,error on restore
Hi,
Quote:
is there any hope rescuing a damaged image (damaged while sending over SMB)
There is a valid cluster image at offset 0x35e9 followed by a damaged one starting at offset 0x45ea. The next valid cluster image starts at offset 0x17575b...
The lucky situation is that 0x17575b-0x45ea = 0x171171 and 0x171171 is a multiple of 4097. So there must exist a sequence of 369 consecutive clusters damaged in between.
Try to fill the gap from 0x45ea to 0x17575b with all bytes set to 0x01 (after making a backup of your original file...). Add 0xeef6b000 to get the offsets in your original file.
Regards
Jean-Pierre