March 1st, 2008 | #2 |
5 Cups of Ubuntu | [SOLVED]: mount dd image of and entire disk Ok i figured it out. You need to do a fdisk -u -l ./disk_image . Code: [cowgod@ubuntu ~]$ fdisk -u -l /mnt/storage/disk_image You must set cylinders. You can do this from the extra functions menu. Disk /mnt/storage/disk_image: 0 MB, 0 bytes 255 heads, 63 sectors/track, 0 cylinders, total 0 sectors Units = sectors of 1 * 512 = 512 bytes Disk identifier: 0x41172ba5 Device Boot Start End Blocks Id System /mnt/storage/disk_image1 63 64259 32098+ de Dell Utility /mnt/storage/disk_image2 * 64260 78108029 39021885 7 HPFS/NTFS Partition 2 has different physical/logical endings: phys=(1023, 254, 63) logical=(4861, 254, 63) then mount like this: Code: [cowgod@ubuntu ~]$ sudo mount -o loop,offset=32901120 -t auto /mnt/storage/disk_image /home/cowgod/Desktop/drive_image |
20100728
mount dd image of and entire disk
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment