ABXZone Computer  Forums



Welcome to the ABXZone Computer Forums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Reply
 
LinkBack Thread Tools Display Modes
Old 04-11-2008, 11:10 PM   #1
Registered User
 
maraud's Avatar
 
Join Date: Dec 2006
Posts: 298
Copy Hard Drives


I am trying to copy my C drive and D drive to a new hard drive called Backup drive K. Drive K will be used only if the C or D drive dies so that I do not loose data and minimize down time.
I have tried to drag C to K in my computer and it won't copy. Does anyone know how to do it?

(Offline)   Reply With Quote
Old 04-11-2008, 11:45 PM   #2
Eschews Obfuscation
 
Join Date: Sep 2003
Location: Connecticut, USA
Posts: 1,297
Re: Copy Hard Drives

A running operating system can't copy itself. Also, having two identical c drives in the system at the same time will cause problems. You should use a drive imaging program to create an image file(s) of your c drive, and store that image on your backup drive. The imaging program will provide for a bootable cd or floppy that can restore the image to a replacement c drive (or to the original c drive, if the drive still works but you want to do a restore due to a corruption problem).

Alternatively, you could use some of these programs to create a clone of your c drive, which would be identical to it, but you would want to disconnect it from the system before rebooting into Windows. Imaging is a better approach, in part because you can periodically redo the image, so that it is up to date, without reconnecting and disconnecting drives.

A little searching will lead you to several drive imaging programs, including Acronis True Image, Ghost, Terabyte Unlimited's programs, ShadowProtect, and others. I use Drive Image 2002, which is no longer available. To get started, I suggest looking at this thread:

looking for a new back-up program

Regards,
-- Al
__________________
"I didn't say I didn't say it. I said that I didn't say that I said it. I want to make that very clear."
-- George Romney, in 1968, while campaigning for the Republican nomination for President of the United States.
(Online)   Reply With Quote
Old 04-12-2008, 10:56 AM   #3
Virus? What I am not sick
 
rjs735's Avatar
 
Join Date: Jan 2003
Location: Central Florida
Posts: 1,822
Re: Copy Hard Drives

I used acronis True Image home ver 10. I copied win2k from one drive to the other. Flipfloped them rebooted and was good to go. I also used it to copy a 40gb 4 partition to a 250gb 4 partition XP pro Sp2/win98 se dual boot worked fine. In this case it even new to ask copy proportional due to the size difference.

Also in this case I used an internal drive to copy from and the copy to drive was externally connected usb sata drive. When I got thru I placed the external in the internal slot.
__________________
Asus P4S8x 2.0 Ghz Celeron Ram 512MB WDC 80GB HD SATA WDC 80GB SATA Memorex DUAL DVD/RW Win98SE/XP pro
Asus P2b-F Cel 450 Ram 256MB W98 SE
Optorite CDRW WD 40GB
Asrock P4combo P4 346 Xp Pro Sp 3 SATA HD SATA DVD/RW
Foxconn 925EX 550 XP Media SP2 Sata HD Sata DVD/RW
Foxconn 925EX 550 Xp SP2
Asrock 775Dual 550 Xp pro SP2
IBM T23 1.3hz RAM 512MB XP pro SP2
All systems are networked
Konica Minolta Color Laser
Samsung clp-315 Color laser
Dlink 655 Dlink G650 Wireless
(Offline)   Reply With Quote
Old 04-12-2008, 12:24 PM   #4
Registered User
 
JBNimble's Avatar
 
Join Date: Jul 2001
Location: MD
Posts: 610
Re: Copy Hard Drives

I also use True Image to clone hard drives. Never tried/trusted the image approach.

For drives other than C:
the following DOS xcopy command works, even with XP.

For example, to copy partition e: to partition f:
xcopy e: f:/e/c/h/r/k/s/v/d

This will NOT create an exact copy. It will update any files on F: that are older than on E:
and also it will add any new files from E: to F:

It will NOT remove from f: files which are absent on e:

I have two hard drives -- one as a backup of the other. Each has two partitions -- one for OS & applications, the second for my creations.
I use xcopy frequently to backup the second partition (E: on my primary drive & F: on my backup drive).
And I don't want RAID backup, since my approach allows me to choose when to backup.

For W95 & W98 & ME, this command WOULD handle the C: partition, but it does not work on C: with later OS versions.

__________________
Taxation -- the power to enslave
(Offline)   Reply With Quote
Old 04-12-2008, 01:37 PM   #5
Virus? What I am not sick
 
rjs735's Avatar
 
Join Date: Jan 2003
Location: Central Florida
Posts: 1,822
Re: Copy Hard Drives

I have used the above successfully. Run the program from the run command line. From within the booted OS.

I also have run the very same command with the same options from a dos prompt. You have to have boot disc or now cd with the all the req commands available on the boot disc or cd like format etc if you need them.


I have successfully created a bootable duplicate if memory servers me right from the dos prompt obviously only for win98.

There is also freebie called xxcopy which has more function than the xcopy or xcopy32 commands.
__________________
Asus P4S8x 2.0 Ghz Celeron Ram 512MB WDC 80GB HD SATA WDC 80GB SATA Memorex DUAL DVD/RW Win98SE/XP pro
Asus P2b-F Cel 450 Ram 256MB W98 SE
Optorite CDRW WD 40GB
Asrock P4combo P4 346 Xp Pro Sp 3 SATA HD SATA DVD/RW
Foxconn 925EX 550 XP Media SP2 Sata HD Sata DVD/RW
Foxconn 925EX 550 Xp SP2
Asrock 775Dual 550 Xp pro SP2
IBM T23 1.3hz RAM 512MB XP pro SP2
All systems are networked
Konica Minolta Color Laser
Samsung clp-315 Color laser
Dlink 655 Dlink G650 Wireless
(Offline)   Reply With Quote
Old 04-12-2008, 09:33 PM   #6
Registered User
 
maraud's Avatar
 
Join Date: Dec 2006
Posts: 298
Re: Copy Hard Drives

Thanks to all for the great info, Since I have old copies of Power Quest drive copy and partition magic, I will probably purchase Shadow protect.
(Offline)   Reply With Quote
Old 04-12-2008, 11:13 PM   #7
Eschews Obfuscation
 
Join Date: Sep 2003
Location: Connecticut, USA
Posts: 1,297
Re: Copy Hard Drives

You're welcome!

As a point of interest, I believe the reason that the command the other posters' mentioned allows copying "c" when running W98, but not when running XP, is as follows: W98 (and 98SE and ME and 95) are dos-based, and essentially Windows runs "within" dos (i.e., on a dos "platform"). XP is not dos-based, and, conversely, the dos-like command prompt that XP provides runs "within" Windows.

Regards,

-- Al
__________________
"I didn't say I didn't say it. I said that I didn't say that I said it. I want to make that very clear."
-- George Romney, in 1968, while campaigning for the Republican nomination for President of the United States.
(Online)   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.1
vBulletin Skin developed by: vBStyles.com