Changing Hard Drives

A

André Gulliksen

Patch said:
I have XP Pro installed on a small drive (15 Gig). It is formatted
with NTFS. I would like to transfer the entire install on this drive
to a different 60 Gig that is formatted in Fat 32. I have burned a
copy of the NTFS drive to a DVD. What's the best way to do this? I
might add that this is a dual-boot, so I can boot to a 30 Gig drive
where I could restore the DVD backup to the C: drive. Will the new HD
need to be formatted NTFS first?

You will either need to reinstall and then move documents and other data, or
you will have to use third party software such as Ghost. You cannot simply
copy the OS and expect it to work.
 
P

Patch

I have XP Pro installed on a small drive (15 Gig). It is formatted with
NTFS. I would like to transfer the entire install on this drive to a
different 60 Gig that is formatted in Fat 32. I have burned a copy of the
NTFS drive to a DVD. What's the best way to do this? I might add that this
is a dual-boot, so I can boot to a 30 Gig drive where I could restore the
DVD backup to the C: drive. Will the new HD need to be formatted NTFS first?

Thanks
 
G

grep

I'd certainly recommend using NTFS over FAT32 anyway. Is there a reason
you need to keep the 60Gb drive as FAT32? Is there something on it you
want to keep, or something?

The way I'd do it would be to install the 60Gb drive, as a secondary
drive. Make both disk Dynamic, and then mirror the 15Gb drive to the 60.
When that's complete, you should be able to pull the 15 and let the
machine boot using the 15Gb partition on the 60. Of course, it will be
unmirrored, and you'll need to break that mirror, at some point. Since
the disk is dynamic, you'll also be able to expand it to the full 60Gb
later, if you want.

Andre, is there a reason that wouldn't work?

grep
 
G

Gerry Cornell

grep

Patch wrote "this is a dual-boot". Implying another version of
Windows -perhaps Windows 98?

--


Hope this helps.

Gerry
~~~~~~~~~~~~~~~~~~~~~~~~
FCA

Using invalid email address

Stourport, Worcs, England
Enquire, plan and execute.
~~~~~~~~~~~~~~~~~~~~~~~~
Please tell the newsgroup how any
suggested solution worked for you.



~~~~~~~~~~~~~~~~~~~~~~~~
 
A

André Gulliksen

grep said:
The way I'd do it would be to install the 60Gb drive, as a secondary
drive. Make both disk Dynamic, and then mirror the 15Gb drive to the
60. When that's complete, you should be able to pull the 15 and let
the machine boot using the 15Gb partition on the 60. Of course, it
will be unmirrored, and you'll need to break that mirror, at some
point. Since the disk is dynamic, you'll also be able to expand it to
the full 60Gb later, if you want.

Andre, is there a reason that wouldn't work?

I did not think of this method, and have not tried it myself, but it might
work. At least if you boot with a recovery console and run fixboot and/or
fixmbr after removing the 15 GB drive.
 
G

george

Not to burst your bubble, but:
Mirrored volumes are not available on computers running Windows 2000
Professional, Windows XP Home Edition, Windows XP Professional, or Windows
XP 64-Bit Edition.

Bummer, ain't it.

george
 
W

Walter Clayton

Won't work for a variety of reasons and you don't want to go near dynamic
volumes yet. They're fine in a managed environment, but in an unmanaged they
can be highly problematic if things go splat.

The new drive, unless it was an OEM/whitebox kit, came with a utility that
will copy the contents of the old drive to the new drive. Just use that.
 
R

Rush

Not to burst your bubble, but:
Mirrored volumes are not available on computers running Windows 2000
Professional, Windows XP Home Edition, Windows XP Professional, or Windows
XP 64-Bit Edition.

Bummer, ain't it.

george

"Mirrored volumes are not available on computers running..."

They are quite available and many people do run RAID 1 and RAID 5.

Rush
http://www.bythedrop.com
 
G

george

Excuse me, but the reaction was given to an answer that talked about making
the disks dynamic and then taking a mirror.
No indication that there already was a hardware Raid solution available, nor
that such a solution would be made available through purchase.
This leaves only the software solution built into the Windows product and
(aside from the discussion if the software approach is a good one),
technically (according to Microsoft documentation) the software based fault
tolerant solutions are not available in the products mentioned.
Hence, "quite available and many people do run RAID 1 and RAID 5." can only
pertain to a solution that involves adding additional hardware (ie.
controller) to the machine.

george
 
R

Rush

Excuse me, but the reaction was given to an answer that talked about
making the disks dynamic and then taking a mirror. No indication that
there already was a hardware Raid solution available, nor that such a
solution would be made available through purchase. This leaves only the
software solution built into the Windows product and (aside from the
discussion if the software approach is a good one), technically (according
to Microsoft documentation) the software based fault tolerant solutions
are not available in the products mentioned. Hence, "quite available and
many people do run RAID 1 and RAID 5." can only pertain to a solution that
involves adding additional hardware (ie. controller) to the machine.

george

I'm not posing this question to be a smart *ss, but is there an OS that
supports RAID natively through software without a hardware controller?

