Copying files from hard drive to hard drive

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
TinyTim
Advanced Member
Posts: 900
Joined: Sun Apr 15, 2001 12:00 pm
Location: Delaware

Copying files from hard drive to hard drive

Post by TinyTim »

I recently purchased a 40 gb western digital hard drive and wanted to transfer all of my files and stuff from the origional 7gig hdd that is currently in my computer now. My first attempt to do this was unsuccessful as it copied all of the files, but failed to transfer any of the .dll files??? I am scratching my head on this one as it is the first time i have attempted to do this. Anyone know what I am doing wrong here?
Fee was a buddhist prodigy...
Long past the age of maturity...
Someday he knew it would set him free...
Like it did for Floyd...
The Chimpanzee...
TEH WIN
SG Elite
Posts: 9055
Joined: Fri Aug 17, 2001 7:35 pm

Post by TEH WIN »

Did you do it through windows?

Try it through DOS

boot to dos thru a boot disk and type "copy c:\ d:\" without the quotes where c:\ and d:\ are the source and destination, respectivly
Originally posted by UnitedWeStand Don't go walking up to her and say "I just had a vasectomy wanna celebrate?
Originally posted by EvilAngel Actually Kitten just got the sonagram done and the doc thought it was twins at first, but soon realized that it was the boys pen1s laying next to him....lol
Said by XSeanX on AIM I wish girls were a lot easier
Originally posted by Needlefreak May the fleas of a thousand taliban camels feast happily on your lower region..:p :D
Originally posted by Jim Heart attack on a bun?
TinyTim
Advanced Member
Posts: 900
Joined: Sun Apr 15, 2001 12:00 pm
Location: Delaware

Post by TinyTim »

i did it through windows....i will try it through dos though, that would make a little more sense for it to work that way....thanks
Fee was a buddhist prodigy...
Long past the age of maturity...
Someday he knew it would set him free...
Like it did for Floyd...
The Chimpanzee...
sattien
Regular Member
Posts: 128
Joined: Tue Jul 17, 2001 6:33 am
Location: Outside

Post by sattien »

Actually the best way to do this is to use a drive/partition-imaging/cloning software like Norton Ghost or PowerQuest DriveImage. But if you don't have one of these, another alternative would be to get into DOS mode and use the xcopy command:

xcopy c:\ d:\ /s/h

This will copy everything from one drive to another, including all sub-directories and hidden/system files.
User avatar
Norm
SG VIP
Posts: 14195
Joined: Tue Mar 27, 2001 12:00 pm

Post by Norm »

I use a file called xxcopy. See my response in This Thread
lost9999
Member
Posts: 24
Joined: Mon Oct 08, 2001 11:21 am

Post by lost9999 »

You can use the data life guard program on Western Digital's website. You can do a drive to drive copy. It's free when you buy the drive.
Post Reply