by Data-Medics » Sun May 07, 2023 11:35 pm
Probably the partition table was on the failed disk. It exists in the first few sectors only so if you lose one of the two disks, there's a 50% chance it's lost.
There is usually a backup copy at the end of the block storage device, so a fair chance there is a copy of the partition table.
Nevertheless, finding the partition start will do little to no good as half the data of each file is lost to the failed disk.
You do know that RAID 0 is a stripe set, not a mirror right. So data is cut into tiny stips and written to two disks at once. So any disk failure results in total loss of all but some of the tiniest of files.
Probably the partition table was on the failed disk. It exists in the first few sectors only so if you lose one of the two disks, there's a 50% chance it's lost.
There is usually a backup copy at the end of the block storage device, so a fair chance there is a copy of the partition table.
Nevertheless, finding the partition start will do little to no good as half the data of each file is lost to the failed disk.
You do know that RAID 0 is a stripe set, not a mirror right. So data is cut into tiny stips and written to two disks at once. So any disk failure results in total loss of all but some of the tiniest of files.