It depends on what you actually saved. If it was the complete partitioned disk, then you need to run "
kpartx -av /path/to/image.dd" to get the internal partitions mapped as devices under /dev/mapper. Then you can mount those just like any other device. If it was just the one partition, then you do not use
kpartx, and you need to use the "--loop" option on the mount command
Code:
mount -o loop /path/to/image.dd /path/to/mount/point