Tagged Questions
1
vote
5answers
1k views
Creating a 80GB image with dd on a FAT32 drive
I have a question concerning the creation of an drive image with dd.
Normally i would simply type: "dd if=/dev/foo of=/dev/bar". But in this case i only have a fat32 formatted drive at hand, which ...
3
votes
2answers
2k views
Mount dd image with multiple partitions
I have created an image of a disk using dd using the command dd if=/dev/sdb of=/jobs/image.dd. The SATA drive /dev/sdb has 3 partitions on it (one NTFS, two FAT32).
How do I mount the complete image ...
1
vote
7answers
912 views
dd and drive imaging
When you image a drive with dd, you get a image usually of the same exact size of the drive. You can compress the image, but that is really Dependant on how many continuous null's or zeros their are ...