I've a disk image done with dd:
dd if=/dev/sda of=/mnt/fulldisk.img
/dev/sda
have some partitions (Windows+Linux)
My problem is: I need to know if the image is done well, how can I access data? (especially Linux data)
I've tried with Windows utilities like ext2explorer or directly mounting the image, but I cannot access data.
Is there a way to do it (with Windows or Linux)?