System TipThis article
applies to a different version of Windows than the one you are using. Content
in this article may not be relevant to you.
This step-by-step article describes how to change a GUID
partition table (GPT) disk into a master boot record (MBR) disk (64-bit only).
Using the Windows Interface
- Right-click My Computer and click Manage.
- Click Disk Management.
- Right-click the GPT disk you want to change into an MBR disk, and then click Convert to MBR disk.
Using a Command Line
- At a command prompt, type: diskpart, and then press ENTER.
- At the diskpart prompt, type: list disk, and then press ENTER.
- Record the disk number of the disk that you want to convert to an MBR disk.
- At the diskpart prompt, type: select disk n, and then press ENTER.
- At the diskpart prompt, type: convert mbr, and then press ENTER.
Or use
Gnome Partition Editor
http://gparted.sourceforge.net/
No comments:
Post a Comment