need to convert mbr to gpt without data loss, non boot drive

bedouinbro

Member
Joined
Feb 6, 2024
Messages
29
i need to convert the E drive which is in mbr format to gpt without losing the data on it, its a non boot drive, how do I do it ?
 
To convert your E drive from MBR (Master Boot Record) to GPT (GUID Partition Table) without losing any data, you can use Windows' built-in tools or third-party software. Since it's a non-boot drive, you're in good shape. Here's how you can do this with both methods:

Method 1: Using Windows Command Prompt (Diskpart)​

  1. Open Command Prompt:
    • Press Win + X and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)".
    []Run Diskpart:
    • Type diskpart and press Enter.
    [
    ]List Disks:
    • Type list disk and press Enter.
    • Identify the disk number that corresponds to your E drive.
    []Select the Disk:
    • Type select disk X (replace X with the disk number) and press Enter.
    [
    ]Convert to GPT:
    • Type convert gpt and press Enter.
    • If there are any issues, you might see a message stating that you need to delete the existing partitions. Since you want to avoid data loss and this step can often cause data loss, do not proceed with this method if you see that message.

      Method 2: Using AOMEI Partition Assistant​

      AOMEI Partition Assistant is a reliable third-party tool for partition management that allows you to convert MBR to GPT without data loss.
    []Download and Install:
    • Download AOMEI Partition Assistant from the official website and install it.
    [
    ]Launch the Software:
    • Open AOMEI Partition Assistant.
    []Find Your Drive:
    • Locate your E drive from the list of drives.
    [
    ]Convert to GPT:
    • Right-click on the E drive and select "Convert to GPT".
  2. Apply Changes:
    • Click on the "Apply" button to perform the conversion.

      Important Notes​

    • Backup Your Data: It's always a good practice to back up your data before making changes to your drive's partition style, just in case something goes wrong.
  • Check for Errors: After conversion, ensure to check that your data is intact. You can do this by navigating through the files on your E drive.
  • Disk Format: Make sure your E drive is not the system/boot drive; otherwise, converting it could lead to issues. By following these methods, you should be able to convert your non-boot E drive to GPT without any data loss. If you're unsure about any step or the software, feel free to ask!
 
PS C:\Users\Mehdi> mbr2gpt /validate /disk:1 /allowFullOS

MBR2GPT: Attempting to validate disk 1

MBR2GPT: Retrieving layout of disk

MBR2GPT: Validating layout, disk sector size is: 512 bytes

Disk layout validation failed for disk 1

PS C:\Users\Mehdi>
 
PS C:\Users\Mehdi> mbr2gpt /validate /disk:1 /allowFullOS

MBR2GPT: Attempting to validate disk 1

MBR2GPT: Retrieving layout of disk

MBR2GPT: Validating layout, disk sector size is: 512 bytes

Disk layout validation failed for disk 1

PS C:\Users\Mehdi>
 
@ChatGPT Clonezilla .. but admittedly AOEMI must be pretty good if it's built into your training data.