Fact-checked by Grok 2 weeks ago

Apple Partition Map

The Apple Partition Map (APM) is a partition scheme developed by Apple Inc. for dividing physical storage devices, such as hard disk drives, into multiple logical partitions on Macintosh computers. It serves as a data structure that describes the layout, types, and attributes of these partitions, enabling the operating system to manage file systems, boot volumes, and device drivers on the disk. APM was specifically designed for compatibility with Apple's hardware and software ecosystem, including SCSI and ATA interfaces, and supports partitioning schemes for formats like Hierarchical File System (HFS) and its successor, HFS Plus. Introduced in 1987 with the to support the first hard drives, APM quickly became the standard partitioning method for systems, replacing earlier rudimentary approaches used on floppy disks and the original Macintosh HD20 drive. It was documented extensively in Apple's Inside Macintosh: Devices and technical notes, evolving to accommodate features like driver chaining and boot support without major structural changes over nearly two decades. By the mid-2000s, APM powered partitioning for PowerPC-based Macs, allowing unlimited partitions per disk while maintaining simplicity for HFS/HFS+ volumes. At its core, APM's structure begins with a 512-byte Driver Descriptor Map (DDM) in block 0, followed by the map itself starting in block 1, where the total size is specified by the pmMapBlkCnt field in the first entry. Each entry occupies 512 bytes and includes critical fields such as pmSig (signature 'PM' for map), pmPyPartStart and pmPartBlkCnt (defining the 's starting block and size in 512-byte blocks), pmParType (specifying types like 'Apple_HFS' for partitions or 'Apple_Driver' for boot drivers), and pmPartStatus (flags for attributes like bootability or writability). A 16-bit or 32-bit ensures data integrity, and the map supports embedding HFS Plus volumes within HFS wrappers for . This design allows the Macintosh ROM or to read the map directly for booting, with partitions typically limited to 2 terabytes in total disk size due to 32-bit block addressing. APM's key strengths lie in its robustness for multi-partition setups, seamless with Mac OS file systems, and support for processes via designated startup partitions, but it lacks features like free space allocation or backup tables found in modern schemes. During Apple's transition to Intel-based processors and EFI , APM was largely superseded by the (GPT), which offers greater scalability for disks beyond 2TB and enhanced recovery options, though APM remains supported in for legacy compatibility and bootable install media on older PowerPC systems. Today, it is primarily used for maintaining vintage Macintosh hardware or creating cross-compatible volumes with pre- macOS versions.

Introduction and History

Development and Introduction

The Apple Partition Map (APM) was developed by Apple Computer in 1987 as a proprietary partitioning scheme to enable more flexible disk organization on Macintosh systems. It was introduced alongside the , the first color-capable and expandable Macintosh model, which featured a processor and built-in support for external hard drives. Prior to APM, the original Macintosh models like the 128K relied on the flat (MFS) for single-volume floppies, while the introduced rudimentary support for multiple partitions on hard drives via a simpler pre-APM scheme. Designed specifically to support multiple partitions on and other block devices, APM allowed users to separate system files, applications, and user data into distinct volumes, improving manageability and performance on larger hard drives. This was particularly beneficial for professional workflows, as it facilitated bootable system partitions alongside dedicated spaces for data and software. APM's structure was optimized for Apple's ecosystem, standardizing logical blocks at 512 bytes to ensure with contemporary drives and the Macintosh ROM's boot process. APM debuted with Mac OS System Software 4.1, released on March 2, 1987, coinciding with the launch, and integrated seamlessly with the (HFS), which had been introduced in 1985 to replace the flat Macintosh File System (MFS) used on earlier floppies and limited hard drives. While MFS's simple structure influenced early disk handling, APM's design emphasized HFS's hierarchical capabilities, enabling efficient mapping of directories and files across partitions. Apple's engineering team, drawing from standards and internal filesystem evolution, prioritized robustness and simplicity in APM to support the transition to more powerful 68k-based machines. APM continued as the standard partitioning scheme through the shift to PowerPC processors in 1994, maintaining with 68k systems while accommodating larger drives and evolving OS features.

