I have a DD image of an NTFS partition. My laptop hard disk was starting to be broken apart and I managed to put together a DD image out of it.

Code:
losetup --partscan --find --show disk.img


mount /dev/loop0p1 /mnt
Or is there a more effective way than that? Thanks a lot