Converts an empty basic disk with the master boot record (MBR) partition style into a basic disk with the GUID partition table (GPT) partition style.

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

Syntax

convert gpt [noerr]

Parameters

Parameter Description

noerr

For scripting only. When an error is encountered, DiskPart continues to process commands as if the error did not occur. Without this parameter, an error causes DiskPart to exit with an error code.

Remarks

Important

The disk must be empty to convert it into a GPT disk. Back up your data, and then delete all partitions or volumes before converting the disk.

  • A basic disk must be selected for this operation to succeed. Use the select disk command to select a basic disk and shift the focus to it.

Examples

To convert a basic disc from MBR partition style to GPT partition style, type:

convert gpt

Additional references