Evolution and Deprecation

The Apple Partition Map (APM), introduced with the in 1987, underwent limited adaptations during the to accommodate growing storage needs and the introduction of the file system in 1998 with Mac OS 8.1. These updates allowed APM to support larger volumes and improved file allocation efficiency over the original HFS, but the scheme retained its core 32-bit block addressing, capping the maximum addressable disk size at 2 tebibytes (approximately 2.19 × 10¹² bytes). By the early 2000s, APM's inherent limitations—such as the absence of native 64-bit addressing, inability to handle unpartitioned free space, and poor interoperability with non-Mac platforms—became increasingly evident amid rising demands for larger drives and cross-system compatibility. These shortcomings prompted Apple to adopt the GUID Partition Table (GPT), part of the Extensible Firmware Interface (EFI) standard, starting with the transition to Intel-based processors in January 2006. GPT addressed APM's constraints by enabling 64-bit addressing for disks exceeding 8 zettabytes, providing redundant partition tables for recovery, and ensuring better alignment with modern hardware and file systems like APFS. Despite the shift to GPT for primary boot drives on Intel and later Apple silicon Macs, APM persisted in niche roles, particularly for optical media such as CDs and DVDs formatted in hybrid configurations combining HFS or structures. macOS versions through the maintained read/write support for APM volumes via in , allowing booting from hybrid APM/ setups during the PowerPC-to-Intel transition period. However, Apple began emphasizing as the preferred scheme for all new installations and external drives, citing enhanced security features like protective MBR compatibility. APM's status as a legacy format solidified in the mid-2010s, with Apple documentation from 2016 onward recommending against its use for contemporary workflows due to risks with and larger storage devices. By in 2022, while APM remained selectable in for legacy or specialized purposes like install media, Apple positioned it firmly as outdated, urging users to migrate to for optimal performance and future-proofing.

Technical Specifications

Overall Disk Layout

The Apple Partition Map (APM) divides a disk into logical of 512 bytes each, providing a structure for defining multiple partitions on devices such as hard disks and optical media used with Macintosh systems. 0 is reserved exclusively for the Driver Descriptor Map (DDM), a that specifies the disk's block size and total block count to enable proper device initialization and access. The partition map begins immediately at block 1 and occupies a contiguous series of blocks, with each partition map entry spanning exactly one 512-byte block. The first entry in the map describes the partition map itself as a special partition that encompasses all blocks allocated to the map (from block 1 onward), ensuring self-description of the structure. The total size of the partition map is determined during disk initialization and remains fixed thereafter, accommodating the number of partitions defined; it is not resized dynamically and must include space for all entries, including any unused or "free" slots if anticipated. This layout allows for flexible block allocation across the disk while maintaining a simple, linear organization of partition descriptions. APM structures support up to 64 partition map entries in typical implementations, with each entry 512 bytes in size, enabling up to 63 data partitions (or free space entries) in typical 64-entry configurations, as the DDM is separate from the map entries. All numeric fields within APM entries and the DDM use big-endian byte order, aligning with the Motorola 68000-series and PowerPC processor architectures prevalent in APM-era Macintosh computers. The scheme employs 32-bit addressing for block numbers, limiting the maximum disk size to 2 TiB. This arises from the capacity formula: maximum size = $2^{32} blocks \times 512 bytes/block. To compute this, first calculate $2^{32} = 4,294,967,296 blocks. Multiplying by the block size yields $4,294,967,296 \times 512 = 2,199,023,255,552 bytes. Since 1 TiB equals $2^{40} bytes or 1,099,511,627,776 bytes, the total is exactly 2 TiB. Although some references note a signed 32-bit interpretation capping at 1 TiB ($2^{31} blocks), the effective specification permits unsigned addressing for the full 2 TiB limit.

Partition Map Entries

