Partition Method larger than 2 TB in linux

Source: Internet
Author: User
The partition method larger than 2 TB in linux-Linux Enterprise Application-Linux server application information. For details, refer to the following section. Because I purchased a cabinet for storage, I was prepared to use LVM for dynamic resizing Management Considering the dynamic management of disk capacity. First, enable the front-end mounting machine to identify the logical volume group of the Cabinet, such as/dev/sdb.

First, we will introduce two types of partition tables:

MBR Partition Table: (MBR meaning: Master Guide record)

Maximum supported volumes: 2 TB (T; terabytes, 1 TB = 1024 GB)

Limit on partitions: a maximum of four primary partitions or three primary partitions can be added with an extended partition.

GPT Partition Table: (GPT meaning: GUID partition table)

Maximum supported volume: 18EB, (E: exabytes, 1EB = 1024 TB)

Each disk supports a maximum of 128 partitions.

Use parted to create a partition with a size greater than 2 TB

1, parted/dev/sdb
You can enter p to print the disk information, view the partition information, and find the start and end positions.

2. mklabel gpt
Set the partition type to gpt.

3, mkpart primary 0 1572860
Primary indicates the primary partition type. 0 indicates the start position of the partition, and 1572860 indicates the end position of the partition.

4, quit
Then exit with the quit command.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.