Forum Discussion
RebeccaLeee
May 07, 2024Copper Contributor
How do I convert MBR to GPT without losing data?
I'm currently facing an issue where I need to convert a disk from MBR (Master Boot Record) to GPT (GUID Partition Table) without losing any data stored on it. The disk in question contains important ...
myvanherbert
May 10, 2024Copper Contributor
Here is an useful tutorial for converting mbr to gpt using the free gdisk software:
https://gist.github.com/cjyar/cd5ea76a8692516767672ffc2883df92
The goal is to keep all data, just rewriting the partition table. But do make backups before you begin!
https://gist.github.com/cjyar/cd5ea76a8692516767672ffc2883df92
The goal is to keep all data, just rewriting the partition table. But do make backups before you begin!