Skip to main content

Master Boot Record (MBR) & Globally Unique Identifier Partition (GPT) based partion disks

As a IT Professional you should familiar with these MBR and GPT based  partition disks. 
If you need a install a hard disk on a PC that running windows 7 you can chose two partitioning systems.
Partition schemes are
  • Master Boot Record (MBR) based partition scheme
  • Globally Unique Identifier Partition (GPT) based partition scheme

Master Boot Record (MBR) based partition scheme
In the Master Boot Record you can find the partition table for the disk and master boot code. during the computer start-up process BIOS read MBR and find the which partition is the marked as active in the disk. In the active partition contains operating system.
Limitations of the MBR.
Only four partitions for each disk.
Maximum partition size is 2TB
Can not create a redundancy options.

Globally Unique Identifier Partition (GPT) based partition scheme
GPT based partition avoided limitations of the MBR partitions scheme GPT supports.
128 partitions
Ability to create partition size larger than 2TB
Ability to create redundancy options.


Comments

Popular posts from this blog

Why don't you buy an all-in-one computer - 06 Reasons

01. Limited Upgradeability Most all-in-one computers are designed to be compact and sleek, which often means that there is limited space for internal components. This can make it difficult or even impossible to upgrade hardware such as the graphics card or CPU. 02. Limited Portability All-in-one computers are not as portable as laptops because they are typically larger and heavier. They also usually require a power source, which can make them less convenient to use on the go. 03.  Higher Cost All-in-one computers are often more expensive than traditional desktop computers or laptops with similar specifications, largely due to their compact and integrated design. 04.  Limited Screen Size Options Because the screen is built into the computer, there are usually limited size options available. This can be a disadvantage for users who prefer larger or smaller screens. 05. Limited Flexibility All-in-one computers are often designed to be used as a complete system, which means tha

Master Boot Record (MBR)

The Master Boot Record (MBR) is a small but essential section of a hard drive that is responsible for booting up an operating system. It is located at the very beginning of the hard drive and contains information about the partition table and boot loader. The MBR consists of three parts: Boot loader code The boot loader code is the first piece of code that is executed when the computer boots up, and it is responsible for finding and loading the operating system. Disk signature Disk signature is a unique identifier that is used to differentiate between different hard drives. Partition table Partition table contains information about the layout of the hard drive, including the size and location of each partition. When a computer boots up, the BIOS (Basic Input/Output System) reads the MBR from the hard drive and loads the boot loader code into memory. The boot loader code then searches for the active partition and loads the operating system from that partition into memory. The MBR is a c