Convert mbr


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

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

Important

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

For instructions regarding how to use this command, see Change a GUID Partition Table Disk into a Master Boot Record Disk (http://go.microsoft.com/fwlink/?LinkId=207050).

Syntax


Copy Code

convert mbr [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

Examples

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


Copy Code

convert mbr

Additional references

Command-Line Syntax Key

DiskPart