Dear all,<br>I have a dd image of a windows disk.<br><br>I run<br><br>losetup /dev/loop0 winDrive.dd<br><br>Then<br><br>fdisk -l /dev/loop0<br><br>and it shows there is 1 partition:<br><br>/dev/loop0p1 ....etc ..... etc.<br>
<br>However, I seem to have no way of mounting the partition, because<br>device loop0p1 does not exist in /dev directory.<br><br>Short of dumping the dd image onto another hard drive, is there<br>a way to mount the ntfs partition  in the dd image?<br>
<br>