Selects the specified partition and shifts the focus to it. This command can also be used to display the partition that currently has the focus in the selected disk.

For examples of how this command can be used, see Examples.

Syntax

select partition=<n>

Parameters

Parameter Description

partition=<n>

The number of the partition to receive the focus. You can view the numbers for all partitions on the disk currently selected by using the list partition command in DiskPart.

Remarks

  • Before you can select a partition you must first select a disk using the select disk command.

  • If no partition number is specified, this command displays the partition that currently has the focus in the selected disk.

Examples

To shift the focus to partition 3, type:

select partitition=3

To display the partition that currently has the focus in the selected disk, type:

select partition

Additional references