MBR and GPT Partition Tables

preview_player
Показать описание


Partition Tables
0:20 – Before a drive can be used by an operating system, whether it be physical or virtual, a partition table needs to be created on the drive. The partition table forms the low level data structure of the drive. This structure allows the drive to be divided up into individual partitions. If I were to have a physical drive that has a partition table created on it, the drive will contain only unused space. Before the unused space can be used, the drive needs to be divided up into one or more partitions. In this case, the drive will be divided up into 3 partitions. In many cases, it is common for a hard drive to be divided up into one large, main partition for the operating system and its data, and some smaller partitions for booting, recovery, and tools. After creation, a partition table can be formatted for the operating system to store data on. There are two partition tables that are available. These are MBR and GPT. MBR is older and this has more compatibility with older and obsolete operating systems and hardware. GPT is a newer standard and has more features but requires newer operating systems and, depending on what you are trying to achieve with it, it may also require newer hardware. To start with, I will look at MBR.

Master Boot Record (MBR)
1:38 – The MBR or Master Boot Record, was first introduced on PC’s back in 1983. Since then it has become the de facto standard for PC’s working on DOS based, Windows based, and alternative operating systems like Linux. If the MBR partition table is used, this allows the drive to be divided up into a maximum for 4 primary partitions. The operating system allows each partition to be formatted to use a file system. So with MBR, the administrator could create 4 primary partitions and format them so the operating system can see 4 drives. In most cases, this should be sufficient for most requirements. However, in some rare cases it may be necessary for more than 4 partitions. If this is the case, one of the primary partitions can be changed into an extended partition. In the DOS days, this extended partition could hold 23 partitions. This was a limitation of DOS since it could only support 26 drive letters. On modern Windows operating systems, the administrators can create as many extended partitions as they wish. However, extended partitions are linked to each other so if you use a lot of them they could have an impact on performance. Also, the BIOS in the computer may not support booting from an extended partition; however, a workaround would be to place the boot loader on a primary partition that would boot the operating system stored in the extended partition. The MBR partition table offers the fundamental features required for an operating system and offers compatibility with older operating systems and hardware. The only limitation is that it is limited to 2 Terabytes of usable space. If the administrator uses MBR on a drive larger than 2 Terabytes, all the space after Terabytes will be unavailable to the operating system and thus unusable. There is some new technology that has been developed to extend the life of MBR which I will look at later on in this video. Before this, I will have a look at MBR’s replacement, GPT.

References:
“Installing and Configuring Windows Server 2012 Exam Ref 70-410” pg 42 - 43

Credits
Рекомендации по теме
Комментарии
Автор

This video is excellent, it is clear, it uses complete explanations instead of glossing over some trendy buzzwords without explaining anything. It is thorough and seems to cover everything.
Thank you for making a useful video that is clear and gives complete understanding instead of a bunch of flashy visuals stating 5% of the facts leaving the viewer with little clue of what they're trying to learn about. :)
10/10 !

FirstLast-frhb
Автор

Best instructor ever! I appreciate all your outstanding videos! Thank you!

Joel-LQ
Автор

This one is the best. Very well explained, even the book cannot explain it this well. Kudos!

Nawah
Автор

This Explanation Is Very Clear. Thank you So Much For Sharing This Useful Information. 🙏🙏

wongblurut
Автор

Back again from long time! Thanks. keep up the good job

mysticsilent
Автор

excellent as usual, looking forward more to come.

zusdd
Автор

Much better than the previous video on the same topic.

chromerims
Автор

Another awesome video of yours - thank you for all your hard work!

Unleashmywealth
Автор

Appreciate for every videos. Your explanation is so clear. Thanks for your hard work.

atitananda
Автор

Hi Welcome back..Informative good video...The basics which admins should not miss.

arjunsbabu
Автор

Perfect I was looking for this specific tuto sea of thanks :D

shareapps
Автор

I love how everything not microsoft is an "alternative operating system". This should be called MSITFreeTraining :)

codywohlers
Автор

Very great video.
Would be also cool to hear, that Windows uses different partitions (efi/fat32 vs. active/ntfs).
Thank you!

vladislavkaras
Автор

Is the 70-410 course lectures complete in these playlists created in your channel?

amanulhaq
Автор

hi i am preparing for 70-410 exam...i got ur part 1 and part-2 there part 3 for 70-410???if so when will you upload....great videos with good graphics...thanks for helping us all..waiting for ur next part-3

dilipeee
Автор

Please help.
I've 2 partition (Disk 0 & Disk 1) in gpt format. When I convert Disk 0 to mbr format (before install windows 10), I lost the other partition/Disk 1. I try to convert Disk 0 to gpt and re-install windows 10 using gpt format. I still can't find my Disk 1. How can I get back my data in Disk 1.

raifangemstones
Автор

Thanks for uploading such precious video series, but i guess this is incomplete because you did not touch HyperV settings, type 2 VMS and many things. So can you please show me the path where i can get all complete course of HyperV

Zahid-vxcg
Автор

The teacher of a course I studied taught that we can have up to 128 partitions per drive with a GPT in Windows, but also mentioned having 128 logical volumes on a partition, up to 18.8m TB. What are these 128 logical volumes/partition? I've not heard mention of this anywhere else. Thank you!

teacherrussell
Автор

any ideas how to make uefi to work on a hp 8730w elitebook after its enabled in bios?.

paul.alarner
Автор

Advantages of using a GUID partition table over a master boot record:
- Can add up to 128 primary partitions, no need for extended partitions.
- Supports maximum partition size up to 8 zettabytes.
- Capable of protecting against data corruption.
The only downside is that the GUID partition table only works well if your computer supports UEFI firmware and the operating system is 64-bit Windows 8 or higher.

giaptheson