The Disk Management Console Diskpart
Windows XP, Vista, and 7 have a powerful command-line console named Diskpart for carrying out a variety of disk operations. These include RAID, partition and boot management. Various features of Diskpart are described.

How to use Diskpart

Diskpart is a separate suite of commands that runs in the command window in its own shell. It is opened by first entering the command "diskpart" (without quotes) and then entering one of the various sub-commands that are listed in the section below. To return to the regular command line, enter "exit".

For Windows Vista and Windows 7 the command line must be opened with administrator privileges. These more recent versions of Windows contain features not available in Windows XP, as indicated in the list below. Also note that Windows XP does not allow operations on removable media whereas in Windows Vista/7, media such as USB keys can be the object of Diskpart operations.

Before carrying out an operation on a particular disk, partition, or volume it must first be selected with the "list disk", "list partition", or "list volume" sub-commands followed by a "select" command. For example, the necessary sequence of commands can be represented in this schematic way for a disk operation:Open command line->open Diskpart shell->list disk->select disk->do disk operationA similar sequence would hold for a operation involving a partition or volume.

Diskpart exists as a separate executable file diskpart.exe and can also be accessed through the Run line or the Vista/7 search boxes.

Diskpart is a very powerful command and can easily wipe out the contents of a disk or volume so it must be used with great care. Always be sure which volume or disk you are operating on.



Diskpart command list

The list of sub-commands for Diskpart are shown below. Some commands are not available in Windows XP and they are indicates with an asterisk (*).

ACTIVE - Mark the selected partition as active.
ADD - Add a mirror to a simple volume.
ASSIGN - Assign a drive letter or mount point to the selected volume.
ATTRIBUTES - Manipulate volume or disk attributes.*
ATTACH - Attaches a virtual disk file.*
AUTOMOUNT - Enable and disable automatic mounting of basic volumes.*
BREAK - Break a mirror set.
CLEAN - Clear the configuration information, or all information, off the disk.
COMPACT - Attempts to reduce the physical size of the file.*
CONVERT - Convert between different disk formats.
CREATE - Create a volume, partition or virtual disk. (No virtual disk management in Windows XP.)
DELETE - Delete an object.
DETAIL - Provide details about an object.
DETACH - Detaches a virtual disk file.*
EXIT - Exit DiskPart.
EXTEND - Extend a volume.
EXPAND - Expands the maximum size available on a virtual disk.*
FILESYSTEMS - Display current and supported file systems on the volume.*
FORMAT - Format the volume or partition.*
GPT - Assign attributes to the selected GPT partition.*
HELP - Display a list of commands.
IMPORT - Import a disk group.
INACTIVE - Mark the selected partition as inactive.
LIST - Display a list of objects.
MERGE - Merges a child disk with its parents.*
ONLINE - Online an object that is currently marked as offline.
OFFLINE - Offline an object that is currently marked as online.
RECOVER - Refreshes the state of all disks in the selected pack. Attempts recovery on disks in the invalid pack, and resynchronizes mirrored volumes and RAID5 volumes that have stale plex or parity data.*
REM - Does nothing. This is used to comment scripts.
REMOVE - Remove a drive letter or mount point assignment.
REPAIR - Repair a RAID-5 volume with a failed member.
RESCAN - Rescan the computer looking for disks and volumes.
RETAIN - Place a retained partition under a simple volume.
SAN - Display or set the SAN policy for the currently booted OS.*
SELECT - Shift the focus to an object.
SETID - Change the partition type.*
SHRINK - Reduce the size of the selected volume.*
UNIQUEID - Displays or sets the GUID partition table (GPT) identifier or master boot record (MBR) signature of a disk.*

*indicates a command missing from Windows XP.

Make a USB key bootable

This example applies to Windows Vista and Windows 7. Windows XP does not support using Diskpart on flash drives. Open a command prompt with administrator rights and enter the following sequence of commands:

  1. diskpart
  2. list disk
  3. select disk {number}
  4. clean
  5. create partition primary
  6. select partition 1
  7. active
  8. format fs=fat32 quick
  9. assign
  10. exit

In the "select disk" command, replace {number} with the drive number of your USB drive. Take care to choose the correct number since this procedure erases everything on the drive you select.

The format command given above will create a FAT32 file system. This creates a bootable USB key that can be used for many purposes, once appropriate files are added. For example, it can be used to install Windows 7 (if the flash drive is large enough). . If you wish to use the USB key to actually run Windows 7 or otherwise need NTFS formatting, you will need to replace "format fs=fat32" with "format fs=ntfs" and also modify the boot sector.

Gain access to a hidden partition

Most Windows PCs sold today come with a hidden partition containing a restore function. This partition will often have no drive letter assigned and will not be visible in Windows Explorer. It may be possible to make the partition accessible by using Diskpart to assign a drive letter to the partition. However, there are limitations and according to Mivrosoft not all hidden partitions can be assigned this way. Here is the procedure. Enter the following sequence of commands:

  1. diskpart
  2. list disk
  3. select disk 0 (zero is the normal numbering for the restore partition but be sure to check if this is correct by looking at the sizes)
  4. list partition
  5. select partition 1 (or the smaller partition with no drive letter if the numbering is different)
  6. assign X (X is whatever drive letter you want to use)
  7. exit

Reference

Many of the commands also have sub-commands. For more details, see this Microsoft reference.

Back to top

privacy policy

{ezoic-ad-1}

{ez_footer_ads}