Rush
http://www.bythedrop.com
 
A

André Gulliksen

Rush said:
I'm not posing this question to be a smart *ss, but is there an OS
that supports RAID natively through software without a hardware
controller?

If you only refer to Windows OSes: The Windows NT server variants, at least
since NT 4.0 (I don't know about 3.x), all supports some sort of software
RAID.
 
A

André Gulliksen

Mike said:
RAID is a hardware solution..

RAID (Redundant Array of Inexpensive Disks) is the organization of multiple
disks into one large logical disk, normally with the intent of achieving
larger volumes than is possible with single disks, higher total transfer
speed and/or security from drive failures. The actual drives and the
interfaces are of course hardware, but the logics behind splitting data
between disks can be handled in both software and hardware.
 
M

Mike Hall \(MS-MVP\)

The actual drives and the interfaces are of course hardware.. quote from
your post..

--
Mike Hall
MVP - Windows Shell/user
 
G

george

Keep the context:
<snip>
The actual drives and the interfaces are of course hardware,
but the logics behind splitting data between disks can be handled
in both software and hardware.
</snip>

As an MVP you (at least should) very well know that 'interfaces' refers to
I/O controllers in the machine, be they plain and simple IDE, SCSI or
purpose built controllers.
'Logics' referring to some sort of intelligence that handles the data in the
proper manner, given the RAID implementaion used.

As an MVP you (at least should) also very well know that, given a couple of
regular (dumb) IDE controllers (without any purpose built raid logic
incorporated in them) and some plain disks, Windows systems (since the dawn
of NT) support fault tolerant RAID implementations.
And while were at it, it also supports, non-fault tolerant, but performance
oriented RAID implementations.
Windows natively can implement this through *SOFTWARE*, i.o.w. a purpose
built piece of coding called a driver.
The hardware has nothing special to do here, but it's job: accept data
presented by the driver and present data requested by the driver.

Now, if you are saying: "RAID is a hardware solution.", meaning I've never
used it any other way but fork out the extra cash for the hardware unit with
the purpose built chip that takes care of all that, then that's an entirely
different discussion.

purposeful snipping just helps to take things out of context to prove a
debatable point.

george
 
M

Mike Hall \(MS-MVP\)

--
Mike Hall
MVP - Windows Shell/user







george said:
Keep the context:
<snip>
The actual drives and the interfaces are of course hardware,
but the logics behind splitting data between disks can be handled
in both software and hardware.
</snip>

As an MVP you (at least should) very well know that 'interfaces' refers to
I/O controllers in the machine, be they plain and simple IDE, SCSI or
purpose built controllers.
'Logics' referring to some sort of intelligence that handles the data in
the proper manner, given the RAID implementaion used.

As an MVP you (at least should) also very well know that, given a couple
of regular (dumb) IDE controllers (without any purpose built raid logic
incorporated in them) and some plain disks, Windows systems (since the
dawn of NT) support fault tolerant RAID implementations.
And while were at it, it also supports, non-fault tolerant, but
performance oriented RAID implementations.
Windows natively can implement this through *SOFTWARE*, i.o.w. a purpose
built piece of coding called a driver.
The hardware has nothing special to do here, but it's job: accept data
presented by the driver and present data requested by the driver.

Now, if you are saying: "RAID is a hardware solution.", meaning I've never
used it any other way but fork out the extra cash for the hardware unit
with the purpose built chip that takes care of all that, then that's an
entirely different discussion.

purposeful snipping just helps to take things out of context to prove a
debatable point.

george
 
M

Mike Hall \(MS-MVP\)

George

Hardware RAID cards are produced that will work with Win 9x as well as later
OS'es.. the hardware variety is undeniably more expensive, but is regarded
as generally better, although not in every instance maybe.. software RAID is
harder on the cpu.. but you know this already..

My opinion.. hardware raid is the way to go.. reliability has a price,
unfortunately..

That said, all this talk of RAID is not helping the OP any.. he is in enough
trouble already, having copied, by means unknown, the 'entire' contents of
his C drive to DVD in the hope that he can just copy them back..


--
Mike Hall
MVP - Windows Shell/user
 
R

Rush

RAID is a hardware solution...

I run several system with RAID configs.
Apparently RAID is not solely a hardware solution as you can do 'software
RAID' in Windows 2003 without the use of a hardware RAID controller.
This is news to me, learn something new everyday I guess.

Rush
http://www.bythedrop.com
 
G

george

Mike,

Personally I agree with your take on this 100%:

Hardware RAID is the way to go, if you need the best in performance,
reliability, continuity etc. and can afford the price.
I was commenting on your unqualified statement (no disrespect intended):
RAID is a hardware solution, that was totally forgoing one of the nice
Windows disk storage features for the 'small wallet'. Apparently MS seems to
think that too, otherwise they would have dropped that support going from
NT4 to W2K when they decided to exchange their own support for it with the
Logical Disk Manager from Veritas, that AFAICT probably needed adapting to
that feature.

:))

george
 

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

Top