On 7/14/06, Jerry Geis geisj@pagestation.com wrote:
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.
Replacing /dev/hda1 in your dd line by /dev/hda used to work.