Copy an entire partition on Vista

Last update on October 18, 2009 11:05 AM by deri58
Published by deri58

Copy an entire partition on Vista







Issue


It is possible to copy the entire partition on your hard drive with the DVD of vista. It is very useful if you want to change your hard drive in order to restore all data.

Solution


To proceed, connect your new hard drive and ensure the destination is greater or the same size to the partition space.
  • If Vista is not installed on your PC or you want to copy the partition on which Vista is installed, you must have a Vista DVD and your BIOS configured for booting from the CD.
  • If Vista is installed and you want to copy a partition other than Vista, proceed as follows:
  • Type cmd in the Search bar menu and press start.
  • In the opened window, type ROBOCOPY X: \ Y: \ / e / efsraw / copyall / dcopy: t / r: 0 and then click OK. (X and Y are the assigned letters for the two partitions).
  • Wait for loading and then close the window.
  • If Vista is not installed or you want to copy the partition on which Vista is installed, proceed as follows:
  • Insert your Vista DVD and restart your PC. Then any key to prompt.
  • Wait for the loading and then click "Next"> "Windows Installer".
  • Once the Windows key appears, press SHIFT and F10, the command prompt will open.

ROBOCOPY type X:\ Y:\ /e /b /efsraw /copyall /dcopy: t /r: 0
and click OK. (X and Y are the assigned letters for the partition).
  • The b flag says to run this in backup mode. Running this in backup mode will solve any error 5 issues (access denied) on the files being moved. Since you are running through the windows installer, the user has all privileges needed to run in backup mode.
  • Wait for the loading operation.
  • Restart your PC and unplug the old drive. Then place the new one.
Best answers for « Copy an entire partition on Vista » in :
How to resize a disk partition Show How to resize a disk partition For Windows Vista users Solution 1: Using Disk Management Solution 2: Using Command Prompt Software Download There are some simple ways to manage your disk partitions to either expand or reduce them....
Partition Merge ShowPartition Merge Merge two partitions with Windows Vista Merge two partitions with a particular software If you have a partitioned hard drive and you are running out of space on one of them, you can choose to merge it with another...
VISTA ERROR: MS-DOS FUNCTION INVALID ShowVISTA ERROR: MS-DOS FUNCTION INVALID Solution When trying to delete a file, Microsoft Vista display the following error message: Copy the file - An unexpected error fails operation. Note that the error code, which can help you...
[Windows 7] The hidden partition Show[Windows 7] The hidden partition Intro Purpose of this partition Intro Upon first installation, Windows 7 will automatically create a hidden primary partition. It's size varies to 100 or 200 MB depending on the total capacity...
Download EASEUS Partition Master ShowEaseUs Partition manager Free, is software "par excellence". EaseUs Partition Manager easily and without error will resize your hard disk partition into any size you chose: Main characteristics of EaseUs Partition Free: Material support for...
Download Active Partition Manager ShowActive@ Partition Manager helps you to manage storage devices and the partitions that they contain. You can create, remove, format and rename the partitions on your computer without shutting down the system. The carried out changes will take...
Download TrueCrypt ShowFree open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features: Creates a virtual encrypted disk within a file and mounts it as a real disk. Encrypts an entire partition or storage device such as USB...
Introduction to DOS ShowThe development of MS-DOS MS-DOS is the most well known operating system, the most commercialised version is that of Microsoft, christened "MS-DOS" (there are other versions such as DR-DOS). MS-DOS was created in 1981 when it was used on an IBM...
Partition - Partitioning a hard drive ShowWhat is a partition? The partitioning of a hard drive occurs after the drive has been physically formatted but before it is logically formatted. It involves creating areas on the disk where data will not be mixed. It can be used, for example, to...
Operating Systems - MS-DOS - Commands ShowCommand Description dir lists the contents of a folder cd changes folder cd .. parent folder md or mkdir creates a new folder deltree deletes a folder and all sub-folders copy, xcopy copies...