Fact-checked by Grok 2 weeks ago

Microsoft basic data partition

A Microsoft basic data partition (BDP) is a standard partition type in the (GPT) disk scheme, identified by the GUID EBD0A0A2-B9E5-4433-87C0-68B6B72699C7, and functions as the direct equivalent of primary data partitions in the (MBR) system for storing user files and data. These partitions are contiguous storage spaces on basic disks, visible to and operating systems, and are typically formatted with file systems such as (the default in Windows), FAT16, or FAT32 to enable data organization and access. Unlike specialized GPT partitions like the or , BDPs are designated for general-purpose data storage and can be assigned drive letters or mount points in Windows. In the context of GPT disks, which support up to 128 partitions in Microsoft's implementation (with some reserved for system use), basic data partitions provide the flexibility to exceed the four-partition limit of MBR while maintaining compatibility with firmware for booting modern systems. They correspond specifically to MBR partition types such as 0x06 (FAT16), 0x07 (/exFAT), and 0x0B (FAT32), ensuring seamless migration and recognition of data volumes across partitioning schemes. For dynamic disk conversion in Windows, basic data partitions must remain contiguous and adhere to the PARTITION_BASIC_DATA_GUID type to avoid errors during operations like extending volumes. This partition type plays a crucial role in Windows deployment and disk management tools like DiskPart and Disk Management, where it is created by default for non-boot data volumes during installation or partitioning tasks. Its design emphasizes redundancy through primary and backup GPT tables, along with CRC32 checksums for partition integrity, making it suitable for large-scale storage in enterprise and consumer environments.

Overview

Definition and Characteristics

A Microsoft basic data partition is a partition type designed for general data storage on basic disks within Windows operating systems, identified in the (GPT) scheme by the GUID EBD0A0A2-B9E5-4433-87C0-68B6B72699C7. It represents the standard partition type that Windows creates and recognizes for storing user files, applications, or operating system files, allowing assignment of drive letters or mount points for accessibility. Unlike specialized partitions such as the or , it functions primarily as a container for data, enabling straightforward volume management without advanced configurations, though it can serve as the boot partition holding the OS. Key characteristics of a data partition include support for common file systems such as , FAT32, and , which facilitate across various storage needs and devices. This GPT partition type is the direct equivalent of primary partitions on MBR disks, which are restricted to a maximum of four primary partitions or three primary plus one extended partition containing logical drives. These partitions do not support advanced volume management features, such as spanning across disks, striping for performance, or mirroring for redundancy, limiting their use to simple, single-disk storage scenarios. Basic data partitions provide space for data, and in GPT setups, they are distinct from the (for boot loader files) and , as well as recovery partitions (for troubleshooting tools). Basic disks rely on traditional partitioning methods, eschewing the software-based functionalities available in dynamic disks, which makes them suitable for standard home and enterprise setups requiring reliability without complexity.

Historical Development

The concept of data partitions for storing files originated with the (MBR) partitioning scheme in early Windows operating systems, providing a simple method for dividing disks into logical sections. This approach was integral to , released on July 27, 1993, which relied on MBR-based primary partitions to support fundamental partitioning needs in enterprise and workstation environments. also introduced the file system, which became a primary option for formatting these partitions to enable advanced features like security and compression. The framework evolved significantly with , released in February 2000, when introduced dynamic disks as an optional advanced storage solution using the (LDM) for features like spanned and striped volumes. This development reinforced primary partitions on MBR disks as the default choice for non-complex setups, ensuring compatibility with legacy systems while offering simplicity for most users. A key milestone occurred with , launched in October 2001, which integrated the Disk Management snap-in tool—originally debuted in —for streamlined viewing, creating, and managing partitions through a graphical . The Microsoft basic data partition type was introduced for , beginning with in January 2007, where 64-bit editions enabled booting from GPT disks on systems, allowing basic data partitions to leverage GUID identifiers for greater scalability beyond MBR limitations. This transition advanced with in October 2012, which fully supported and alongside legacy and MBR, promoting their use in modern hardware configurations. Subsequent updates in (2015) and (2021) enhanced handling of on basic data partitions, improving compatibility for large-capacity removable media and cross-platform use.

Technical Details

Implementation in MBR Partition Tables

