Kevin Diffily wrote:
> I am looking for a Disk Imaging Solution for Linux, especially a way
> to copy a pre configured image as an initial install. Any ideas?
I'm wrestling with this exact problem at my company now. I'm looking into either
using a kickstart floppy disk and booting over the net
I am looking for a Disk Imaging Solution for Linux, especially a way
to copy a pre configured image as an initial install. Any ideas?
InterNetWorkingSolutions
Your home for Business and Personal Computing Solutions
i would like to use dd to make a disk image that I can either transfer to
another disk and/or save as a backup.
Can anyone tell me if the following syntax will work.
As you notice i have no options in use, and basically i would like to know
if i need any.
dd if=/dev/hda1 | gzip -9 > backup.hda1.