From: Louis on
Hello !

An hard disk partition table is corrupted and one of its partitions is
no longer accessible/visible.

Before using a partition recovery tool, I'd like to make a copy of this
entire disk - including the areas which are now in "twilight zone".

Most, if not all, disk imaging/cloning softwares I know will
image/clone existing partitions - which would obviously exclude the
unaccessible partition of the corrupted disk.

Can you recommend a software to make an exact bit-per-bit copy of the
entire disk ?

Thanks

PS: while on the subject, any experience/opinion on partition recovery
softwares such as Acronis Disk Director or Active@ Partition Recovery ?


From: Arno Wagner on
Previously Louis <not_valid(a)spam.com> wrote:
> Hello !

> An hard disk partition table is corrupted and one of its partitions is
> no longer accessible/visible.

> Before using a partition recovery tool, I'd like to make a copy of this
> entire disk - including the areas which are now in "twilight zone".

> Most, if not all, disk imaging/cloning softwares I know will
> image/clone existing partitions - which would obviously exclude the
> unaccessible partition of the corrupted disk.

> Can you recommend a software to make an exact bit-per-bit copy of the
> entire disk ?

> Thanks

> PS: while on the subject, any experience/opinion on partition recovery
> softwares such as Acronis Disk Director or Active@ Partition Recovery ?

dd_rescue under Linux, e.g. from a Knoppix Linux CD. Similar
functionality to dd, but you get a progress indicator.
Comparison for same contents can be done with the standard
utility "cmp" under Linux, just use the disk device
special files as input, e.g. "cmp /dev/sda /dev/sdb".

Arno

From: Man-wai Chang ToDie on
> Before using a partition recovery tool, I'd like to make a copy of this
> entire disk - including the areas which are now in "twilight zone".

Under Linux, you could use dd.

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 7.04) Linux 2.6.23.13
^ ^ 20:52:01 up 4:05 0 users load average: 0.00 0.00 0.00
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa/
From: Man-wai Chang ToDie on
Man-wai Chang ToDie wrote:
>> Before using a partition recovery tool, I'd like to make a copy of
>> this entire disk - including the areas which are now in "twilight zone".
>
> Under Linux, you could use dd.
>

And you should copy/dd the entire disk to another disk A, and then
attempt recovery on disk A rather than original. DO NOT touch/write
anything to the original (watch out for those automatic stuff).

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 7.04) Linux 2.6.23.13
^ ^ 20:52:01 up 4:05 0 users load average: 0.00 0.00 0.00
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa/
From: mscotgrove on
On Jan 10, 12:12 pm, Louis <not_va...(a)spam.com> wrote:
> Hello !
>
> An hard disk partition table is corrupted and one of its partitions is
> no longer accessible/visible.
>
> Before using a partition recovery tool, I'd like to make a copy of this
> entire disk - including the areas which are now in "twilight zone".
>
> Most, if not all, disk imaging/cloning softwares I know will
> image/clone existing partitions - which would obviously exclude the
> unaccessible partition of the corrupted disk.
>
> Can you recommend a software to make an exact bit-per-bit copy of the
> entire disk ?
>
> Thanks
>
> PS: while on the subject, any experience/opinion on partition recovery
> softwares such as Acronis Disk Director or Active@ Partition Recovery ?

I've found Partition Table Doctor works

Michael