DMDE can reconstruct a logical volume from two or more spanned drives.
To construct a spanned volume, we go to ...
- Drive -> Construct RAID
select JBOD/Spanned from dropdown list
Menu -> Add Disk -> OK
r-click disk and select Partition / Offset / Segment
select appropriate values for First, Last and Number of Sectors
You will be adding two disks, 4TB then 5TB.
The first section of the spanned volume is on the 4TB drive. We know that first sector is 264192 but we don't know the last sector of this section.
The second section of the spanned volume is on the 5TB drive. We know that the last sector is 9767540735 but we don't know the first sector of this section.
We know that the size of the 9TB NTFS CELULARES volume is (ultimo sector - primer sector) + 1. Unfortunately the ultimo sector is not completely visible in the screenshot.
We now need to find the end sector of the first section, and the start sector of the second section. Then we can stitch the two sections together. This is the hard part.
I would start with the 5TB drive and go to sector 34. View it in hexadecimal. Then Page-Down until you find stuff that looks like data. There should be a point where the data changes abruptly. This will most probably be the first sector of the second spanned section. Once you have determined the sector number, you can then fill in the missing numbers for the start and end sectors. DMDE will then present you with a virtual 9TB NTFS volume.
To test whether you have stitched the two sections at the correct boundary, double-click the 9TB virtual volume and expand the Root. Select a file which you expect is on the 5TB drive and recover it to another drive. A JPEG or ZIP would be a good choice for testing.
Here is a similar thread:
https://forums.tomshardware.com/thr...ddenly-missing-dynamic-disks-invalid.3512772/