BIOS, UEFI, MBR, GPT, Primary, Extended and Logical Partition Types Explained

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024

ความคิดเห็น • 12

  • @jeetendrabose1559
    @jeetendrabose1559 หลายเดือนก่อน +1

    Such a knowledgeable video ,thaks a lot

  • @rezamostafid8810
    @rezamostafid8810 25 วันที่ผ่านมา +1

    Thanks for sharing! Very useful refresher!

  • @lawa9629
    @lawa9629 3 วันที่ผ่านมา

    Thanks but one thing, BIOS supports maximum 4 primary partition not 14.

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube  3 วันที่ผ่านมา

      Yes, that is why the concept of primary and logical partitions was used to create more partitions. This concept allows you to convert the last primary partition into logical partitions. Logical partitions reside inside a physical partition. Only the operating system sees logical partitions. BIOS only considers the physical partitions.

  • @udayshankarshaw8221
    @udayshankarshaw8221 3 หลายเดือนก่อน

    Hi Thanks for this video. Very good explaination, just 1 query that in 4:00 min of video you mentioned that MBR can support 14 partitions i am not clear with this portion. Because i know and further you also mentioned in video that MBR support 4 partitions. Please help i am confused in this portion.

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube  3 หลายเดือนก่อน

      MBR supports three types of partition: primary, extended, and logical on a single disk. We can use only primary and logical partitions for data storage. We cannot use the extended partition for data storage. It stores logical partitions.
      Technically, MBR supports only four primary partitions numbered from 1 to 4. If we need more partitions, we need to convert the last primary partition into the extended partition. Inside the extended partition, we can create up to 11 logical partitions. Thus, we can create a maximum of 14 usable partitions (3 primary and 11 logical) on a single disk. The numbering for the logical partitions starts at 5.

  • @reemyarkoni4808
    @reemyarkoni4808 6 หลายเดือนก่อน

    Can’t you use LVM with GPT? I think I saw some TH-camr do that

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube  6 หลายเดือนก่อน

      You can use LVM with GPT. LVM is a partition type while GPT is how the hard disk stores partition information.

  • @reemyarkoni4808
    @reemyarkoni4808 6 หลายเดือนก่อน

    Imagine creating a separate partition for every different type of file on your system

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube  6 หลายเดือนก่อน

      Ya, you can do it. But you should create partitions based on your requirement rather than one for each type.