Displaying 1 result from an estimated 1 matches for "99a81370".
2006 Jul 14
2
creating disk images
I am familiar with using dd to create a disk image. dd if=/dev/hda1
of=myimge.img
However, is there a way to capture the entire disk image into a file.
I have 3 partitions:
hda1 /
hda2 swap
hda3 /home
and mbr
How can I wrap them all into 1 image file.
Thanks,
Jerry