The (MBR) partition scheme, used on basic disks in Windows, begins with a 512-byte at the start of the disk. This sector includes boot code in the first 446 bytes, followed by a 64-byte partition table that defines up to four primary partition entries, and ends with a two-byte boot signature (0xAA55). To accommodate more than four partitions, one primary partition entry can designate an extended partition, which contains a of logical drive entries in additional extended boot records. Each partition entry in the MBR table is 16 bytes long and includes fields for the partition's status (such as bootable or non-bootable), starting and ending heads, sectors, and cylinders (for legacy CHS addressing), or logical block addresses (LBA) in implementations, along with a code and size in sectors. Basic data partitions in the MBR scheme, which correspond to Microsoft basic data partitions in GPT, are implemented as primary or logical partitions using specific type codes in the MBR table: 0x06 for FAT16, 0x07 for NTFS or exFAT, and 0x0B for FAT32. These codes signify standard data storage areas without special boot or system attributes, distinguishing them from other types like 0x05 (extended) or 0xEE (GPT protective). The bootable flag (0x80) in the status byte can mark one such partition as active for booting, but the underlying type code remains indicative of a basic data partition. On basic disks formatted with MBR—which default to this partition style in Windows for compatibility with and earlier systems—all partitions using the aforementioned data type codes are treated as basic data partitions, enabling simple volume management without dynamic disk features. Key limitations of MBR implementation for basic data partitions include a maximum size of 2 terabytes (TB) per , arising from the -bit LBA that addresses up to 2^ sectors of 512 bytes each (approximately 2.2 TB, though Windows enforces 2 TB). This scheme provides no native support for disks larger than 2 TB, as the entire addressable space is capped similarly, though larger disks can use MBR with unpartitioned space beyond 2 TB. Addressing relies on either legacy CHS (limited to 8 historically) or modern LBA for better scalability within the 2 TB constraint.

Implementation in GPT Partition Tables

In the GUID Partition Table (GPT) format, the partition table consists of an array of up to 128 entries, each 128 bytes in size, where the partition type is identified by a 16-byte Globally Unique Identifier (GUID). This structure, defined in the UEFI specification, allows for precise identification of partition purposes through vendor-specific GUIDs, enabling a more extensible and robust partitioning scheme compared to legacy formats. Microsoft basic data partitions in GPT are designated by the specific GUID EBD0A0A2-B9E5-4433-87C0-68B6B72699C7, which identifies them as standard non-system partitions suitable for general , such as those formatted with or file systems. This GUID ensures compatibility with Windows disk management tools, where such partitions function as the primary means of organizing user data on disks. The GUID serves as the modern equivalent to several (MBR) partition types, like 0x07 for , but leverages GPT's GUID-based system for greater flexibility. GPT's implementation offers significant advantages over MBR for basic data partitions, including support for disk sizes up to 9.4 zettabytes through 64-bit , far exceeding MBR's 2 terabyte limit. Additionally, GPT incorporates a protective MBR at the disk's first sector (LBA 0), which presents the entire disk as a single unknown (0xEE) to legacy BIOS-based systems, preventing accidental overwriting by MBR-aware tools. GPT also integrates seamlessly with firmware, which directly interprets the partition table to load boot environments, enhancing boot security and reliability for Windows systems using basic data partitions. Basic data partitions in GPT carry specific attributes that define their behavior, stored in a 64-bit field within each entry. By default, these partitions are marked as non-bootable, lacking the legacy BIOS bootable flag (bit 2) or the EFI system partition designation required for booting. Microsoft utilizes GUID-specific bits for additional flags: bit 60 enables read-only status to protect contents from modification, while bit 62 sets the hidden attribute, preventing automatic drive letter assignment and visibility in Windows Explorer unless explicitly accessed. These attributes allow fine-grained control over partition accessibility and integrity in enterprise and consumer environments.

Comparisons

With Primary Partitions

