dd works and is a standard unix tool so it's probably already installed. For example to make an image of hda: dd if=/dev/hda of=/pathtosave/hda.img Or to copy an image to hda: dd if=/pathtoimagefile/hda.img of=/dev/hda
~Scott On January 15, 2003 01:57 pm, Roy Souther wrote: > Has anyone seen a program that works like www.symantec.com Ghost only is > open source? > We need to install many identical systems via network and be unattended. > I know Red Hat has some thing that works like this but we need it for > other versions of Linux. > > Roy Souther > www.SiliconTao.com > > Changing the way people do business.
