How do I copy from HD <--> HD?

djchemistry

Senior member
Mar 9, 2000
856
0
0
Just a quick question. My utility disk that came with my maxtor just crapped out. Where can I get a program to copy one drive (C) to another (D). They are not partitions but two separate drives. Drive D is new. Can I do it within DOS?
 

aUt0eXebat

Banned
Oct 9, 2000
2,353
0
0
i belive you can do this in DOS, an xcopy command or a copy command, that just does the files though, did you want a mirrored copy? or just the files copied? if you want a mirrored copy then you need a special program....
 

artemedes

Senior member
Nov 3, 1999
778
0
0
Reseach a program called Ghost. I think it is made by symantic, but not sure. Sorry i can't give you any more info. But I have heard this is good for that kind of thing.
 
Jan 10, 2001
88
0
0
that ghost program can be found on norton symantech. But u must install it to your comp. It copy mirror of u hd. (- Runs at windows)
 

Smbu

Platinum Member
Jul 13, 2000
2,403
0
0
Ghost is a good program. For some reason I couldn't get Norton Ghost 2001 to run right on my system, but Ghost 5.1 works fine. I copied everything from my not quite full 10gb Maxtor 5400 rpm hd to my 9.1gb U160 IBM Ultrastar 36LZX 10k rpm hd just fine. Now I have the Ultrastar as my boot drive(C).
 

bacillus

Lifer
Jan 6, 2001
14,517
0
71
FOR W95, W98 &amp;ME - You can use the XCOPY32 program.

On your desktop, start, programs, assessories, go to the MSDOS prompt.
Change the directory to: C:\Windows\Command
Next, type this command:

XCOPY32 C:\*.* D:\ /c /e /h /k

This assumes the new drive letter is D.

The command line switches tell Xcopy32 to copy everything, including all subdirectories, hidden files, and system files, and to preserve the long file names and file attributes.

 

Noriaki

Lifer
Jun 3, 2000
13,640
1
71
I used drive image to move my boot partition from my 30gig 75GXP to my 45gig. It took all of about 3 minutes (4gig partition), and then I switched my BIOS to boot from master first, and then it was like I'd never changed drives.
 

NuovoTech

Senior member
Oct 9, 1999
962
0
0
>Can I do it within DOS?

Yes, but if ya use XCopy32 in &quot;real mode&quot; you will lose all your long filenames! If ya want to do this you'll need special utilities as stated above. EzDrive also works well, tho you'll have 2 buy it unless Maxtor offers a free version on their support site that will only work with their drives. I know WestrnDigital does, not sure bout Maxtor.

If ya use XCopy32 from a DOS window as bacillus states, which works fine for me as a weekly backup, I suggest:

XCOPY32 C:\*.* D:\ /Q /V /H /I /C /K /E /R /Y