Storage Structure

Partition Schemes

Acronym Name Description
APM Apple Partition Map This is the traditional Apple partitioning scheme used to start up a PowerPC-based Macintosh computer, to use the disk as a non-startup disk with any Mac, or to create a multiplatform compatible startup disk.
MBR Master Boot Record This is the DOS/Windows-compatible partitioning scheme.
GPT GUID Partitioning Table This is the partitioning scheme used to start up an Intel-based Macintosh computer.

Source: diskutil(8)

Filesystems

Acronym Name Description
APFS APFS  
ExFAT ExFAT  
Free Space (or free) Free Space  
MS-DOS MS-DOS (FAT)  
MS-DOS FAT12 MS-DOS (FAT12)  
MS-DOS FAT16 MS-DOS (FAT16)  
MS-DOS FAT32 (or fat32) MS-DOS (FAT)  
HFS+ Mac OS Extended  
Case-sensitive HFS+ (or hfsx) Mac OS Extended (Case-sensitive)  
Case-sensitive Journaled HFS+ (or jhfsx) Mac OS Extended (Case-sensitive, Journaled)  
Journaled HFS+ (or jhfs+) Mac OS Extended (Journaled)  

Source: diskutil(8)

APFS

APFS is the new FileSystem that was announced at WWDC ‘16. It will be available on all Mac and iOS devices in 2017.

It features awesome new and improved features such as:

  • Clones
  • Snapshots
  • Space Sharing
  • Encryption
  • Crash Protection
  • Sparse Files
  • Fast Directory Sizing
  • Atomic Safe-Save

Rich Trouton did a very interesting talk at MacAdUk. Grab it here.

Source: APFS Guide

CoreStorage

Acronym Name Description
LVG Logical Volume Group  
PV Physical Volume  
LVF Logical Volume Family  
LV Logical Volume  

Source: diskutil(8)