Change a Master Boot Record Disk into a GUIO Partition Table Disk

  • Change a Master Boot Record Disk into a GUIO Partition Table Disk
  • Change a Master Boot Record Disk into a GUIO Partition Table Disk
  • Applies To: Windows 7, Windows Server 2008 R2
  • Master boot record (MBR) disks use the standard BIOS partition table. GUID partition table (GPD disks use unified extensible firmware interface (UEFI). One advantage of GPT disks is that you can have more than four partitions on each disk. GPT is also required for disks larger than 2 terabytes.
  • You can change a disk from MBR to GPT partition style as long as the disk does not contain any partitions or volumes.
  • You cannot use the GPT partition style on removable media, or on cluster disks that are connected to shared SCSI or Fibre Channel buses that are used by the Cluster service. Backup Operators or Administrator is the minimum membership required.
  • Before you convert disks, close any programs that are running on those disks . Changing a master boot record disk into a GUID partition table disk
  • • Using the Windows interface
  • • Using a command line
  • l. Back up or move the data on the basic master boot record (MBR) disk you want to convert into a GUIO partition table (GPT) disk.
  • 2. If the disk contains any partitions or volumes, right-click any volumes on the disk and then click Delete Partition or Delete Volume.
  • 3. Right-click the MBR disk that you want to change into a GPT disk, and then click Convert to GPTDisk.
  • To change a master boot record disk into a GUIO partition table disk using a command line
  • l. Back up or move the data on the basic master boot record (MBR) disk you want to convert into a GUIO partition a GUIO partition table (GPD disk.
  • 2. Open an elevated command prompt (right-click Command Prompt, and then click Run as Administrator) and type diskpart. If the disk does not contain any partitions or volumes, skip to step 6.
  • 3. At the DISKPART prompt , type list disk. Make note of the disk number you want to convert
  • Change a Master Boot Record Disk intò a GUIO Partition Table Disk
  • 4. At the DISKPART prompt, type select disk {disknumber}. S. At the DISKPART prompt, type clean. Important · Running the clean command will delete all partitions or volumes on the disk. ;
  • 6. At the DISKPART prompt, type convert gpt.
  • Displays a list of disks and information about them, such as their size, amount of available free space, . whether the disk is a basic or dynamic disk, and whether the disk uses the master boot record (MBR) or GUIO : partition table {GPD partition style. The disk marked with an asterisk(*) has focus.
  • list disk ; select disk
  • 7. disknumber
  • ! Selects the specified disk, where disknumber is the disk number, and gives it focus.
  • 8. clean i Removes all partitions or volumes from the disk with focus.
  • 1 convert gpt : Converts an empty basic disk with the master boot record (MBR) partition style into a basic disk with the
  • 9. GUIO partition table (GPT) partition style .
  • Additional references • Command-line syntax notation
Return