Primary partitions, in the context of (MBR) partition tables on basic disks, are the fundamental division units limited to a maximum of four per disk, with one designated as active to serve as the bootable partition for legacy BIOS-based systems. This structure allows for three primary partitions alongside an extended partition containing logical drives if more than four divisions are needed, ensuring compatibility with older hardware and operating systems that rely on MBR. In contrast, basic data partitions represent a GPT-specific designation for standard volumes, identified by the GUID ebd0a0a2-b9e5-4433-87c0-68b6b72699c7, and are not limited to four per disk—supporting up to 128 partitions without the need for extended structures or an "active" designation, as boot functionality is handled separately via the . While primary partitions in MBR can encompass both bootable and non-bootable data areas with size constraints under 2 TB, basic data partitions in GPT offer greater flexibility for large-scale storage exceeding 2 TB and enhanced integrity through (CRC), thus serving as a modern equivalent with enhanced capabilities. Notably, GPT does not employ the "primary" terminology for data partitions; instead, tools like DiskPart create them as basic data partitions by default when specifying a primary-type command on GPT disks. Primary partitions find primary use in legacy boot configurations on MBR disks, such as older Windows installations or multi-boot setups requiring compatibility, where the active partition holds the boot loader. , however, are optimized for modern GPT-based environments, serving as non-boot data volumes in systems for efficient storage management on large drives without the boot-related restrictions of MBR primaries. Converting an MBR disk with primary partitions to , thereby transforming them into basic data partitions, necessitates repartitioning the disk layout, which can potentially result in unless performed using specialized tools like MBR2GPT that preserve existing data structures. This process involves recreating the partition table while migrating boot elements, highlighting the incompatibility between the two schemes without intervention.

With Dynamic Disks and Volumes

Dynamic disks were introduced in Windows 2000 as an advanced storage management feature, utilizing a private region on the disk to store a Logical Disk Manager (LDM) database for handling volume configurations. This database enables support for various volume types, including simple volumes (confined to a single disk), spanned volumes (extending across multiple disks), striped volumes (for performance enhancement via data striping), mirrored volumes (for redundancy), and RAID-5 volumes (for fault tolerance with parity). Unlike basic data partitions, which operate within traditional partition tables without such abstraction, dynamic disks treat the entire disk as a pool for volume creation, allowing noncontiguous extents and operations like extending volumes across disks. Basic data partitions on basic disks lack native support for these multi-disk configurations or software-based RAID, requiring third-party tools for resizing or advanced fault tolerance. A key distinction is that dynamic disks convert the whole physical disk, making it incompatible with basic partitioning schemes once converted; basic data partitions can only exist on basic disks. The private region for the LDM database occupies the last 1 MB on MBR-partitioned disks or a 1-MB hidden partition on GPT disks, ensuring configuration data is preserved and replicated for recovery. This setup provides greater flexibility for storage pooling but introduces complexity, as dynamic volumes cannot be directly accessed by non-Windows systems without additional drivers. Conversion from a basic disk to dynamic is performed through the Disk Management console by right-clicking the disk and selecting "Convert to Dynamic Disk," provided there is at least 1 MB of free space and no open files on the volumes. However, reverting from dynamic to basic requires deleting all dynamic volumes first, necessitating a full data to avoid loss, as the process destroys the LDM database. Basic data partitions are preferred for their simplicity and broad compatibility in mixed environments, while dynamic disks suit Windows-centric setups needing advanced features like volume spanning or mirroring without hardware RAID controllers. Note that dynamic disks have been deprecated in Windows versions since for all usages except mirror boot volumes, in favor of Storage Spaces for modern resiliency needs.

Usage and Management

Creation and Configuration

Basic data partitions in Windows are created and configured using built-in tools such as the Disk Management console, launched via the diskmgmt.msc command, or the diskpart command-line utility. These tools allow users to manage on basic disks without requiring advanced hardware configurations. Third-party applications, including EaseUS Partition Master, provide additional graphical interfaces for similar operations, often with user-friendly wizards for non-experts. The process begins with initializing a new or uninitialized disk as , which is the default type for most storage devices in Windows. In Disk Management, right-click the disk label (marked as "Not Initialized") and select Initialize Disk, choosing either (MBR) for compatibility with older systems or (GPT) for larger drives and modern UEFI-based setups. Once initialized, right-click the unallocated on the disk and select New Simple Volume to launch the creation . In the , specify the size (up to the available unallocated ), assign a drive letter from the available options (such as D: or E:), and optionally set a volume label for identification. Using diskpart, the equivalent steps involve selecting the disk with select disk <number>, then creating the with create partition primary size=<megabytes>, followed by assign letter=<letter> to make it accessible. Post-creation configuration includes adjusting size, labels, and attributes. To resize an existing basic data partition, right-click it in Disk Management and select Shrink Volume to reduce its size (creating unallocated space) or Extend Volume to increase it if contiguous unallocated space is available immediately after the . Volume labels can be changed by right-clicking the partition, selecting Properties, and editing the label field. For attributes like hiding the partition from , right-click the partition, choose Change Drive Letter and Paths, and select Remove to detach the drive letter, effectively concealing it without deleting data. These operations preserve data on the partition but require caution to avoid interruptions during resizing. Best practices emphasize performance optimization and flexibility. and later versions automatically align new partitions to 1 MB (1024 KB) boundaries by default, which optimizes read/write performance on solid-state drives (SSDs) by matching the drive's physical sector alignment. It is advisable to leave a portion of the disk as unallocated space during initial setup—typically 10-20% depending on usage—to facilitate future expansions or new partitions without extensive resizing. After configuration, the partition supports formatting with common file systems like for general .

