Posted On January 18, 2021

MBR & GPT Disk Partitioning Comparisons

kimconnect 0 comments
blog.KimConnect.com >> Windows >> MBR & GPT Disk Partitioning Comparisons

A quote one has provided to colleagues on this topic:

Although speed is the same between MBR and GPT disk partitioning, the latter supports volumes up to 18 exabytes with 128 partitions per disk while the former allows volumes up to 2 terabytes with 4 primary partitions per disk. On an MBR disk, the partitioning and boot data are stored contiguously. If this data is overwritten or corrupted, it’s difficult to recover. Conversely, GPT stores multiple copies of this data across the disk; thus, it’s easier to recover from corruptions on a GTP formatted device.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Java Virtual Machine Optimal Memory Tuning

Overview: There are five available garbage collectors (GC) for Java Virtual Machines (JVM). Here are…

PowerShell RandomPassword Function

function randomPassword{    # return a reasonably randomized password that starts with "KimConnect:" plus 25…

How to Add Windows Server 2012 into 2003 Network

Back up Domain Controller:   Login to your domain controller, and perform the following steps:…