Computing.Net > Forums > Disk Operating System > Copy Drive in DOS

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Copy Drive in DOS

Reply to Message Icon

Name: devil_online
Date: February 16, 2002 at 10:08:26 Pacific
Comment:

Hi, I want to know how to copy a entire drive to another in dos. Like D: to C:. Tanks



Sponsored Link
Ads by Google

Response Number 1
Name: Secret_Doom
Date: February 16, 2002 at 13:19:17 Pacific
Reply:

I'm not completely sure about this, but I think it's this:

xcopy/e c:\*.* d:\

-- Secret_Doom - Leonardo Pignataro --

secret_doom@hotmail.com
www.batch.hpg.com.br


0

Response Number 2
Name: Todd Truman
Date: February 16, 2002 at 21:34:49 Pacific
Reply:

xcopy d:\*.* c:\ /s/e/h/i/y

however it will not overwrite any system file in use if the target is c: , and will abort the copy. if going c: d: and the file is in use, again it will abort the copy. You can set switches to ignore errors, but in the event of an S attributed file being in use, all bets are off. To use these swithes must be in GUI mode of command prompt. to get all switches, type xcopy /? on command prompt running from windows.


0

Response Number 3
Name: name
Date: February 18, 2002 at 09:13:38 Pacific
Reply:

xcopy does not work right, period. There was even a couple of webpages to that effect.

If you are trying to clone a drive, you need Norton GHost or something similar. Works fine, lasts a long time, runs from a floppy.


0

Response Number 4
Name: fred6008
Date: February 20, 2002 at 21:06:34 Pacific
Reply:

XCOPY C: D: /S (or /E)
The problem with xcopy is you cannot copy the complete Windows directory while running Windows, and you cannot xcopy long filenames from a startup disk boot. Also hidden and system files can't be copied from most versions of XCOPY.


0

Response Number 5
Name: waptec
Date: May 2, 2002 at 19:28:16 Pacific
Reply:

/----------------common-----------------\
|setup the destination drive with fdisk |
|make partition "active" |
|do not sys it or format it |
|reboot your computer |
|source drive=c destination drive=d |
|boot clean aka f5 |
-----------/
---------if os=dos622------------------
scandisk c:/autofix/nosummary
defrag c:/f/sd
attrib -r -a -s -h c:\*.*/s
wait a long time
format d:/u/c/autotest
xcopy c:\*.* d:/e/v
setup destination drive=c reboot
--------------if os=win9(x)----------
boot=f5
dissable vurtual memory
msconfig = turnoff all start tsr's
reboot=f5
format d: in gui
xcopy32 c:\*.* d:/h/i/c/k/e/r/y


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Copy Drive in DOS

Can I have 6 Floppy Drives in DOS? www.computing.net/answers/dos/can-i-have-6-floppy-drives-in-dos/6762.html

Can I have 4-6 floppy drives in DOS? www.computing.net/answers/dos/can-i-have-46-floppy-drives-in-dos/6848.html

Proprietary CD-Rom Drive in DOS www.computing.net/answers/dos/proprietary-cdrom-drive-in-dos/11853.html