- Backing up C: drive for use on new hard drive.
- Posted by Lasagna stained wooden leg on April 20th, 2008
Hey Pro's,
I need to install a larger primary hard drive. Instead of having to
re-install all my software, I would like to initially install the new
hard drive as a secondary drive, make an exact copy of my C: drive to
the new drive. Then pull the drives out, plug the new drive in as
the primary, and hopefully boot right up.
What is the best way to accomplish this? Xcopy?
- Posted by HeyBub on April 20th, 2008
Lasagna stained wooden leg wrote:
Ordinary copy methods (XCOPY, etc.) will not work and cannot be made to work
because they don't know of the existence of system data (Master Boot Record,
partition tables, etc.).
Use the utility made for just this purpose from the new hard-drive's
manufacturer.
- Posted by Pegasus \(MVP\) on April 20th, 2008
"HeyBub" <heybub@gmail.com> wrote in message
news:Oh1ECgwoIHA.4928@TK2MSFTNGP04.phx.gbl...
While the cloning utility supplied by the disk manufacturer is the
best option, you can actually use tools such as xcopy.exe,
provided you do it like so:
1. Temporarily install the source and the target disk as slave
disks in some other WinXP PC.
2. Partition & format the target disk.
3. Use xcopy or robocopy to copy all files from the source to
the target disk. Make sure to include hidden files and file
permissions.
If you have a Bart PE boot CD then you can even do this on
the current PC.
- Posted by 3c273 on April 21st, 2008
Most new hard drives come with migration software that will do all of this
for you. Maxblast is for Maxtor drives. Check the website of your drive
manufacturer.
Louis
"Lasagna stained wooden leg" <drummer.in.tx@gmail.com> wrote in message
news:cff67f08-efa1-4c02-b582-a156df2d3dcd@l64g2000hse.googlegroups.com...