Stephane Bouchard wrote:
> 
> Hi,
> 
> I don't know but for make the setup of a computer network with window, an
> image of a disk is the faster ( with Ghost ). Anybody know if an image
> software is available on linux?
> 
> St�phane
> 

Yes.  It is called dd(1).  If you have a secondary drive you want to
copy to:

$ dd if=/dev/hd[source drive] of=/dev/hd[dest drive] bs=1024k
ie: if=/dev/hda of=/dev/hdc

Will copy the hard drive, boot sector and all, to a similar (or larger)
hard drive.  You should boot to single-user mode first (although if you
don't it won't cause problems).  If you mess up the if= and of= args, it
is all over.  Upon bootup, it will fsck the first time, then everything
is good.

DriveImage claims to be able to image a Linux drive as well.

---
Michael M. Morrison
VP/Chief Technical Officer
Hyperion Technologies, Inc.
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to