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

WGET Error on Windows and Its Quick Resolution

Error:PS C:\temp> Invoke-WebRequest -Uri $fileInvoke-WebRequest : The response content cannot be parsed because the Internet…

PowerShell: Install App Using MSI on Remote Computers Via WinRM

# installMSiRemoteComputers.ps1 # version 0.0.1 $computernames='REMOTEPC001','REMOTEPC002' $thisMsiFile='C:\Temp\something.msi' $appName='testapp' $desiredVersion='1.0' $maxWaitSeconds=120 function installMsiOnRemoteComputers($computernames,$msiFile,$appName,$desiredVersion,$maxWaitSeconds){ function installMsiOnRemoteComputer{ param(…

Group Policy: WinHTTP Settings

Overview There are several registry keys that needed configuration within a Group Policy to enable…
Other project: DragonCoin.com