On Fri, Jun 14, 2019 at 07:58:14PM -0500, Colt Boyd wrote: > Is there any way to re-create the array (keeping the data intact) with this > same layout so I could access the data via linux? >From the man page: | When creating an array, --data-offset can be specified as `variable`. | In the case each member device is expected to have a offset appended | to the name, separated by a colon. This makes it possible to recreate | exactly an array which has varying data offsets (as can happen when | different versions of mdadm are used to add different devices). Alternatively, you could simply change partition offsets instead. Move 6144 partition by 2048 sectors so data offset will be 4096, too. Everything with overlays only. Regards Andreas Klauer