<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Microsoft_basic_data_partition</id>
	<title>Microsoft basic data partition - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Microsoft_basic_data_partition"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Microsoft_basic_data_partition&amp;action=history"/>
	<updated>2026-05-09T22:41:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Microsoft_basic_data_partition&amp;diff=2935983&amp;oldid=prev</id>
		<title>imported&gt;Isaidnoway: script-assisted date audit and style fixes per MOS:NUM</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Microsoft_basic_data_partition&amp;diff=2935983&amp;oldid=prev"/>
		<updated>2024-10-08T21:47:28Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/MOSNUMscript&quot; class=&quot;extiw&quot; title=&quot;wikipedia:MOSNUMscript&quot;&gt;script&lt;/a&gt;-assisted date audit and style fixes per &lt;a href=&quot;/wiki143/index.php?title=MOS:NUM&quot; class=&quot;mw-redirect&quot; title=&quot;MOS:NUM&quot;&gt;MOS:NUM&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Use mdy dates|date=October 2024}}&lt;br /&gt;
{| class=&amp;quot;wikitable floatright&amp;quot;&lt;br /&gt;
|+ Microsoft-defined GPT attribute flags for BDPs&amp;lt;ref&amp;gt;{{cite web|url=https://technet.microsoft.com/en-us/library/cc739412(v=ws.10).aspx |work=Microsoft TechNet |title=How Basic Disks and Volumes Work | date=March 28, 2003}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Bit number !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| 60 || The volume is read-only and may not be mounted read-write.&lt;br /&gt;
|-&lt;br /&gt;
| 62 || The volume is hidden.&lt;br /&gt;
|-&lt;br /&gt;
| 63 || The operating system may not automatically assign a drive letter to the volume.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
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 &amp;#039;&amp;#039;&amp;#039;basic data partition&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;BDP&amp;#039;&amp;#039;&amp;#039;) is any [[partition (computing)|partition]] identified with [[Globally Unique Identifier]] (GUID) of {{mono|EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}}.&amp;lt;ref name=GPTFAQ&amp;gt;{{cite web|url=http://www.microsoft.com/whdc/device/storage/GPT_FAQ.mspx|work=Windows and GPT FAQ|title=Windows GPT Implementation}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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]]).&amp;lt;ref name=GPTFAQ /&amp;gt; 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.&lt;br /&gt;
&lt;br /&gt;
A basic data partition can be formatted with any [[file system]], although most commonly BDPs are formatted with the NTFS, exFAT, or FAT32 file systems.  To programmatically determine which file system a BDP contains, Microsoft specifies that one should inspect the [[BIOS Parameter Block]] that is contained in the BDP&amp;#039;s [[Volume Boot Record]].&lt;br /&gt;
&lt;br /&gt;
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 {{mono|AF9B60A0-1431-4F62-BC68-3311714A69AD}}. This is analogous to the conversion from partition types {{mono|0x01}}, {{mono|0x04}}, {{mono|0x06}}, {{mono|0x07}}, {{mono|0x0B}}, {{mono|0x0C}}, and {{mono|0x0E}} to partition type {{mono|[[Partition type#PID 42h|0x42]]}} on MBR partitioned disks.&lt;br /&gt;
&lt;br /&gt;
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}}.&amp;lt;ref name=&amp;quot;RodSmithMLpost&amp;quot;&amp;gt;{{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}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Disk partitioning]]&lt;br /&gt;
* [[EFI system partition]] (ESP), a reserved partition on GPT disk&lt;br /&gt;
* [[Microsoft Reserved Partition]] (MSR), a reserved partition on GPT disk&lt;br /&gt;
&lt;br /&gt;
[[Category:Disk file systems]]&lt;br /&gt;
[[Category:Disk partitions]]&lt;br /&gt;
&lt;br /&gt;
{{Compu-storage-stub}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Isaidnoway</name></author>
	</entry>
</feed>