The Apple Partition Map (APM) defines partitions through a series of fixed-size entries, each occupying exactly one 512-byte logical on the disk. These entries collectively form the partition map, which begins immediately after the Driver Descriptor Map in 0, starting at 1 of the disk. The structure ensures that the map is self-describing, with the first entry typically representing the entire disk and specifying the total number of entries in the map. Each partition map entry, known as a Partition record, contains a standardized set of fields that describe the partition's location, size, type, , and boot-related attributes. The field at the beginning verifies the entry's validity, while fields for start block and length use 32-bit integers to address positions and extents in blocks. The and name are stored as null-terminated strings, allowing human-readable identification. Additional fields support , including logical data start, bitfield, and boot code parameters, with the remaining space reserved for optional boot code or padding. The processor type field specifies the target , such as for 68k or PowerPC systems. The following table outlines the precise layout of a partition map entry, with byte offsets relative to the start of the 512-byte :
Byte OffsetSize (bytes)TypeField NameDescription
02pmSigPartition signature, set to $504D ("" in ASCII).
22pmSigPadReserved; must be 0.
44LongIntpmMapBlkCntNumber of blocks occupied by the entire map (identical in all entries).
84LongIntpmPyPartStartPhysical block number of the 's first block.
124LongIntpmPartBlkCntNumber of physical blocks in the .
1632CharpmPartNameNull-terminated name string (up to 32 characters).
4832CharpmParTypeNull-terminated type string (e.g., identifying HFS or driver ).
804LongIntpmLgDataStartLogical block number of the first block in the .
844LongIntpmDataCntNumber of logical blocks in the area.
884LongIntpmPartStatus32-bit bitfield indicating status, such as valid, bootable, or allocated.
924LongIntpmLgBootStartLogical block number of the first code block.
964LongIntpmBootSize of the code in bytes.
1004LongIntpmBootAddrLoad address for the code in memory.
1044LongIntpmBootAddr2Reserved.
1084LongIntpmBootEntry address for the code.
1124LongIntpmBootEntry2Reserved.
1164LongIntpmBootCksum for the code.
12016CharpmProcessorNull-terminated string indicating the type (e.g., "PPC").
136376PadpmPadReserved for future use or optional code.
For example, the signature bytes 0-1 in would appear as 50 4D, confirming a valid APM entry. This fixed format allows the boot loader or software to parse and validate partitions systematically across the block-based disk structure.

Driver Descriptor Map

The Driver Descriptor Map (DDM) resides in the first physical block (block 0) of a disk formatted with the Apple Partition Map, providing essential information for initializing block device access during system startup. Its structure is defined by the Block0 data type and begins with a 16-bit signature field sbSig set to 0x4552 ("ER" in ASCII), which validates the record's presence. Following this are fields for sbBlkSize, a 16-bit specifying the device's logical block size in bytes (typically 512); sbBlkCount, a 32-bit indicating the total number of logical blocks on the device; and sbDrvrCount, a 16-bit denoting the number of driver descriptor entries in the map. The remaining space in the 512-byte block contains an of up to 61 driver entries (each 8 bytes: 4-byte ddBlock, 2-byte ddSize, 2-byte ddType), given the fixed block size and field alignments, where each consists of ddBlock (a 32-bit for the driver's starting physical block number on the disk), ddSize (a 16-bit for the driver's length in 512-byte blocks), and ddType (a 16-bit for the target operating system, such as 1 for MacOS or 2 for ). These driver entries point to embedded block device drivers, such as the standard driver (often labeled "Apple_Driver" and supporting asynchronous and synchronous transfers) or / equivalents, which are loaded sequentially based on their order and compatibility with the host OS type. No explicit version field exists in the DDM structure itself, though practical implementations remained consistent across Macintosh hardware generations without documented revisions like or 2; any variations stem from the drivers' internal formats rather than the map. In the boot process, the Macintosh ROM's Startup Manager scans the DDM early during initialization to detect sbDrvrCount and load the specified drivers into memory, enabling subsequent reads of the partition map entries and hardware-specific disk operations before the operating system engages. This mechanism ensures compatibility for booting from diverse storage interfaces without relying on pre-loaded firmware for all device types.

Partition Types and Identifiers

