Search This Blog

Monday, May 23, 2011

Convert a MBR to GPT

To use the Diskpart command-line utility to change a disk from MBR to GPT partition style, perform the following procedure:
  1. Add a note hereBack up the data on the basic MBR disk that you want to convert.
  2. Add a note hereOpen an elevated command prompt and enter diskpart.
  3. Add a note hereAt the DISKPART> prompt, enter list volume. Note all the volume numbers.
  4. Add a note hereFor each volume listed, at the DISKPART> prompt, enter select volume <volumenumber>
  5. Add a note hereFor each volume, at the DISKPART> prompt, enter delete volume.
  6. Add a note hereAt the DISKPART> prompt, enter list disk. Note the disk number of the disk that you want to convert.
  7. Add a note hereAt the DISKPART> prompt, enter select disk <disknumber>.
  8. Add a note hereAt the DISKPART> prompt, enter convert gpt.
Add a note hereYou can also use both Disk Manager and the Diskpart utility to

No comments: