Difference between revisions of "Some basics of MBR v/s GPT and BIOS v/s UEFI"
Views
Actions
Namespaces
Variants
Tools
Some basics of MBR v/s GPT and BIOS v/s UEFI (view source)
Revision as of 18:23, 2 July 2014
, 10 years ago→Just add link numbers
imported>Aaditya |
imported>Aaditya |
||
Line 22: | Line 22: | ||
== MBR vs. GPT == | == MBR vs. GPT == | ||
Compared with MBR disk, A GPT disk can support larger than 2 TB volumes where MBR cannot. A GPT disk can be basic or dynamic, just like an MBR disk can be basic or dynamic. GPT disks also support up to 128 partitions rather than the 4 primary partitions limited to MBR. Also, GPT keeps a backup of the partition table at the end of the disk. Furthermore, GPT disk provides greater reliability due to replication and cyclical redundancy check (CRC) protection of the partition table. | Compared with MBR disk, A GPT disk can support larger than 2 TB volumes where MBR cannot. A GPT disk can be basic or dynamic, just like an MBR disk can be basic or dynamic. GPT disks also support up to 128 partitions rather than the 4 primary partitions limited to MBR. Also, GPT keeps a backup of the partition table at the end of the disk. Furthermore, GPT disk provides greater reliability due to replication and cyclical redundancy check (CRC) protection of the partition table. [http://www.partition-tool.com/resource/GPT-disk-partition-manager/partition-gpt-disk.htm] | ||
The GUID partition table (GPT) disk partitioning style supports volumes up to 18 exabytes in size and up to 128 partitions per disk, compared to the master boot record (MBR) disk partitioning style, which supports volumes up to 2 terabytes in size and up to 4 primary partitions per disk (or three primary partitions, one extended partition, and unlimited logical drives). Unlike MBR partitioned disks, data critical to platform operation is located in partitions instead of unpartitioned or hidden sectors. In addition, GPT partitioned disks have redundant primary and backup partition tables for improved partition data structure integrity. [http://www.diskinternals.com/glossary/guid_partition_table.html] | |||
== BIOS == | == BIOS == |