ScootBaloo
Metal Scientist
The boot sector is different to the partition table. The boot sector is used for booting , which you dont care about.
If the partition table is damaged then the drive may not be recoverable.
If you use dd to copy one drive to another , the second drive will contain a byte for byte copy of the first one
so if the first drive has a damaged partition table , then so will the second drive.
I would use the fdisk utility in Linux to examine the partition table. If it is OK , then the partitions should be mountable.
If you cant mount any partitions under Linux, then I reckon your best bet would be to try some sort of disk recovery
software as mentioned in one of the posts above.
If the partition table is damaged then the drive may not be recoverable.
If you use dd to copy one drive to another , the second drive will contain a byte for byte copy of the first one
so if the first drive has a damaged partition table , then so will the second drive.
I would use the fdisk utility in Linux to examine the partition table. If it is OK , then the partitions should be mountable.
If you cant mount any partitions under Linux, then I reckon your best bet would be to try some sort of disk recovery
software as mentioned in one of the posts above.