Common Partition Types

The partition type in an Apple Partition Map (APM) is specified as a 32-byte ASCII in the pmParType field of each partition map entry, padded with characters if the string is shorter than 32 bytes. This identifier defines the purpose of the partition and influences how the operating system recognizes and handles it, such as determining the appropriate driver or behavior via the Start Manager. Apple defines several standard partition types, primarily for use in environments. These are outlined below in a table for clarity:
TypePurpose
Apple_partition_mapContains the partition map itself, typically the first entry on the disk.
Apple_DriverHolds device driver code, essential for booting and hardware interaction.
Apple_Driver43Contains a SCSI Manager 4.3 device driver for compatibility with BSD variants.
Apple_MFSUses the original Macintosh File System, limited to the 64K ROM version.
Apple_HFSImplements the for standard Mac OS volumes (128K ROM and later).
Apple_Unix_SVR2Supports the , originally for environments.
Apple_PRODOSFormats partitions for the ProDOS file system used in compatibility.
Apple_FreeMarks unallocated or unused space on the disk.
Apple_ScratchDesignates available for general use.
Additional standard types include Apple_Patches for storing boot-time system patches and hardware-specific variants such as Apple_Driver_ATA for interfaces. In later systems like Mac OS X, additional types became common. For instance, Apple_UFS identifies partitions formatted with the (UFS), providing compatibility for Unix-based applications and tools. Apple_RAID denotes partitions configured as part of an Apple RAID set, enabling software-based redundancy or striping. HFSX volumes, which are case-sensitive variants of (with signature 'HX'), use the partition type Apple_HFSX. These identifiers ensure that Mac OS can appropriately mount and access the partition contents without requiring manual intervention.

Partition Status Flags

The partition status flags form a 32-bit field within each Apple Partition Map entry, used to denote the operational state, allocation, and boot-related attributes of a partition. This field, labeled as pmPartStatus, primarily influences how the recognizes and interacts with partitions during initialization and . The low-order byte contains the primary status bits:
  • Bit 0 (0x00000001): Set if the partition map entry is valid.
  • Bit 1 (0x00000002): Set if the partition is allocated.
  • Bit 2 (0x00000004): Set if the partition is in use.
  • Bit 3 (0x00000008): Set if the partition contains valid boot information.
  • Bit 4 (0x00000010): Set if the partition is readable.
  • Bit 5 (0x00000020): Set if the partition is writable.
  • Bit 6 (0x00000040): Set if the boot code is position-independent.
  • Bit 7: Unused.
Higher bits include:
  • Bit 8 (0x00000100): Contains a -compatible .
  • Bit 9 (0x00000200): Contains a real (non-) .
  • Bit 10 (0x00000400): Contains a .
  • Bit 30 (0x40000000): Do not automatically (A/UX-specific).
  • Bit 31 (0x80000000): This is the (startup) partition.
For a partition to be fully operational, bits 0 and 1 must typically be set. A representative example is the binary value 0x00000003 (bits 0 and 1 set), which denotes a basic valid and allocated without additional attributes. These flags play a critical role in the boot sequence, where the scans the partition map for the boot partition (bit 31 set) to establish the primary system partition, ensuring unambiguous startup behavior across the disk. Only one such bootable partition is typically permitted per disk to avoid conflicts, while validity and allocation flags enforce access controls before any mounting or reading occurs. Invalid or unallocated partitions (e.g., with bits 0 or 1 unset) are ignored, maintaining disk integrity during operations like formatting or recovery.

Usage and Compatibility

On 68k and PowerPC Systems

The Apple Partition Map (APM) was the mandatory partitioning scheme for all internal and external storage devices on Macintosh systems featuring 68k processors, which spanned from 1987 to 1994, and PowerPC processors, which were in use from 1994 to 2006. These systems, including models connected via , , or later FireWire interfaces, relied exclusively on APM for defining disk structure and enabling compatibility with Mac OS. This native integration ensured seamless operation without the need for alternative schemes, distinguishing APM as the foundational format for data organization during this era. In the boot sequence on 68k and PowerPC Macintosh computers, the system's ROM initially accessed the Driver Descriptor Map (DDM) in the disk's first block to load essential device drivers, followed by scanning the APM for a bootable (marked with the bootable in pmPartStatus), typically an 'Apple_HFS' partition containing the system files, from which Mac OS was then loaded into memory. This process facilitated reliable startup across diverse hardware configurations, with the DDM providing critical updates to ROM-based drivers for peripherals like hard drives. APM imposed inherent limitations on these systems, notably lacking support for drives exceeding 2 in capacity due to its 32-bit block addressing, which capped the addressable at that threshold. Common disk setups typically featured 1 to 4 partitions to delineate the operating system, applications, and user data volumes, optimizing performance and organization within the constraints of available storage technology at the time. Drive management on 68k-based systems prior to Mac OS X was handled through the HD SC Setup utility, a tool bundled with versions that allowed initialization, partitioning, and formatting of and drives using APM. For PowerPC systems running early Mac OS X (versions 10.0 through 10.5), extended this functionality, offering options to create, resize, and verify APM-formatted volumes while maintaining full compatibility with the platform's boot requirements.

On Intel-based Macs

The Apple Partition Map (APM) was supported on Intel-based Macs starting with the release of Mac OS X 10.4 Tiger for Intel processors in 2006, marking Apple's transition from PowerPC architecture. However, while APM volumes could be read and written for data storage on external drives or non-boot volumes, installing the operating system required the (GPT) scheme due to EFI requirements. This limited APM to auxiliary roles, such as formatting data partitions or compatibility with legacy software. Early Intel Macs, from models like the (Intel) through those running up to (10.5), included an EFI Compatibility Support Module () that enabled booting from APM-partitioned disks in a legacy BIOS-emulation mode, mimicking PowerPC-style startup processes. This feature facilitated hybrid workflows during the architecture transition, allowing a single external drive to boot both PowerPC and Intel systems. Over time, reliance on CSM diminished as Apple fully adopted UEFI-based for native booting, with legacy boot support via CSM available on early Intel Macs but not recommended or officially supported for modern macOS installations. In Disk Utility, the APM partitioning option has been available since the Intel era (post-2006) primarily for maintaining compatibility with PowerPC hardware or for creating optical media. Although not deprecated for legacy use, Apple recommends GUID for all Intel-based systems to ensure full functionality, including secure boot and APFS file system integration. As of 2025, macOS provides full read/write access to existing APM volumes on Intel Macs via Disk Utility and the underlying file system drivers, supporting legacy data recovery and archival needs. However, creating new APM-formatted disks is discouraged outside specific scenarios, such as authoring hybrid ISO 9660 CDs that combine PC-compatible Joliet/ISO 9660 structures with Mac-specific HFS partitions under APM for cross-platform readability. This niche application preserves APM's utility in media production while aligning with Apple's shift to GPT since 2006. With macOS 26 Tahoe being the final release for Intel-based Macs as of November 2025, APM support will end on Apple's latest hardware, limited to legacy Intel systems receiving security updates until approximately 2028.

Comparison with GUID Partition Table

