Hello Jared,
Maybe you have configuration like this:
It can be called “RAID 0 with block size 128KB, one is made on two RAID 5 RS with block size 64KB”. Pay attention to the data blocks 4, 5, 6, 7. They have a nonstandard position. We have faced RAID like this in practical work.
By the way... If you find out exactly what kind of blocks are XOR, then you can easily define using Data Extractor RAID Edition what part of RAID50 is this drive. Just try to autodetect indexes for ReedSolomon (yes, we know, that there’s no RS blocks, but XOR is particular case of RS).
This is complete algorithm:
1. Substitute of RS blocks for XOR;
2. Add all data blocks to the RS sequence;
3. Try to find the area where all members contain non-zero data (just try different RAID LBA);
4. Run autodetection of RS indexes;
5. Data Extractor RAID Edition should recognize the type of XOR-block and which data-blocks are used to calculate this XOR.
Before:
After: