Convert gpt


Applies To: Windows Vista,Windows 7,Windows Server 2008,Windows Server 2008 R2

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 instructions regarding how to use this command, see Change a Master Boot Record Disk into a GUID Partition Table Disk (http://go.microsoft.com/fwlink/?LinkId=207049).

Syntax


Copy Code

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.

Examples

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


Copy Code

convert gpt

Additional references

Command-Line Syntax Key

DiskPart