Finding difference between .RAW/QCOW images and partition

13 views Asked by At

Are there any available tools for locating the filesystem differences between an image (.RAW) and the image when written to a partition.

In other words, given a image.raw if I write that image to a partition with something like dd if=image.raw of=/dev/sdaX can I later find what files have been changed on the partition.

0

There are 0 answers