DCP drive formats
Digital Cinema Packages are often blamed for being “corrupt” when the real issue is the hard drive they were delivered on. Cinema servers are picky: the partition map, file system, and even inode size can decide whether a perfectly valid DCP ingests instantly or is rejected on arrival. This guide explains the drive formats theaters expect, the hardware options you will encounter, and the most common compatibility traps.
Architecture of a DCP Drive
The most common reason for a “corrupt” DCP isn’t the video file itself, but the file system of the drive it lives on. Unlike consumer electronics, cinema servers run on specialized Linux environments that require very specific formatting rules.
File System Standards (Linux EXT2/EXT3)
ISDCF recommends EXT2 or EXT3 for DCP delivery drives, with a specific inode setting
- EXT2 (Second Extended Filesystem): The “gold standard” for DCP delivery. It is non-journaling, which makes it slightly faster and universally readable by cinema servers.
- EXT3: Also widely accepted, this adds a “journaling” feature that helps track changes. It is the preferred format for ISDCF (Inter-Society Digital Cinema Forum) compliance.
Partitioning and Formatting
The logical structure of the drive is just as critical as the file system. You cannot simply use a standard “Quick Format” on your Mac or PC.
The Importance of Inode 128
This is the most technical but important detail. When formatting your drive to EXT2/EXT3, the inode size must be set to 128 bytes.
Modern Linux systems default to 256 bytes, which causes older Doremi servers to reject the drive entirely. If you are using command-line tools or specialized software like Paragon EXTFS, you must manually specify the inode size to avoid playback failure.
MBR vs. GPT Partition Maps
ISDCF specifies:
MBR partition table (required), explicitly excluding GPT. ISDCF Files
Single partition only, and it must be the first primary partition record. ISDCF Files
Practical limit: MBR restricts you to drives up to 2TB for universal compatibility.
Physical Hardware Options
Once you understand the digital formatting, you need to choose the right physical vehicle for your film. The industry distinguishes between “professional theatrical delivery” and “film festival/indie delivery.”
The CRU-Dataport DX115 Standard
For mainstream theatrical distribution, CRU DX115-style carriers/enclosures are the common expectation because they ingest fast and handle booth workflows well.
Typical setup:
A DX115 carrier/caddy with a SATA HDD/SSD inside.
A matching DX115 receiving dock in the booth or TMS ingest rack.
USB Drives for Festivals and Indie Films
For short films, documentaries, and smaller festivals, a CRU drive is often overkill and too expensive. In these cases, USB drives are accepted, provided they meet specific criteria:
- USB 3.0/3.1: Speed is essential. USB 2.0 is too slow for large files.
- Portable SSDs: Solid State Drives (SSDs) like the Samsung T7 or SanDisk Extreme are preferred over mechanical HDDs because they are less prone to damage during shipping.
- Formatting: Even though it is a USB stick, it should still ideally be formatted to Linux EXT2/EXT3 for maximum safety.
Common Compatibility Pitfalls
Many filmmakers try to bypass Linux formatting because it is difficult to read on Windows or macOS computers without third-party software. However, taking shortcuts here creates risks.
Why NTFS and HFS+ Fail
Real-world support varies by server generation, but a useful rule of thumb is:
EXT2/EXT3 are officially supported on Dolby and GDC ingest systems.
HFS (Mac format) is not supported, and exFAT is not supported on those systems.
NTFS may work on some systems, but you should treat it as “sometimes” unless you know the booth can mount it.
Also important: ISDCF explicitly warns that connecting DCP drives to general-purpose computers can lead to accidental damage because some consumer OS behaviors are not “DCP-aware.”
ISDCF Naming Conventions
While not a drive format strictly speaking, the folder structure on the drive is part of the “format” the server expects. Your DCP folder name must follow the Digital Cinema Naming Convention.
- Example: MovieTitle_FTR_F_EN-XX_51_2K_20240101_SMPTE_OV
- Avoid Subfolders: The DCP folder should be at the root of the drive. Do not bury it inside a folder called “My Film Deliverables.”
Interop vs. SMPTE Standards
- Interop: The older legacy standard.] It strictly requires 24fps and is the safest bet for maximum compatibility.
- SMPTE: The modern standard that supports higher frame rates (HFR), ATMOS audio, and advanced encryption. Ensure your target theater supports SMPTE before delivering this format.
Quick checklist
Partition map: MBR
Partitions: one single primary partition
File system: EXT2 or EXT3
Inode size: 128 bytes
Drive size: 2TB or less for universal MBR compatibility
DCP folder: top-level directory (root)
Avoid: GPT, exFAT, Mac formats (HFS/APFS), nested AssetMap paths