You can use the DiskPart utility with the
List Partition,
Select Partition, and
Detail Partition commands to determine if a partition has
specific GPT attributes.
The
List Partition command displays the partitions that are listed in the
partition table of the current disk. On dynamic disks, these partitions may not
correspond to the dynamic volumes on the disk. This difference occurs because
dynamic disks contain entries in the partition table for the system volume or
boot volume (if present on the disk). They also contain a partition that
occupies the remainder of the disk to reserve the space for use by
dynamic volumes.
The
Select Partition command selects the specified
partition and gives it focus. If no partition is specified, the select command
lists the current partition with focus. You can specify the partition by its
number. You can view the numbers of all partitions on the current disk by using
the
List Partition command. You must select a disk by using the
DiskPart
select disk command before you can select a partition.
Use the following syntax with the select partition command, where
x is the number of the partition to receive the
focus:
Select Partition = x
The
Detail Partition command displays the properties of the selected partition.
For example, type the following commands at the command line
(where
x is the number of the partition to receive
the focus), and then press ENTER after each command:
DiskPart
List Partition
Select Partition x
Detail Partition
For more information about using DiskPart with Windows Server
2003, visit the following Microsoft Web site: