


Detailed explanation of MBR and GPT partitions, have you learned it?
1. MBR partition
MBR is the abbreviation of Master Boot Record, which is an old partition table format used to identify and manage partitions on the hard disk. The MBR partition table can identify up to 4 primary partitions or 3 primary partitions and 1 extended partition.
The 2TB limit means that a hard disk using MBR partition table format can only be partitioned to a maximum of 2TB, because MBR uses 32-bit LBA (Logical Block Addressing) addressing mode, and the maximum address can only represent 2^32 sectors, each sector size is 512 bytes, so the maximum supported hard disk size is 2TB.
In order to support larger hard disk capacity, hard disk manufacturers and operating system developers introduced the GPT (GUID Partition Table) partition table format. GPT uses 64-bit LBA addressing and can support hard disks with a maximum capacity of 9.4ZB (1 ZB = 1024^7 bytes). Therefore, if you need to partition a hard drive larger than 2TB, it is recommended to use the GPT partition table format.
2. GPT Partition
GPT (GUID Partition Table) partition table is a new partition table format used to identify and manage partitions on the hard disk. Different from the old MBR partition table, GPT uses GUID (Globally Unique Identifier) to identify partitions and supports larger hard disk capacity and more partitions.
GPT partition table generally consists of the following parts:
- Protective MBR: Protective MBR partition table, used to be compatible with old BIOS systems and prevent old systems from mistaking them for hard drives. There are no partitions.
- Primary GPT Header: Header information of the GPT partition table, including partition table size, partition table location, partition entry size, number of partition entries, etc.
- Partition Entries: Partition entries. Each partition entry contains information such as the GUID of the partition, the starting and ending LBA, and the partition type.
- Backup GPT Header: Backup GPT partition table header information.
- Unused Space: Unused space.
Each partition entry in the GPT partition table has a unique GUID. This GUID can be used to identify the partition, unlike MBR which uses a fixed partition type to identify the partition. GPT supports up to 128 partitions, and some partition types are reserved, such as EFI system partition, Microsoft basic data partition, etc.
3. How to create a partition larger than 2TB
MBR and GPT are both partition formats. The maximum partition of MBR is less than or equal to 2TB, while the GPT partition has no 2TB limit, and the theoretical maximum partition is 18 EB!
Now we know that if we want to create a partition larger than 2TB, we cannot use the MBR format partition table. If we want to use the GPT format partition table, our most commonly used fdisk partition tool cannot help. We need to use Parted partition tool under linux!
The following demonstrates the process of creating a 4TB partition.
1. Before using the parted partition, we first use fdisk -l to check the hard disk information!
#2. Now use the parted command to partition /dev/sdb 4.6TB, as shown in the figure below.
3. After entering parted, execute steps 2,3,4,5,6,7,8,9,10,10,11, below the instructions There is an explanation!
4. After the partition is completed, use print to see the information about the partition just now! Size 4684GB
Use fdisk -l to check the sdb hard disk. Now there is sdb1 partition
parted This is it!
8. Format the /dev/sdb1 file system to EXT4.mkfs.ext4 /dev/sdb1
9. Edit /etc/fstab and set automatic mounting at boot.
4. How to convert MBR TO GPT in Linux environment
In Linux environment, you can use the gdisk command to convert MBR partition to GPT partition. The following are the steps to convert MBR partition to GPT partition:
Please note that before performing the following steps, please back up your data first, because converting the partition table format may cause data loss.
1. Open the terminal: In the Linux operating system, open the terminal.
2. Install gdisk: If your system does not have gdisk installed, please use the following command to install it:
yuminstall gdisk
3. Open the disk: Use the following command to open the disk you want to convert:
sudo gdisk /dev/sdX
Please replace /dev/sdX with the name of the disk you want to convert.
4. Convert partition table format: In the gdisk command line, enter "r" to enter the recovery and conversion menu, and then enter "g" to convert the partition table to GPT format. Enter "w" to save changes and exit gdisk.
5. Create new partitions: After the conversion is completed, you can use fdisk or other disk management tools to create new GPT partitions and restore data to these partitions.
Please note that converting the partition table format will delete all existing partitions and data, so be sure to back up all data before performing this operation. In addition, converting MBR partition table to GPT partition table may affect system startup, so please make sure you are familiar with the basics of system startup before doing this operation.
The above is the detailed content of Detailed explanation of MBR and GPT partitions, have you learned it?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



Many friends encounter situations where they need to manually modify the hard disk format when installing win11, but they don’t know whether the win11 hard drive format is mbr or guid. In fact, both partitions are possible, but the installation methods will be different. Let’s take a look at them together. Let’s introduce it in detail. Win11 hard disk format is mbr or guid: Answer: Win11 hard disk format is both mbr and guid. In fact, win11 can be installed using both mbr format and guid mode. However, there are some differences between the two formats in terms of installation and use. The difference between win11 hard disk format mbr and guid 1. Installation 1. If we use a USB flash drive, we must use the mbr format when installing win11 in the pe system. 2. If you use w

When we use the win7 operating system, sometimes we may encounter situations where we need to reinstall the system and partition the hard disk. Regarding the issue of whether win7 hard disk format requires mbr or gpt, the editor thinks that you still have to make a choice based on the details of your own system and hardware configuration. In terms of compatibility, it is best to choose the mbr format. For more details, let’s take a look at how the editor did it~ Win7 hard disk format requires mbr or gpt1. If the system is installed with Win7, it is recommended to use MBR, which has good compatibility. 2. If it exceeds 3T or install win8, you can use GPT. 3. Although GPT is indeed more advanced than MBR, MBR is definitely invincible in terms of compatibility. GPT and MBR areas

When partitioning their own systems, due to the different hard drives used by users, many users do not know whether the win10 partition format is gpt or mbr. For this reason, we have brought you a detailed introduction to help you understand the difference between the two. Win10 partition format gpt or mbr: Answer: If you are using a hard drive exceeding 3 TB, you can use gpt. gpt is more advanced than mbr, but mbr is still better in terms of compatibility. Of course, this can also be chosen according to the user's preferences. The difference between gpt and mbr: 1. Number of supported partitions: 1. MBR supports up to 4 primary partitions. 2. GPT is not limited by the number of partitions. 2. Supported hard drive size: 1. MBR only supports up to 2TB

How to check whether a computer hard disk is a GPT partition or an MBR partition? When we use a computer hard disk, we need to distinguish between GPT and MBR. In fact, this checking method is very simple. Let's take a look with me. How to check whether the computer hard disk is GPT or MBR 1. Right-click 'Computer' on the desktop and click "Manage" 2. Find "Disk Management" in "Management" 3. Enter Disk Management to see the general status of our hard disk, then How to check the partition mode of my hard disk, right-click "Disk 0" and select "Properties" 4. Switch to the "Volume" tab in "Properties", then we can see the "Disk Partition Form" and you can see it as Problems related to MBR partition win10 disk How to convert MBR partition to GPT partition >

mbr has two meanings: 1. It means "memory buffer register", which is registered in the processor or central processing unit of the computer. The CPU transfers the stored data to and immediately accesses the storage; 2. It means "membrane bioreactor", which is A new water treatment technology that combines a membrane separation unit with a biological treatment unit.

How to start Win10 using UEFI+mbr? Today, the editor has compiled relevant startup tutorials. The process is very simple. It only requires simple operations on the disk. Let’s take a look with the editor. How to start Win10 with UEFI+mbr? 1. First open the DiskGenius 64-bit professional version partition tool. 2. We create a new primary partition in the format of Fat16 or FAT32. How to create a new one? First, release an unused space and then adjust it directly from the disk. Resize the C drive, 3. Drag the arrow to adjust the excess space, click the "Start" button, 4. Right-click the separated free area and "New Partition", 5. Create the main disk partition, format it as fat16, and click "OK" ",6 o'clock

The solid state drive is initialized to gpt. GPT has the advantages of partition size and number of partitions, and it is more advanced and robust. All computer systems are moving to it. GPT is a new standard and will gradually replace MBR in the future. Microsoft also officially announced that the Windows 11 system will only support GPT and UEFI; therefore, if you are considering upgrading your Windows system to Windows 11, you need to convert the MBR to GPT first.

When we install the system, we need to choose the correct partition format. Choosing the best format can make the computer run normally. Today, the editor has brought a detailed answer to the difference between partition MBR and GUID, so that we can better understand the computer. Let’s take a look below. Details of the difference between fast partition MBR and GUID MBR support conditions: 1. Supports up to 4 primary partitions. 2. Support hard disk partitions with a capacity of less than 2.2T. 3. Supports 32-bit and 64-bit versions below win7. 4. There must be an MBR boot sector and a primary partition. GUID support conditions: 1. Supports up to 128 primary partitions, no extended partitions and logical disks. 2. Support hard disk partitions with a capacity of 2.2T or above. 3. Support 64-bit systems of win7 and above