The Apple Partition Map (APM) and GUID Partition Table (GPT) represent two distinct approaches to disk partitioning, with APM designed for legacy Macintosh systems and GPT aligned with modern UEFI standards. A key difference lies in their addressing capabilities: APM employs 32-bit logical block addressing, restricting the maximum disk size to 2 tebibytes (TiB), whereas GPT utilizes 64-bit addressing, enabling support for disks up to approximately 9.4 zettabytes. Additionally, APM structures its data in big-endian byte order to match the architecture of PowerPC processors, while GPT adopts little-endian order, consistent with Intel's EFI specification. These foundational variances reflect APM's origins in 1980s-era Macintosh hardware versus GPT's development for contemporary multi-OS environments. In terms of partition management, APM supports up to 62 partitions within its , which is allocated contiguously at disk creation and lacks mechanisms for dynamic expansion, potentially limiting flexibility on larger drives. GPT, by contrast, accommodates up to 128 by default (expandable via reserved space), and incorporates CRC32 in both its header and partition entry array to verify integrity and enable recovery from corruption using a header at the disk's end—features absent in APM, which relies solely on a basic boot code without comprehensive validation. These enhancements in GPT improve reliability, particularly for high-capacity storage. Boot processes further diverge: APM is integrated with the Macintosh ROM on 68k systems and on PowerPC systems, restricting booting to HFS or HFS+ file systems on compatible hardware. leverages the / firmware for broader interoperability, supporting bootable installations across macOS, Windows, and via a designated , and includes a protective MBR for legacy compatibility. Since Apple's transition to processors in , has been required for all modern macOS installations, rendering APM incompatible for booting on EFI-based Macs. APM remains relevant solely for restoring legacy PowerPC systems. Migration between schemes is facilitated by tools like , which allows users to erase an APM-formatted disk and reformat it as during the process, preserving data through prior backups or . This conversion is straightforward on and Macs but necessitates careful handling for cross-platform use, as GPT's EFI dependency ensures seamless operation in diverse environments while APM's deprecation underscores its niche role in archival contexts.

