RAID

Suche nach Partitionstabellen auf einem Image:

sigfind -o 510 55aa image_a.E01

Block size: 512 Offset: 510 Signature: 55AA
Block: 1024 (-)

Schauen ob es passt:

mmls -o 1024 image_a.E01

DOS Partition Table
Offset Sector: 1024
Units are in 512-byte sectors

Mounten mit xmount und bereitstellen als Virtualbox VDI. Offset wird hier in Sektoren angegeben.

xmount --in ewf image_a.E0? --offset $((1024*512)) --cache /tmp/image_cache.ovl --out vdi /image_vdi