Formatting and File System Support

Basic data partitions in Windows can be formatted using the Disk Management console or command-line tools. In Disk Management, users right-click the unallocated space or existing partition and select , allowing selection of the , allocation unit size, volume label, and whether to perform a format (which skips checks for faster operation) or a full format (which verifies the entire disk surface). Alternatively, the format command in Command Prompt or DiskPart can be used, such as format D: /FS:[NTFS](/page/NTFS) /Q for a quick format on drive D:, where /FS: specifies the and /Q enables quick mode. Windows supports several file systems on basic data partitions, with NTFS serving as the default for most installations due to its advanced features like file-level security via access control lists, compression, encryption, and support for volumes up to 256 terabytes (or theoretically larger depending on cluster size). FAT32 provides legacy compatibility with older systems and devices but limits individual files to 4 gigabytes and partitions to 2 terabytes (or 32 gigabytes without third-party tools). exFAT is optimized for flash drives and external media, offering cross-platform compatibility with macOS and Linux while removing the 4GB file size restriction of FAT32, though it lacks NTFS's security features. ReFS, introduced for enhanced data integrity and scalability, is supported on basic data partitions primarily in Windows Server editions and for specific uses like Storage Spaces, but it is not bootable and has limited client-side adoption. When choosing a , is recommended for large internal volumes to leverage its journaling for reliability and support for sparse files, while or suits for broader interoperability, with preferred for files exceeding 4GB. In-place conversion from or to is possible using the convert.exe utility, such as convert D: /FS:[NTFS](/page/NTFS), which preserves existing data without requiring a full reformat. Performance considerations during formatting include selecting an appropriate cluster (allocation unit) size, with defaulting to 4 kilobytes for volumes under 16 terabytes to balance storage efficiency and overhead; larger clusters (up to 64 kilobytes) may be chosen for bigger partitions or specific workloads like to reduce fragmentation and improve I/O speed.

Compatibility and Limitations

Support Across Windows Versions

Primary partitions on basic disks utilizing the Master Boot Record (MBR) scheme—the direct equivalent of data partitions—have been fully supported since the initial release of in 1993, allowing for the creation and management of primary and logical partitions on basic disks. This support extended through and to all editions of (released in 2001), where MBR-based primary partitions served as the standard for both system and data storage, with Disk Management providing comprehensive tools for their configuration. (GPT) support was limited during this era; , 4.0, 2000, and XP 32-bit editions offered no native GPT compatibility, treating GPT disks as containing only a protective MBR, while XP 64-bit introduced data-only GPT support without booting capabilities. With the advent of in 2007 and in 2009, support for Microsoft basic data partitions on expanded to include full compatibility in 64-bit editions, enabling their use for both and on UEFI-enabled systems. MBR remained the default for legacy installations, but GPT basic data partitions—identified by the GUID EBD0A0A2-B9E5-4433-87C0-68B6B72699C7—gained recognition for improved scalability on larger drives, with UEFI optional rather than required. All editions of these versions supported disks for data purposes, though booting from GPT required 64-bit architectures and firmware, marking a transitional phase toward modern partitioning. Starting with in 2012 and continuing through (2015) and (2021), basic data partition support stabilized with mandatory usage for -based installations, aligning with the shift to and TPM requirements in Windows 11. This era enhanced handling of basic data partitions within features like Storage Spaces, where underlying basic disks ( or MBR) enable resilient storage pools without relying on deprecated dynamic volumes. firmware became the standard for new hardware, rendering MBR incompatible for boot partitions in compliant setups, though legacy MBR support persists for data on non-boot drives. As of 2025, Microsoft basic data partitions enjoy universal support on basic disks across all active Windows versions, with Disk Management and command-line tools like diskpart providing seamless integration for both MBR and schemes. While MBR is no longer recommended for new installations due to Windows 11's prerequisites, it remains functional for compatibility, emphasizing 's role in enabling partitions beyond 2 TB and up to 128 per disk. This evolution prioritizes for enhanced reliability and scalability in contemporary environments.

Interoperability with Other Operating Systems

In environments, Microsoft basic data partitions are recognized through their partition type GUID (EBD0A0A2-B9E5-4433-87C0-68B6B72699C7) or equivalent MBR partition types, such as 0x07 for , and are typically labeled as "Microsoft basic data" in tools like . For mounting, -formatted partitions can use the native ntfs3 (available since Linux 5.15) for stable read/write access; alternatively, the open-source FUSE-based ntfs-3g can be installed via package managers like pacman on or apt on Debian-based distributions. exFAT-formatted partitions benefit from native support introduced in 5.4, allowing direct mounting without additional drivers, though older may need fuse-exfat. On macOS, basic data partitions using are fully supported, with native read/write access to and FAT32 () file systems via , making them suitable for data exchange without extra software. NTFS partitions are mounted read-only by default due to licensing restrictions, limiting modifications unless third-party drivers like Tuxera NTFS or NTFS are installed for full read/write functionality. Common challenges include misidentification of partitions as "Microsoft basic data" in Linux tools like fdisk, which may obscure the underlying file system and require verification with commands such as lsblk -f or to confirm formats like or before mounting. Additionally, Windows Fast Startup or can lock partitions in a semi-hibernated state, preventing read/write mounting on both (via ntfs3 or ntfs-3g errors) and macOS to avoid ; this requires disabling Fast Startup in Windows Power Options or using ntfsfix to clear hibernation flags, though the latter discards unsaved Windows sessions. Best practices for cross-platform use emphasize formatting basic data partitions with to ensure native compatibility across Windows, , and macOS, supporting large files over 4 GB (unlike FAT32) while avoiding NTFS's write limitations on non-Windows systems. Users should safely unmount partitions before switching operating systems and avoid deleting unidentified " data" partitions without tool-based inspection to prevent .

References

  1. [1]
    Windows and GPT FAQ - Microsoft Learn
    The 16-byte partition type GUID, which is similar to a System ID in the partition table of an MBR disk, identifies the type of data that the partition contains ...
  2. [2]
    FAQs about GUID Partitioning Table disk | Microsoft Learn
    Basic data partitions correspond to primary MBR partitions 0x6 (FAT), 0x7 (NTFS), or 0xB (FAT32). There is a direct one-to-one correlation between a basic data ...<|control11|><|separator|>
  3. [3]
    Basic and Dynamic Disks - Win32 apps | Microsoft Learn
    Jul 8, 2025 · The 16-byte partition type GUID, which is similar to a System ID in the partition table of an MBR disk, identifies the type of data that the ...
  4. [4]
    Getting "the selected gpt formatted disk contains a partition which is ...
    Sep 5, 2022 · I get an error message that says "the selected gpt formatted disk contains a partition which is not of type 'partition basic data guid". What is the problem?I cannot extend my drive and it's showing me "The operation you ...How to fix error when converting a basic disk to dynamic?More results from learn.microsoft.com
  5. [5]
    create partition primary - Microsoft Learn
    Nov 1, 2024 · Creates a primary partition on the basic disk with focus. After the partition has been created, the focus automatically shifts to the new partition.
  6. [6]
    MSFT_Partition Class - Windows drivers - Microsoft Learn
    Jan 9, 2023 · A basic data partition. This is the data partition type that is created and recognized by Windows. Only partitions of this type can be assigned ...Syntax · Members · PropertiesMissing: definition characteristics
  7. [7]
    CreatePartition Method of the MSFT_Disk Class - Windows drivers
    Jan 8, 2023 · An NTFS or ExFAT partition. FAT32 12 ... A basic data partition. This is the data partition type that is created and recognized by Windows.
  8. [8]
    Using the Disk Management tool in Windows XP Professional
    This article will cover using the Disk Management tool in Windows XP Professional. The emphasis of this first part will be on the different disk types in a ...Missing: history | Show results with:history
  9. [9]
    exFAT File System Specification - Win32 apps - Microsoft Learn
    This specification describes the exFAT file system and provides all the information necessary for implementing the exFAT file system.
  10. [10]
    PARTITION_INFORMATION_MBR - Win32 apps | Microsoft Learn
    Feb 22, 2024 · Contains partition information specific to master boot record (MBR) disks. Syntax. C++. Copy. typedef struct _PARTITION_INFORMATION_MBR { BYTE ...
  11. [11]
    BIOS/MBR-based hard drive partitions - Microsoft Learn
    Nov 30, 2021 · An MBR drive can have up to four standard partitions. Typically, these standard partitions are designated as primary partitions.Partition Requirements · Partition layout
  12. [12]
    Different capacity in the Disk Management for MBR vs GPT
    Jul 1, 2014 · "Like modern MBRs, GPTs use logical block addressing (LBA) in place of the historical cylinder-head-sector (CHS) addressing. The protective MBR ...
  13. [13]
    Use the Disk Management Snap-in - Windows Server - Microsoft Learn
    Jan 15, 2025 · Click Start, point to Administrative Tools, and then click Computer Management. · In the console tree, click Disk Management. The Disk Management ...Missing: history | Show results with:history
  14. [14]
    Windows support for hard disks that are larger than 2 TB
    Jan 15, 2025 · Windows does not support starting GPT-initialized volumes by using UEFI systems on 32-bit versions of Windows. Also, legacy BIOS systems do not ...
  15. [15]
    5. GUID Partition Table (GPT) Disk Layout - UEFI Forum
    GPT uses 64-bit LBAs, supports many partitions, has primary/backup tables, and uses a protective MBR at LBA 0. It has primary and backup GPT headers.
  16. [16]
    PARTITION_INFORMATION_GPT - Win32 apps | Microsoft Learn
    Aug 31, 2022 · The GPT partition format is required for disks that are used to boot computers that use Extended Firmware Interface (EFI) firmware.
  17. [17]
    set id (Diskpart) - Microsoft Learn
    Nov 1, 2024 · Recognized GUIDs include: EFI system partition: c12a7328-f81f-11d2-ba4b-00a0c93ec93b; Basic data partition: ebd0a0a2-b9e5-4433-87c0-68b6b72699c7.
  18. [18]
    [PDF] FAQ: Drive Partition Limits - UEFI Forum
    What is the 2.2TB limitation? Users upgrading a computer system with a larger hard disk drive may have problems using more than 2.2 terabytes (TB) of disk ...<|separator|>
  19. [19]
    MBR2GPT.exe - Microsoft Learn
    May 7, 2025 · MBR2GPT.EXE converts a disk from the Master Boot Record (MBR) to the GUID Partition Table (GPT) partition style without modifying or deleting data on the disk.Customize Windows PE boot... · Supported versions · GPT partition type
  20. [20]
    Best practices for using dynamic disks - Windows Server
    Jan 15, 2025 · Dynamic disks are more robust and fault-tolerant in the way they store and replicate disk and volume configuration information. Dynamic disks ...
  21. [21]
    Convert a disk type to Dynamic or Basic - Microsoft Learn
    Jun 17, 2025 · Basic disks use primary partitions, extended partitions, and logical drives, making them suitable for most standard configurations.
  22. [22]
    Disk Management in Windows - Microsoft Support
    Use MBR if you are working with older ... Note: When you create new partitions on a basic disk, the first three will be formatted as primary partitions.
  23. [23]
  24. [24]
    Microsoft Support: How to re-partition without destroying the data?
    Begin -> Right click Computer -> Manage. · Locate Disk Management under Store on the left, and click to select Disk Management. · Right click the partition you ...
  25. [25]
    Disk Management Makes 'Correctly' Aligned Partitions?
    Nov 20, 2012 · By default, Windows 7 will align the beginning of a partition to a 4K boundary. Specifically, the first partition will start at LBA 2048 [CHS 0/32/33].
  26. [26]
    Shrink a Basic Volume | Microsoft Learn
    Apr 25, 2025 · You can shrink a basic volume using Disk Management or the command line (diskpart) to create unallocated space. Certain files may block the ...<|control11|><|separator|>
  27. [27]
    format | Microsoft Learn
    Sep 28, 2023 · The format command formats a drive to accept Windows files. You must be a member of the Administrators group to format a hard drive.
  28. [28]
    diskpart | Microsoft Learn
    Feb 3, 2023 · Windows Command Prompt Copy. format fs=ntfs label=Backup quick. Screenshot of diskpart showing how to create a partition and formatting the ...Format · Clean · Delete · Create
  29. [29]
    NTFS overview | Microsoft Learn
    Jun 18, 2025 · Windows Command Prompt Copy. format <DriveLetter> /l /a:64k. Maximum file name and path. NTFS supports long file names and extended-length ...Increased reliability · Increased security
  30. [30]
    Overview of FAT, HPFS, and NTFS File Systems - Windows Client
    Jan 15, 2025 · This article explains the differences between File Allocation Table (FAT), High Performance File System (HPFS), and NT File System (NTFS) under Windows NT, and ...
  31. [31]
    Resilient File System (ReFS) overview - Microsoft Learn
    Jul 28, 2025 · ReFS is a modern file system maximizing data availability, scaling to large datasets, and providing data integrity with resiliency to ...
  32. [32]
    Extend a basic or dynamic volume - Windows Server - Microsoft Learn
    Jun 11, 2025 · Extend a basic or dynamic volume in Windows or Windows Server. Use Disk Management or PowerShell to add unallocated space to a volume.
  33. [33]
    Convert2 | Microsoft Learn
    Aug 30, 2016 · Converts file allocation table (FAT) and FAT32 volumes to the NTFS file system, leaving existing files and directories intact.
  34. [34]
    [MS-FSA]: Appendix A: Product Behavior | Microsoft Learn
    Mar 7, 2024 · 1.1: NTFS uses a default cluster size of 4 KB, a maximum cluster size of 64 KB on Windows 10 v1703 operating system and earlier and Windows ...
  35. [35]
    Correct disk space problems on NTFS volumes - Windows Server
    Jan 15, 2025 · To do this, back up the volume, and then format the volume by using the format command and the /a switch to specify the appropriate allocation.
  36. [36]
    UEFI/GPT-based hard drive partitions - Microsoft Learn
    Feb 10, 2023 · When you deploy Windows to a UEFI-based device, you must format the hard drive that includes the Windows partition by using a GUID partition ...<|control11|><|separator|>
  37. [37]
    Windows 11 requirements | Microsoft Learn
    Jun 17, 2025 · To install or upgrade to Windows 11, devices must meet the following minimum hardware requirements: Storage: 64 GB or greater available disk space.Plan for Windows 11 · Prepare for Windows 11 · Compatible 64-bit processorMissing: GPT | Show results with:GPT
  38. [38]
    Convert a disk to GPT or MBR partition scheme - Microsoft Learn
    Jun 17, 2025 · GUID Partition Table (GPT) disks use the modern Unified Extensible Firmware Interface (UEFI), supports more than four partitions, and can manage ...
  39. [39]
    NTFS-3G - ArchWiki
    Oct 22, 2025 · # Mount internal Windows partition with linux compatible permissions, i.e. 755 for directories (dmask=022) and 644 for files (fmask=133) ...
  40. [40]
    exFAT in the Linux kernel? Yes! - Microsoft Open Source Blog
    Aug 28, 2019 · We're pleased to announce that Microsoft is supporting the addition of Microsoft's exFAT technology to the Linux kernel.
  41. [41]
    File system formats available in Disk Utility on Mac - Apple Support
    In Disk Utility on your Mac, format disks or volumes using Apple File System (APFS), Mac OS Extended, MS-DOS (FAT), and ExFAT.
  42. [42]
    Repair a storage device in Disk Utility on Mac
    **Summary of macOS NTFS Support from Disk Utility Guide:**
  43. [43]
    Boot Camp: I have trouble mounting the Windows partition from ...
    Jun 23, 2022 · The most common issue when trying to access the NTFS volume that contains your Windows installation is the use of Windows' Fast Startup and hibernation ...
  44. [44]
    How do I disable fast startup? - Microsoft Q&A
    Apr 11, 2024 · Hello Bill,. You can check to see if an option in the tutorial below may allow you to either turn off or disable Fast Startup in Windows 11.