References

  1. [1]
  2. [2]
    Technical Note TN1150: HFS Plus Volume Format - Apple Developer
    In an Apple partition map, the partition type ( PMPartType ) of an HFSX volume is set to "Apple_HFSX". HFSX Version 5. Introduced in Mac OS X 10.3, HFSX ...
  3. [3]
    Apple's Transition: Apple Partition Map to the GUID Partition Table
    APM is a very robust and simple partition structure for partitioning a drive which can then be formated as either HFS or HFS+ filesystem. Unlike DOS partitions, ...
  4. [4]
    Partition schemes available in Disk Utility on Mac - Apple Support
    Disk Utility on Mac supports several partition map schemes: GUID Partition Map, Master Boot Record, and Apple Partition Map.
  5. [5]
    Layout of pre-APM Apple partition map
    Dec 30, 2022 · The first Macintosh that supported partitions was the first to support hard disks: the Macintosh Plus, through its SCSI port.
  6. [6]
    Apple Partition Map Disk Image - PRONOM | Search by format
    Aug 17, 2022 · It was developed by Apple in around 1988 with the introduction of Apple Partition Map scheme on Macintosh II, a scheme that defines how the ...Missing: history 1987
  7. [7]
    Mac System Software 4.1 - BetaWiki
    Jan 11, 2024 · Mac System Software 4.1 is a build of Mac System Software 4.x. It was released on 2 March 1987 and released with the Macintosh II and SE.
  8. [8]
    System Software (0-6) System 4.x - WinWorld
    Release date: 1986; Minimum CPU: m68k; User interface: GUI; Platform: MacOS ... Apple Mac OS (System 4.1 Finder 5.5) (System Tools 2.0.1) (Aug 1987) (3.5 ...
  9. [9]
    None
    Below is a merged summary of all segments from *Inside Macintosh Volume IV (1986)*, consolidating information on disk partitioning, Apple Partition Map (APM), PM Signature, TS Signature, and mentions of Macintosh Plus/II. To retain maximum detail in a dense format, I’ve organized key information into tables where applicable, followed by a narrative summary for context. The response includes all details from the provided segments, cross-referenced for accuracy and completeness.
  10. [10]
    Details: File format summary - PRONOM | Search by format
    Aug 25, 2022 · Apple Partition Map - ISO 9660 - UDF Hybrid Disk Image, describes the contents and structure of optical disc media of Apple Partition Map (APM) ...
  11. [11]
    Erase and reformat a storage device in Disk Utility on Mac
    If you want to erase your startup disk: Start up your computer in macOS Recovery, then choose Disk Utility in the Recovery app. · If you want to erase any other ...Partition a physical disk · Use macOS Recovery · File system formatsMissing: APM | Show results with:APM
  12. [12]
    Why use the legacy Apple Partition Map scheme for macOS install ...
    Apr 3, 2022 · Here, -layout SPUD creates the disk image with an Apple Partition Map, rather than the default, more modern GUID Partition Table. According to ...When is the GUID partition table (GPT) preferred over Apple partition ...No partition scheme option when erasing a USB disk in MacOS High ...More results from apple.stackexchange.com
  13. [13]
    [PDF] SCSI Manager - Apple Developer
    The partition map is a data structure that describes the partitions present on a block device. The Macintosh Operating System and all other operating systems ...
  14. [14]
    APM (Apple Partition Map) - CiderPress II
    The format was introduced with the Macintosh II, and was replaced by GUID Partition Table (GPT) when the Macintosh line transitioned to x86 CPUs. On an APM disk ...
  15. [15]
    What's a GPT? - Roderick W. Smith
    Apr 18, 2022 · PowerPC-based Macs used a system called the Apple Partition Map (APM) ... 2 TiB limit on disk and partition size. This limit, unlike the ...
  16. [16]
    pdisk - Mac OS X in a Nutshell [Book] - O'Reilly
    Adds a partition to the partition map with the specified name, type (such as Apple_HFS or Apple_UFS ), base (i.e., starting block number), and size (in blocks).<|control11|><|separator|>
  17. [17]
    RAID Degraded - how mount the disk as sta… - Apple Communities
    Sep 17, 2005 · set using the 10.4GM diskutil. One now has a partition map with slice 4 of type "Apple_RAID", the ... apple raid) http://www.softraid.com/ Apple??<|control11|><|separator|>
  18. [18]
  19. [19]
  20. [20]
    eMac Combo 1GHz (chipped to 1.27GHz) won't boot from Mac OS ...
    Aug 31, 2025 · ... Apple Partition Map drive, which I think it needs to be for Mac OS 9 ... Partition" Status:00000003=Valid,Allocated 9: 203024 @ 1824 ...<|control11|><|separator|>
  21. [21]
    Formatting your Hard Drive for PPC or Intel based Macs - NewerTech®
    In order to boot from an Intel based or PPC based Mac, you may need to change the partition map. The bootable partition Map for PPC is (APM) "Apple ...
  22. [22]
    What is Apple Partition Map & When I Need to Use It? - iBoysoft
    Sep 14, 2024 · Usage: Apple Partition Map is used primarily for PowerPC-based Macs running Mac OS 9 or early versions of Mac OS X. GUID Partition Map is used ...<|separator|>
  23. [23]
    About the SCSI Manager(IM: D) - Inside Macintosh
    Inside Macintosh: Devices /: Chapter 3 - SCSI Manager. About the SCSI Manager ... partition map. The command descriptor block and other data structures ...
  24. [24]
    Guid Partition or Apple Partition?
    Mar 17, 2011 · What partition map should I choose for that? Guid or Apple Partition Map? I won't be using PCs just Intel Macs. When I was at the store I told ...
  25. [25]
    Format Any Hard Drive for Older Macs with Patched Apple Tools
    Apr 25, 2007 · HD SC Setup is easy to download and patch. Grab the latest version (7.5.3) of the program from Apple (link at end of article). Next, download ...
  26. [26]
    [PDF] Apple" Hard Disk SC - Owner's Guide
    Open Apple liD SC Setup. Select the Apple HD SC Setup icon and choose Open from the File menu, or just double-click the icon.
  27. [27]
    Mac Support for Master Boot Record - Level1Techs Forums
    Dec 4, 2017 · The first block, Block 0, contains an Apple-specific data structure called “Driver Descriptor Map” for the Macintosh Toolbox ROM to load driver ...
  28. [28]
    Details: File format summary - PRONOM | Search by format
    Aug 17, 2022 · The hybrid system allows for ISO9660 as a primary volume descriptor and an Apple Partition Map, allowing the disc to work on different types of ...
  29. [29]
    5. GUID Partition Table (GPT) Disk Layout - UEFI Forum
    The Protective MBR precedes the GUID Partition Table Header to maintain compatibility with existing tools that do not understand GPT partition structures.Missing: endian | Show results with:endian