[<<]Message[>>]    [<<]Author[>>]    [<<]Subject        [<<]Thread    

Number : 188 Date : 2001-06-13 Author : Kan Yabumoto Subject : Re: Two partitions on Windows 2000 professional Size(KB) : 3
Since XXCOPY views a drive just as a logical volume, it does not make any distinction between D: as a physically different drive and D: as a different partition which is on the same physical drive of C: (To be more precise, XXCOPY does check to see if a drive is a local drive or a remote (networked) drive but this distinction is not relevant here). So, when you run XXCOPY C:\ D:\ /CLONE It works equally well for a physically different drive and for a different partition within the same drive. Of course, when you try to create a bootable clone which would be swapped as drive C:, you just can't do that in the case of different partition. However, you can do the following: Say, you have two drives: Drive 1 C: (primary partition) E: (extended partition) Drive 2 D: (primary partition) Run clone operations in two steps XXCOPY C:\ E:\ /CLONE XXCOPY E:\ D:\ /CLONE Swap Drive 1 and Drive 2: and perform necessary steps to make the new C: drive bootable (see the XXTB #10 article for detail). Voila!!! The two-step clone should be as good as the normal /CLONE operation. So, the conclusion is that it is still worth doing the /CLONE operation to the same-drive-different-partition destination. When you really need to create a bootable disk out of a backup partition, you may still do so with some extra work (I'm not get into this here, but it is possible to restore a bootable disk from the 2nd partition). Naturally, if hard disk crashes (a real physical disaster), then, it is not as safe as a backup to a physically different drive. That is why it is best if you can use a physically different drive for a backup (from both the extra safety point of view and the convenience of disk swap for an immediate system restore). Kan Yabumoto =================================================================== At 2001-06-13 10:04, Dan Anderson wrote: >(no other response as yet to mullin.yu so ... ) If your source hard drive >has two partitions then in order to clone the contents to another hard drive >I think you are right that the correct approach is to set up two partitions >on the new hard drive. > >If you were dealing with just data files (i.e.. no operating systems or >programs), with no cross-link references, then you could alternatively have >just one partition and clone the contents of your two source partitions to >separate directories on your new hard drive. > >...Dan > >----- Original Message ----- >From: >To: >Sent: Tuesday, June 12, 2001 10:51 PM >Subject: [xxcopy] Two partitions on Windows 2000 professional > > > > From the tutorial, it assumes there's only one partition on a > > harddisk. How about if I have two partitions on my old harddisk, and > > I want to do the cloning? Do I need to create two new partitions on > > my new harddisk (say E:, F:), and then copy C: to E: and copy D: to > > F:. > > > > Also, if I need to clone my Windows 2000 Professional environment, I > > am required to have a DOS disk from somewhere so as to do the XXCopy > > command. > > > > Thanks a lot!
This message if part of XXCOPY's message Archive. The archive contains all the messages posted at Yahoo!Groups: XXCOPY.