How to Mark a Partition as Inactive in Windows 7 and Vista
Information
Marking a partition as active on a basic disk means that the computer will use the loader (an operating system tool) on that partition to start the operating system. Marking a partition as active if it doesn't contain the loader for an operating system may cause your computer to become unbootable.
This tutorial will show you how to mark a partition as inactive in Windows 7 and Vista in case you marked it as active by mistake.
Tip
If you mark the wrong active partition as inactive by mistake and can no longer boot from it, then you can do a startup repair to fix it.
EXAMPLE: Partition Marked as Active and Inactive NOTE:This is an example of my D: data partition shown as active by mistake in Disk Management (diskmgmt.msc). I used the steps in this tutorial to mark it as inactive since my System Reserved partition is my true active partition instead.
2. In the command prompt, type diskpart and press Enter. (see screenshot below step 6)
3. In the command prompt, type list volume and press Enter. (see screenshot below step 6) NOTE:Make note of the volume number or letter that you wanted to mark as inactive. At boot, the drive letters may not be the same as they are in Windows.
4. In the command prompt, type select volume # or select volumeletter and press Enter. (see screenshot below step 6) NOTE:You would substitute # for the volume number listed, or letter for the volume/partition letter. For example, I want to mark my D: partition as inactive, so I would type either select volume 2 or select volume D and press Enter.
5. In the command prompt, type inactive and press Enter. (see screenshot below step 6)
6. In the command prompt, type exit and press Enter. (see screenshot below)
7. Close the elevated command prompt in Windows, or restart the computer if at boot.
Thanks.
This is the result I get. It doesnt seem to work
DISKPART> list volume
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 E DVD-ROM 0 B No Media
Volume 1 C HP NTFS Partition 583 GB Healthy System
Volume 2 D FACTORY_IMA NTFS Partition 13 GB Healthy
Volume 3 G Removable 0 B No Media
Volume 4 H Removable 0 B No Media
Volume 5 I Removable 0 B No Media
Volume 6 J Removable 0 B No Media
Volume 7 O FAT32 Partition 466 GB Healthy
DISKPART> select volume 7
Volume 7 is the selected volume.
DISKPART> inactive
There is no partition selected.
Please select a partition and try again.
After backing up the contents of O, you could run the clean (not "clean all") command on the O drive to wipe it out and leave the HDD as "unallocated space". Afterwards, you can just format it again without it being "active", and copy the data back to it.