Help in installing XP to a new harddrive, master/slave concerns.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I'm currently running on an 80G hard drive. I just got a new 160, and
would like to make this my primary.

Should I uninstall the old one, and install the new one first as the master,
and then put the old one in set to slave? I have about 50G of music files
that I personally recorded with my band, and they're irreplaceable. I want
to be able to transfer the files to the new drive once installed, and want to
be sure that path/file naming won't mess that up. I really want the larger
drive as my primary though. Please help if you can, thanks!
 
To be really safe, set the new drive as primary and do a clean install of
XP.. now install the old drive as slave.. leave all of your music files and
documents on the old drive and import mail to the new drive.. delete
everything else.. now your files are safe on the slave drive..
 
Do I install the new drive as "C"? (I have a D and E cd/dvd as well). If
so, when I put the old one back, how does that work? Will I be able to use
the programs installed on it as well, or just move files around? Step by
step instructions if you could please, I can be an idiot sometimes =) THANKS!
 
many hard drives come with software so that you can "clone" the new drive
from the old. If the drive did not come with it, check the MFG web site.


Wayne
 
Hi,

It's a safe (relatively) way of doing it. Programs will need to be
reinstalled, but you should still be able to manipulate data files. To be
safe, you should copy irreplacable files to CD or other media before doing
anything.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Associate Expert - WindowsXP Expert Zone

Windows help - www.rickrogers.org
 
As long as the new drive is installed alone, it will be C by default.. doing
it this way leaves your original installation untouched, so recovery of
important stuff is easy.. as Rick said, applications will have to be
installed, but when you put the old drive back as a slave, you can
re-organise at your leisure..
 
GentleFurie said:
Hi, I'm currently running on an 80G hard drive. I just got a new 160, and
would like to make this my primary.

Should I uninstall the old one, and install the new one first as the master,
and then put the old one in set to slave? I have about 50G of music files
that I personally recorded with my band, and they're irreplaceable. I want
to be able to transfer the files to the new drive once installed, and want to
be sure that path/file naming won't mess that up. I really want the larger
drive as my primary though. Please help if you can, thanks!


As another poster wrote, the manufacturer of the new drive probably
makes free software available to "clone" an image of your old drive
onto the new one. The best way to do cloning, though, is to use a
utility such as Norton Ghost (which now incorporates PowerQuest's
Drive Image) to do the cloning. Tell the utility to put the contents of the
old hard drive into a "primary" partition on the new hard drive and to copy
the MBR (Master Boot Record) - both necessary for it to be bootable.
Once this is done, everything - the entire OS and your data - will be on
the new hard drive and you can reformat the old hard drive and use it as
a backup medium or for extra storage.

If you think you might want to use the old OS as a backup OS in the
event the new hard drive crashes, don't reformat the old hard drive.
Just prepare the new OS for booting by booting it for the 1st time in
isolation from the old OS. If the new OS sees the old OS during its
1st boot-up, the new OS will have some pointers set to point back to
the old OS and the new OS will thereafter depend on the continued
presence of the old OS. To prevent that, just disconnect the old hard
drive and put the new hard drive in its place when you boot the new one
for the 1st time. It really doesn't matter which hard drive is Master or
Slave, but it keeps you having to adjust the BIOS' boot sequence if you
jumper the new hard drive to be the same as the jumpering had been
for the old hard drive (presumably Master) and jumper the old hard drive
to be the opposite. Otherwise, if you use Cable Select mode, you can
bypass Master/Slave jumpering altogether and just use the position on
the IDE ribbon cable to determine Master and Slave. After the new hard
drive boots up for the 1st time, subsequent boots can have the new OS
see the old OS without a problem.

When the new hard drive boots up, the new OS will be on the "C:"
drive, and the old hard drive will just be given a name such as
"Local Disk (E:)", and you can drag 'n drop files between the drives.
If you want to boot the old OS, just add an entry in the new OS's boot.ini
file (at C:\boot.ini) which points to it. Assuming the old OS is on the 1st
partition of the old drive, and the old drive is 2nd in the BIOS' boot
sequence, that is in relative position "1" to the start of the boot sequence
(all of which are probable), just use Notepad to add the line:

multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Old WinXP system" /fastdetect

as the last line to the existing boot.ini file which probably looks
something like this:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="New WinXP system" /fastdetect


In the above file, the text between the quotes is purely arbitrary,
and you can set it to whatever you think makes sense to you. And
you can set the 'timeout=' value to whatever number of seconds
you want to have to make up your mind about which OS to boot.
Thereafter, when the new hard drive's boot manager activates at
boot time, it will list the two boot.ini file entries, and you can select
which OS boots up - the new WinXP or the old WinXP. *And* you
can still use the old hard drive to save files.

Have fun!

*TimDaniels*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top