After Linux is installed, "the allocated partitions cannot be allocated ."

Source: Internet
Author: User

MBR (Master Boot recorder) Stores hard disk information in the Main Boot Sector. MBR is the heaviest hard disk.
This is because two important items are recorded in the MBR: The Boot Management Program and the partition table ). Therefore, we are modifying the partition table.

Due to the limited capacity of this MBR block, at the beginning of the design, only four partition records were designed.
Partition records are called primary (primary partition) and extended (extended partition). That is to say, a hard disk can have up to four primary + extended sectors, extended can only have one
Here, if you want to partition into four disk partitions, You can at most:

P + P

P + E

To partition. (Because extended cannot be used directly, you still need to partition it into logical)

Because there is a primary partition and an extended partition, only two primary partitions can be created at most.
The/AND/boot are regarded as the primary partition in sequence, so swap cannot be created ......

Solution:
Use the partition tool to divide all the remaining space into extended partitions, and then install the system. Divides the entire hard disk into one primary partition.
And an extended partition. Linux is installed in the remaining space of the extended partition.

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.