Re: Disk Images

2000-01-03 Thread Paul Crossman
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

Disk Images

2000-01-02 Thread Kevin Diffily
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

dd and disk images

1998-04-10 Thread Ross Camm
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.