2012-01-14 20:33, JD skrev:
Dear all,
I have a dd image of a windows disk.

I run

losetup /dev/loop0 winDrive.dd

Then

fdisk -l /dev/loop0

and it shows there is 1 partition:

/dev/loop0p1 ....etc ..... etc.

However, I seem to have no way of mounting the partition, because
device loop0p1 does not exist in /dev directory.

Short of dumping the dd image onto another hard drive, is there
a way to mount the ntfs partition  in the dd image?



Why not just mount the file as described in "man mount":

THE LOOP DEVICE
       One  further possible type is a mount via the loop device. For
       example, the command

              mount /tmp/disk.img /mnt -t vfat -o loop=/dev/loop

       will set up the loop  device  /dev/loop3  to  correspond  to
       the  file /tmp/disk.img, and then mount this device on /mnt.

--
Regards
Jon Ingason
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to