PC Review
Forums
Newsgroups
Windows Vista
Windows Vista General Discussion
Clone harddisk
Forums
Newsgroups
Windows Vista
Windows Vista General Discussion
Clone harddisk
![]() |
Clone harddisk |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Is it possible to clone a harddisk?
I have a new machine has Vista Ultimate installed. I have another machine has a harddisk has partitions C and D with dual boot Win2K on C and XP on D. That harddisk is nearly dead I think, because it sometimes hang and cannot be boot up. I would like to buy a new harddisk so that I can put this new harddisk and the nearly dead harddisk into my Vista machine. Then I clone the nearly dead harddisk into my new harddisk. After that I can put the new harddisk into the original machine to have the Win2K and XP dual boot. is it possible? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Yes - You will need software such the one on the link below:
http://www.nero-download.net/ There are a few other factors that need to be considered, before attempting what you wish to do. Learn about image a DVD first. Wiil forward additional points later,. Others may add more advice. -- Regards Bob J If advise given from anyone, solves problem or not, or if solved from another source,post back & let us know. Then we all benefit. "Alan T" wrote: > Is it possible to clone a harddisk? > I have a new machine has Vista Ultimate installed. > I have another machine has a harddisk has partitions C and D with dual boot > Win2K on C and XP on D. That harddisk is nearly dead I think, because it > sometimes hang and cannot be boot up. > I would like to buy a new harddisk so that I can put this new harddisk and > the nearly dead harddisk into my Vista machine. Then I clone the nearly dead > harddisk into my new harddisk. > After that I can put the new harddisk into the original machine to have the > Win2K and XP dual boot. > is it possible? > > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Hi,
I have Nero installed in my Vista machine. "Bob J" <BobJ@discussions.microsoft.com> wrote in message news:3BD56070-1E81-49F2-ACA0-C5B7986D5C78@microsoft.com... > Yes - You will need software such the one on the link below: > > http://www.nero-download.net/ > There are a few other factors that need to be considered, before attempting > what you wish to do. > Learn about image a DVD first. > Wiil forward additional points later,. > Others may add more advice. > > -- > Regards > Bob J > If advise given from anyone, solves problem or not, or if solved from > another source,post back & let us know. > Then we all benefit. > > > > "Alan T" wrote: > > > Is it possible to clone a harddisk? > > I have a new machine has Vista Ultimate installed. > > I have another machine has a harddisk has partitions C and D with dual boot > > Win2K on C and XP on D. That harddisk is nearly dead I think, because it > > sometimes hang and cannot be boot up. > > I would like to buy a new harddisk so that I can put this new harddisk and > > the nearly dead harddisk into my Vista machine. Then I clone the nearly dead > > harddisk into my new harddisk. > > After that I can put the new harddisk into the original machine to have the > > Win2K and XP dual boot. > > is it possible? > > > > > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
I am compiling info so I can send in one go.
Quick as I can. Do you understand how to create an image file with Nero? -- Regards Bob J If advise given from anyone, solves problem or not, or if solved from another source,post back & let us know. Then we all benefit. "Alan T" wrote: > Hi, > > I have Nero installed in my Vista machine. > > "Bob J" <BobJ@discussions.microsoft.com> wrote in message > news:3BD56070-1E81-49F2-ACA0-C5B7986D5C78@microsoft.com... > > Yes - You will need software such the one on the link below: > > > > http://www.nero-download.net/ > > There are a few other factors that need to be considered, before > attempting > > what you wish to do. > > Learn about image a DVD first. > > Wiil forward additional points later,. > > Others may add more advice. > > > > -- > > Regards > > Bob J > > If advise given from anyone, solves problem or not, or if solved from > > another source,post back & let us know. > > Then we all benefit. > > > > > > > > "Alan T" wrote: > > > > > Is it possible to clone a harddisk? > > > I have a new machine has Vista Ultimate installed. > > > I have another machine has a harddisk has partitions C and D with dual > boot > > > Win2K on C and XP on D. That harddisk is nearly dead I think, because it > > > sometimes hang and cannot be boot up. > > > I would like to buy a new harddisk so that I can put this new harddisk > and > > > the nearly dead harddisk into my Vista machine. Then I clone the nearly > dead > > > harddisk into my new harddisk. > > > After that I can put the new harddisk into the original machine to have > the > > > Win2K and XP dual boot. > > > is it possible? > > > > > > > > > > > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Alan T wrote:
> Is it possible to clone a harddisk? > I have a new machine has Vista Ultimate installed. > I have another machine has a harddisk has partitions C and D with dual boot > Win2K on C and XP on D. That harddisk is nearly dead I think, because it > sometimes hang and cannot be boot up. > I would like to buy a new harddisk so that I can put this new harddisk and > the nearly dead harddisk into my Vista machine. Then I clone the nearly dead > harddisk into my new harddisk. > After that I can put the new harddisk into the original machine to have the > Win2K and XP dual boot. > is it possible? <disclaimer>I am not a linux troll</disclaimer> Those Linux CD distros are useful for this stuff. Download Knoppix and boot from that. Then find out the file names of the two hard drives are (/dev/hda and /dev/hdb probably) - you could use a partitioning tool like parted or cfdisk or whatever to work out which drives you want to be working with. Then use the dd command to clone the drive. For example, to make a clone of /dev/hda on disk /dev/hdb type: dd if=/dev/hda of=/dev/hdb bs=32768 Don't get if and of the wrong way round or you'll lose your data. Alun Harford |
|
|
|
#6 |
|
Guest
Posts: n/a
|
Hi Alan,
Most new drives come with software included for doing this, for others you can find utilities on the manufacturer's site. There's no reason to need to pull the old drive and slave it in the Vista machine unless you like the extra work. -- Best of Luck, Rick Rogers, aka "Nutcase" - Microsoft MVP http://mvp.support.microsoft.com/ Windows help - www.rickrogers.org My thoughts http://rick-mvp.blogspot.com "Alan T" <alanNOSPAMpltse@yahoo.com.au> wrote in message news:OdtGl02xHHA.404@TK2MSFTNGP03.phx.gbl... > Is it possible to clone a harddisk? > I have a new machine has Vista Ultimate installed. > I have another machine has a harddisk has partitions C and D with dual > boot > Win2K on C and XP on D. That harddisk is nearly dead I think, because it > sometimes hang and cannot be boot up. > I would like to buy a new harddisk so that I can put this new harddisk and > the nearly dead harddisk into my Vista machine. Then I clone the nearly > dead > harddisk into my new harddisk. > After that I can put the new harddisk into the original machine to have > the > Win2K and XP dual boot. > is it possible? > > |
|
|
|
#7 |
|
Guest
Posts: n/a
|
Hii, also check how much life ur harddisk got left try HDDLife
www.hddlife.com "Alan T" <alanNOSPAMpltse@yahoo.com.au> wrote in message news:OdtGl02xHHA.404@TK2MSFTNGP03.phx.gbl... > Is it possible to clone a harddisk? > I have a new machine has Vista Ultimate installed. > I have another machine has a harddisk has partitions C and D with dual > boot > Win2K on C and XP on D. That harddisk is nearly dead I think, because it > sometimes hang and cannot be boot up. > I would like to buy a new harddisk so that I can put this new harddisk and > the nearly dead harddisk into my Vista machine. Then I clone the nearly > dead > harddisk into my new harddisk. > After that I can put the new harddisk into the original machine to have > the > Win2K and XP dual boot. > is it possible? > > |
|
|
|
#8 |
|
Guest
Posts: n/a
|
On Mon, 16 Jul 2007 15:49:57 +1000, Alan T wrote:
> Is it possible to clone a harddisk? > I have a new machine has Vista Ultimate installed. > I have another machine has a harddisk has partitions C and D with dual boot > Win2K on C and XP on D. That harddisk is nearly dead I think, because it > sometimes hang and cannot be boot up. > I would like to buy a new harddisk so that I can put this new harddisk and > the nearly dead harddisk into my Vista machine. Then I clone the nearly dead > harddisk into my new harddisk. > After that I can put the new harddisk into the original machine to have the > Win2K and XP dual boot. > is it possible? Sure it's possible. Earlier this year I replaced the 40gb drive in my laptop with a 120gb. I used a Linux Live CD with partimage to copy the partitions to an external USB drive, the swapped drives and used the same Live CD to copy the partitions to the new drive and rebooted. Worked fine. |
|
|
|
#9 |
|
Guest
Posts: n/a
|
Actually, this question has been answered several times here, and on other
groups. I found the easiest way was to simply create an image of the Vista install using Complete PC Backup, install the new drive, boot to the Vista DVD and restore the image to the new drive. Put the image on a drive that Vista can see and you should no difficulty. -- The personal opinion of Gary G. Little "Alan T" <alanNOSPAMpltse@yahoo.com.au> wrote in message news:OdtGl02xHHA.404@TK2MSFTNGP03.phx.gbl... > Is it possible to clone a harddisk? > I have a new machine has Vista Ultimate installed. > I have another machine has a harddisk has partitions C and D with dual > boot > Win2K on C and XP on D. That harddisk is nearly dead I think, because it > sometimes hang and cannot be boot up. > I would like to buy a new harddisk so that I can put this new harddisk and > the nearly dead harddisk into my Vista machine. Then I clone the nearly > dead > harddisk into my new harddisk. > After that I can put the new harddisk into the original machine to have > the > Win2K and XP dual boot. > is it possible? > > |
|
|
|
#10 |
|
Guest
Posts: n/a
|
Yes, I think I know how to create an image file.
"Bob J" <BobJ@discussions.microsoft.com> wrote in message news:75CE2E25-05F0-4341-9D33-260629BF1463@microsoft.com... > I am compiling info so I can send in one go. > Quick as I can. > Do you understand how to create an image file with Nero? > -- > Regards > Bob J > If advise given from anyone, solves problem or not, or if solved from > another source,post back & let us know. > Then we all benefit. > > > > "Alan T" wrote: > > > Hi, > > > > I have Nero installed in my Vista machine. > > > > "Bob J" <BobJ@discussions.microsoft.com> wrote in message > > news:3BD56070-1E81-49F2-ACA0-C5B7986D5C78@microsoft.com... > > > Yes - You will need software such the one on the link below: > > > > > > http://www.nero-download.net/ > > > There are a few other factors that need to be considered, before > > attempting > > > what you wish to do. > > > Learn about image a DVD first. > > > Wiil forward additional points later,. > > > Others may add more advice. > > > > > > -- > > > Regards > > > Bob J > > > If advise given from anyone, solves problem or not, or if solved from > > > another source,post back & let us know. > > > Then we all benefit. > > > > > > > > > > > > "Alan T" wrote: > > > > > > > Is it possible to clone a harddisk? > > > > I have a new machine has Vista Ultimate installed. > > > > I have another machine has a harddisk has partitions C and D with dual > > boot > > > > Win2K on C and XP on D. That harddisk is nearly dead I think, because it > > > > sometimes hang and cannot be boot up. > > > > I would like to buy a new harddisk so that I can put this new harddisk > > and > > > > the nearly dead harddisk into my Vista machine. Then I clone the nearly > > dead > > > > harddisk into my new harddisk. > > > > After that I can put the new harddisk into the original machine to have > > the > > > > Win2K and XP dual boot. > > > > is it possible? > > > > > > > > > > > > > > > > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

