3

When I choose the "Create System Image" option in Windows Backup & Restore, it says that it will take system image of my C:\ and V:\ partitions. My Windows 7 is installed on V: and I use C:\ for taking backups. Now, my question is, is it possible to ignore taking backup of C:\ partition? I only want to get a copy of system image of V:

By the way, I used to have Vista on my C:\ partition sometime ago and I formatted it recently to use the partition for taking backups.

Ctroy
  • 761

3 Answers3

1

While normally Windows 7 Backup & Restore won't let you pick what goes into the System Image, there is actually a way to force it to exclude specific volumes if you are certain that they are non-critical, though the method is a bit crude:

Dismount the volume

You can dismount internal mount points by removing their drive letter. This makes Backup & Restore unable to see them, and it will ignore them when creating System Images. Generally though, removing even non-Windows volumes that are in use by the system is a Bad Idea™, so do so at your own risk. You may crash or corrupt Windows and/or anything currently accessing the target volume depending on the files stored, or the System Image may not be usable to boot from.

First, some sanity checks are recommended to make sure you don't lose data or the OS due to simple problems:

  1. Ensure swap (virtual memory) is disabled for the excluded volume
  2. Ensure that important programs aren't using the excluded volume (it can be helpful to do the dismount from a cold boot due to this reason)

Now, to dismount the volume that you want to exclude:

  1. Right click your taskbar Windows button, and select "Disk Management" (or Win-R and execute diskmgmt.msc. Both requires Administrator)
  2. Right click on the volume to be excluded, and select "Change Drive Letter and Paths"
  3. Select "Remove"
  • If a warning pops up regarding drive letter change, select "Yes"
  • If prompted that the volume is currently in use, press "Yes" (in this case you may want to double check sanity checks before proceeding)
  1. The volume should be dismounted. Note that programs which were accessing the volume may crash.
  2. Open Backup & Restore (Windows 7) from Control Panel
  3. Select "Change Settings" (requires Administrator)
  4. Follow the wizard to create backup settings. The unmounted volume should no longer be included when you create the System Image.

Once a backup is running, you can remount the volume:

  1. Go back to Disk Management
  2. Right click on the volume to be excluded, and select "Change Drive Letter and Paths"
  3. Select "Add"
  4. Pick the previously used drive letter (it should default to whatever was used before, such as D)
  5. Select "OK"
  6. The volume should be mounted again and usable.
kouwei32
  • 133
0

I'm sure that your HDD is marked as active.

Hard drive images include every HDD marked as an active disk, even if you had operating system before HDD was marked as an active disk and even after formatting it stays active disk.

  1. So take some disk director and you'll see that is marked as active disk. Click on it and remark those HDDs as dynamic disk.

  2. Check the BIOS because the boot sequence can be wrong, and ensure that first HDD boot is marked as the HDD where the OS is installed.

...and your problem is gone.

And for those that say "I do not see an option to exclude my data drives." the active disk can't be excluded so check the active disk status and you'll see the same. Also check the BIOS HDD boot sequence.

jonsca
  • 4,084
Pevanis
  • 9
  • 1