Re: Duplicating Hard Disk...

2000-05-28 Thread Duane Clark
Howdy, If you are cloning to an identical disk, then by far the easiest way is to boot into single user mode and then (assuming the original is hda and the copy is hdb): # cp /dev/hda /dev/hdb And yes this will really work! So try it before posting flames! And it will copy Linux, Windoze, and b

Re: Duplicating Hard Disk...[OT]

2000-05-23 Thread Sam Bayne
If you need to do images of lab computers, with network multicasting, etc. check out labexpert, from www.altiris.com. We use it for our labs 'round here. It does IPX/IP multicast, remote reboot, hidden partitions to boot from(don't need boot floppies), centralized database that can be used to dow

RE: Duplicating Hard Disk...

2000-05-23 Thread Richard Harvey Chapman
On Tue, 23 May 2000, Richard Harvey Chapman wrote: > IIRC Ghost and ImageCast are one and the same. Ghost was bought and > renamed. > > but I've been wrong before. I guess I'm wrong. (just checked www.storagesoft.com) R. -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the

RE: Duplicating Hard Disk...

2000-05-23 Thread Richard Harvey Chapman
IIRC Ghost and ImageCast are one and the same. Ghost was bought and renamed. but I've been wrong before. R. On Tue, 23 May 2000, Patrick M. May wrote: > > The community college I worked for/went to purchased Ghost after looking at > it and IC3 (IIRC). IC3 seemed to give you more features, but

RE: Duplicating Hard Disk...

2000-05-23 Thread Patrick M. May
> I would really like to know a way to clone a bootable disk quickly without > having to resort to ghost and it's per workstation ghosted (used to be at > least before Norton bought it, I assume it still is). The community college I worked for/went to purchased Ghost after looking at it and IC3 (

Re: Duplicating Hard Disk...

2000-05-23 Thread tcurl
Thanks for the tip Adam. freshmeat's search engine seems to be having a problem right now. I'll see if I can find it in a while. Tom "Adam Sleight" <[EMAIL PROTECTED]> on 05/23/2000 02:40:48 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:

Re: Duplicating Hard Disk...

2000-05-23 Thread Adam Sleight
check out a program called "mondo" on freshmeat.net...it's like DriveImage Pro for Windows. On Tue, 23 May 2000 13:08:34 -0400 [EMAIL PROTECTED] wrote: # #Ahbaid, # #I'd use a product called Ghost. Boot it from a diskette. It will clone #any HDD to another so long as the second is larger than

Re: Duplicating Hard Disk...

2000-05-23 Thread Bret Hughes
This won't allow a machine to boot from this hard drive will it? I tried the dd deal last week on a 8GB drive and it actually worked but took forever. I also tried the cpio deal before but had to run the install program to get lilo to do it's thing. At some point int the past there was a post a

Re: Duplicating Hard Disk...

2000-05-23 Thread Bhampc.com
The only concern that pops into my mind is that of open/locked files that woudln't be able to copy - although this may be Windoze protocol seeping into the civilized parts of my memory - so you might want to confirm that. : ) It would probably be better to use some sort of disk mirroring program

Re: Duplicating Hard Disk...

2000-05-23 Thread Jasper Jans
| I have a RH box with an ide drive on /dev/hda | I'd like to clone this drive... | | Question: | Can I plug in another IDE drive as say /dev/hdb and run the following | command to do the trick? | | dd if=/dev/hda of=/dev/hdb bs=512 count=1 | | If not, what's the best way? Assume the person doi

Re: Duplicating Hard Disk...

2000-05-23 Thread tcurl
Ahbaid, I'd use a product called Ghost. Boot it from a diskette. It will clone any HDD to another so long as the second is larger than the first. One problem, I think, with your approach is that it does not consider the partitioning of the second HDD. Tom Ahbaid Gaffoor <[EMAIL PROTECTE