Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#188474 - 06/11/2003 15:59 cloning hard drives in windows...
image
old hand

Registered: 28/04/2002
Posts: 770
Loc: Los Angeles, CA
i recently installed a hotswap ata-raid system that accepts ide drives on my work system. i plan to use it to clone drives whenever i need to.... i am working with symantec ghost, which seems to only do the dirtywork in DOS. i'd love to be able to clone a hdd without leaving windows.... any apps that you guys recommend? before anyone says it, dd is an acceptible option only if i can control the resulting partition sizes, like what i can do in ghost right now.

Top
#188475 - 06/11/2003 16:13 Re: cloning hard drives in windows... [Re: image]
robricc
carpal tunnel

Registered: 30/10/2000
Posts: 4931
Loc: New Jersey, USA
xcopy [source] [destination] /c /h /e /k /r
Souce/destination can be something like c: or a directory. This will just copy the files from one drive/directory to another. If you are using Win9x, you will have to sys the drive afterwards to make it bootable.

Example:
xcopy c:\*.* d: /c /h /e /k /r
will copy all of drive C: to drive D:
_________________________
-Rob Riccardelli
80GB 16MB MK2 090000736

Top
#188476 - 06/11/2003 16:44 Re: cloning hard drives in windows... [Re: robricc]
time
enthusiast

Registered: 20/11/2000
Posts: 279
Loc: Pacific Northwest
Every time I try this type of copy I run into files that are open/inuse by Windows and the copy fails. Perhaps I wasn't using all those same switches.

Top
#188477 - 06/11/2003 16:48 Re: cloning hard drives in windows... [Re: time]
andy
carpal tunnel

Registered: 10/06/1999
Posts: 5914
Loc: Wivenhoe, Essex, UK
Exactly. I wouldn't recommend using xcopy if you really need a clone of the drive, Ghost or something similar is a much better approach.

Ghost and things like it drop out of Windows to clone drives for the very reason that you can't copy certain files while Windows has them open.
_________________________
Remind me to change my signature to something more interesting someday

Top
#188478 - 06/11/2003 17:18 Re: cloning hard drives in windows... [Re: andy]
image
old hand

Registered: 28/04/2002
Posts: 770
Loc: Los Angeles, CA
btw, the system i got was this. i'm very happy with it.

yeah, xcopying doesnt copy over the mbr or any hidden ntfs streams. but i would imagine if windows relinquished control of the hard drives in question, then it can get a perfect copy easily. just need to find an app that doesnt run on the windows software layer.


Top
#188479 - 06/11/2003 17:34 Re: cloning hard drives in windows... [Re: time]
robricc
carpal tunnel

Registered: 30/10/2000
Posts: 4931
Loc: New Jersey, USA
Yeah, the switches are what will prevent xcopy from failing when it tries to copy the pagefile, etc.

I can't even remeber what all them do. I just remember the word 'checker' to remeber which ones you need.

Yeah, xcopy will just copy all the files off a drive.
_________________________
-Rob Riccardelli
80GB 16MB MK2 090000736

Top
#188480 - 07/11/2003 09:47 Re: cloning hard drives in windows... [Re: robricc]
davec
old hand

Registered: 18/08/2000
Posts: 992
Loc: Georgetown, TX USA
I was going to post a question related to this, but I'll do it here instead of a new thread...

My second WD drive is dying (2 in 2 years), and I need to get a new one going before it dies totally. It's doing that clicking noise every so often now. There's way too much data to try to archive then restore on a new drive.
If I do an xcopy as Rob posted, can I then boot to that copied disk and continue as if it were the original drive that is dying, or is there more to it than that? What I'd like to do is copy it, then boot to the new one and send the dying/dead one in for warranty replacement. Also I am assuming xcopy is a DOS command, correct? Thanks...
_________________________
Dave Clark Georgetown, Texas MK2A 42Gb - AnoFace - Smoke Lens - Dead Tuner - Sirius Radio on AUX

Top
#188481 - 07/11/2003 09:56 Re: cloning hard drives in windows... [Re: davec]
robricc
carpal tunnel

Registered: 30/10/2000
Posts: 4931
Loc: New Jersey, USA
If you are using Win9x, you can use xcopy (yes, it is run from a command prompt within windows) then do 'sys c: d:' to transfer the boot record. I am not sure about NT-based Windows though.
_________________________
-Rob Riccardelli
80GB 16MB MK2 090000736

Top
#188482 - 07/11/2003 10:25 Re: cloning hard drives in windows... [Re: robricc]
Roger
carpal tunnel

Registered: 18/01/2000
Posts: 5682
Loc: London, UK
On NT-based Windows, you'll need to use DriveCopy or Ghost.

_________________________
-- roger

Top
#188483 - 07/11/2003 10:52 Re: cloning hard drives in windows... [Re: Roger]
Conscientious
stranger

Registered: 30/10/2003
Posts: 36
Agreed. On any Microsoft product, it's probably best to use Ghost 6.5 or 7.x. If you are "cloning" a raid config, it's best to use DriveCopy.

Top
#188484 - 07/11/2003 11:36 Re: cloning hard drives in windows... [Re: Roger]
image
old hand

Registered: 28/04/2002
Posts: 770
Loc: Los Angeles, CA
well, looks like Drive Image 7 from Powerquest supports cloning without leaving Windows, so I'm going to try it out. Seems like it achieves this using sector to sector copies. Hopefully, it achieves what i'm trying to do. thanks for pointing me to DriveCopy.... wouldnt have found DriveImage without it.

Top