Content deleted Content added
Isaidnoway (talk | contribs) |
|||
(41 intermediate revisions by 29 users not shown) | |||
Line 1:
{{Use mdy dates|date=October 2024}}
{| class="wikitable floatright"
|+ Microsoft-defined GPT attribute flags for BDPs<ref>{{cite web|url=
|-
! Bit number !! Meaning
Line 11 ⟶ 12:
|}
In [[Microsoft]] [[operating system]]s, when using [[Logical Disk Manager#Basic and dynamic disks and volumes|basic disk]] partitioned with [[GUID Partition Table]] (GPT) layout, a '''basic data partition''' ('''BDP''') is any [[partition (computing)|partition]] identified with [[Globally Unique Identifier]] (GUID) of
According to Microsoft, the basic data partition is the equivalent to [[master boot record]] (MBR) partition types {{mono|[[Partition type#PID 06h|0x06]]}} ([[FAT16B]]), {{mono|[[Partition type#PID 07h|0x07]]}} ([[NTFS]] or [[exFAT]]), and {{mono|[[Partition type#PID 0Bh|0x0B]]}} ([[FAT32]]).<ref name=GPTFAQ /> In practice, it is equivalent to {{mono|[[Partition type#PID 01h|0x01]]}} ([[FAT12]]), {{mono|[[Partition type#PID 04h|0x04]]}} ([[FAT16]]), {{mono|[[Partition type#PID 0Ch|0x0C]]}} (FAT32 with [[logical block addressing]]), and {{mono|[[Partition type#PID 0Eh|0x0E]]}} (FAT16 with logical block addressing) types as well.
A
When a Microsoft operating system converts a GPT-partitioned
▲A Basic Data Partition can be formatted with any [[filesystem]] format, although most commonly BDPs are formatted with the FAT32 or NTFS filesystem formats. To programatically determine which filesystem format a BDP contains, Microsoft specifies that one should inspect the [[BIOS Parameter Block]] that is contained in the BDP's [[Volume Boot Record]].
Linux used the same partition type GUID for basic data partition as Windows prior to introduction of a Linux specific Data Partition GUID {{mono|0FC63DAF-8483-4772-8E79-3D69D8477DE4}}.<ref name="RodSmithMLpost">{{cite mailing list|last=Smith|first=Rod|title=Need for a Unique Linux GPT GUID Type Code|mailing-list=bug-parted|date=June 23, 2011|url=http://lists.gnu.org/archive/html/bug-parted/2011-06/msg00026.html |via=lists.gnu.org |access-date=April 10, 2013}}</ref>
▲When a Microsoft operating system converts a GPT-partitioned [[basic disk]] to a [[dynamic disk]], all BDPs are combined and converted to a single [[Logical Disk Manager]] data partition identified with GUID <tt>AF9B60A0-1431-4F62-BC68-3311714A69AD</tt>. This is analogous to the conversion from partition types 0x01, 0x04, 0x06, 0x07, 0x0B, 0x0C, and 0x0E to partition type 0x42 on MBR partitioned disks.
== References ==
Line 25 ⟶ 26:
== See also ==
* [[Microsoft Reserved Partition]] (MSR), a reserved partition on GPT disk▼
* [[EFI System Partition]] (ESP), a reserved partition on GPT disk▼
* [[Disk partitioning]]
▲* [[Microsoft Reserved Partition]] (MSR), a reserved partition on GPT disk
[[Category:Disk file systems]]
[[Category:Disk partitions]]
{{
|