Please check out my new blog @

Going Beyond Windows.....

Showing posts with label help. Show all posts
Showing posts with label help. Show all posts

Monday, March 21, 2011

Understand (and Get Rid of) the Mysterious Small Partition

If you install Windows 7 on a clean disk with no existing partitions, it creates a System Reserved partition at the beginning of the disk and uses the remainder of the unallocated space to create your system drive.That small partition isn’t assigned a drive letter, so you won’t even know it exists unless you look in the Disk Management console or use a low-level utility, such as Diskpart, to inspect the disk structure.

This “stub” of a partition, which is new in Windows 7, serves two functions. First, it holds the Boot Manager code and the Boot Configuration Database. Sec¬ond, it reserves space for the startup files required by the BitLocker Drive Encryption feature. If you ever decide to encrypt your system drive using BitLocker, you won’t have to repartition your system drive to make it possible.

If you’re confident you’ll never use BitLocker and prefer to do without the additional complexity of this System Reserved partition, your best bet is to make sure it’s never created. For a truly clean installation starting from an unformatted hard drive, you must use a different disk-management utility, such as the setup disk available from many hard-disk manufacturers or a startup disk from Windows Vista. Create a single primary partition using all unallocated space, and then point the installer to the newly created partition as the setup location. (Note that you cannot use the graphical disk-management tools available from the Windows 7 DVD to perform this task.) After you use the alternative tool to create a partition on the drive, you can point the Win¬dows 7 installer to that location and it will proceed.

If you’re comfortable with command-line disk management tools, you can use the Diskpart utility from the setup program to create the necessary partition. At the begin¬ning of setup, before you select the location where you want to install Windows:
  1. Press Shift+F10 to open a Command Prompt window
  2. Type diskpart to enter the Diskpart environment
  3. Assuming you have a single clean hard disk, use select disk 0 and create partition primary to manually create a new partition
  4. Proceed with the Windows 7 setup, using this new partition as the setup location

REPARTITION YOUR HARD DRIVE WITHOUT FORMATING IT

If you are logged in as an administrator, you can repartition your hard disk by using the Shrink feature in Disk Management. You can shrink an existing partition or volume to create unallocated disk space, from which you can create a new partition or volume. (Note that the terms partition and volume are often used interchangeably.)
  1. Open Computer Management by clicking the Start button Picture of the Start button, clicking Control Panel, clicking System and Security, clicking Administrative Tools, and then double-clicking Computer Management. Administrator permission required If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
  2. In the left pane, under Storage, click Disk Management.
  3. Right-click the volume you want to shrink, and then click Shrink Volume.
  4. Follow the instructions.

Popular Posts