# Amiga Disk image File (FFS+INTL+DIRC)

> file format

**Wikidata**: [Q105857889](https://www.wikidata.org/wiki/Q105857889)  
**Source**: https://4ort.xyz/entity/amiga-disk-image-file-ffs-intl-dirc

## Summary

Amiga Disk image File (FFS+INTL+DIRC) is a specialized disk image format used to preserve and emulate the complete contents and structure of Amiga floppy disks, specifically those formatted with the Fast File System (FFS) and international directory cache (INTL+DIRC) configurations. It is a subclass of disk image files and uses the `.adf` file extension. The format preserves exact sector-by-sector data, including file systems, metadata, and boot sectors, enabling accurate emulation of Amiga disk-based software and preserving legacy computing heritage.

## Key Facts

- **File extension**: `.adf` (Amiga Disk File)
- **File format identification pattern**: `444F5307` (hexadecimal) located at the beginning of file (offset 0)
- **Wikidata description**: file format
- **Described at URL**: https://en.wikipedia.org/wiki/Amiga_Disk_File
- **Class relationship**: subclass of disk image (computer file containing contents and structure of a disk volume)
- **Related disk image variants**: FFS (Fast File System), OFS (Original File System), INTL+DIRC (international directory cache)
- **Platform**: Amiga (Commodore Amiga personal computer family)
- **Format type**: raw disk image (sector-by-sector copy)
- **Sitelink count** (for disk image class): 26 (across Wikipedia languages)

## FAQs

### Q: What does the file extension .adf stand for?

A: `.adf` stands for Amiga Disk File, the standard file extension used for disk images created from Amiga floppy disks. It represents a complete raw copy of the original disk sectors.

### Q: How is an Amiga Disk image File (FFS+INTL+DIRC) different from other Amiga disk image types?

A: The FFS+INTL+DIRC variant specifically indicates disks formatted with the Fast File System (an optimized file system for Amiga) combined with international directory cache settings that support non-English character sets and longer filenames. This distinguishes it from OFS (Original File System) variants and standard non-international configurations.

### Q: What is the hex signature `444F5307` used for?

A: The hexadecimal pattern `444F5307` at offset 0 serves as a file format identification signature, allowing disk image utilities and emulators to recognize the file as a valid Amiga disk image format. This magic number helps automated tools distinguish ADF files from other binary formats.

### Q: Can Amiga Disk image Files be mounted or used with emulators?

A: Yes, Amiga disk image files (.adf) can be mounted in Amiga emulator software such as UAE (Unix Amiga Emulator) and other emulators, allowing users to run legacy Amiga software without requiring physical floppy disk drives or original media.

### Q: What is the relationship between this format and the broader disk image category?

A: Amiga Disk image File (FFS+INTL+DIRC) is a specific implementation within the disk image format family. Disk images in general are computer files containing complete contents and structure of disk volumes, used for backup, emulation, and data preservation. This Amiga variant follows the same principles but is tailored to the specific file system architecture of the Commodore Amiga platform.

## Why It Matters

The Amiga Disk image File (FFS+INTL+DIRC) format matters because it represents a critical preservation mechanism for Commodore Amiga software and computing heritage. The Amiga platform, introduced in 1985, held significant cultural and technical importance in the evolution of personal computing, particularly in graphics, multimedia, and gaming. By capturing exact sector-by-sector copies of Amiga disks—including the Fast File System with international directory cache support—this format ensures that decades of software, creative works, and technical innovations remain accessible despite the obsolescence of original hardware.

The FFS+INTL+DIRC specification is particularly significant because it documents how Amiga disks handled internationalization, allowing non-English characters and extended filename support. This made the platform accessible to global audiences and supported localized software distribution. Without disk image preservation formats like ADF, countless applications, games, demos, and development tools would become inaccessible as physical floppy disks degrade over time.

Furthermore, the format enables emulator developers to accurately replicate Amiga hardware behavior, supporting both software preservation efforts and continued experimentation with Amiga computing paradigms. Researchers studying the evolution of file systems, operating system design, and retrocomputing rely on these disk images as primary sources. The identification signature `444F5307` also demonstrates how file format recognition evolved in computing history, providing a template for later disk image formats.

## Notable For

- Preserving exact sector-by-sector copies of Amiga floppy disks, including boot sectors and file system structures
- Supporting the Fast File System (FFS), which offered improved performance over the Original File System
- Including international directory cache (INTL+DIRC) support for non-English character sets and extended filenames
- Using the `.adf` file extension as the standard identifier for Amiga disk images
- Serving as a foundational format in retrocomputing preservation efforts
- Enabling accurate emulation of Amiga software through emulator compatibility

## Body

### Format Identification and Technical Structure

The Amiga Disk image File (FFS+INTL+DIRC) format employs a distinctive identification mechanism through its hexadecimal signature `444F5307` located at the very beginning of the file (offset 0). This four-byte magic number allows file analysis tools, disk utilities, and emulator software to automatically recognize the file as an Amiga disk image. The signature corresponds to the ASCII characters "DOS\0" (with the null terminator represented as 07 in certain interpretations), which directly references the Amiga DOS disk format.

The `.adf` extension has become the de facto standard for Amiga disk images, widely recognized across emulation communities and preservation archives. This standardization emerged organically as the Amiga emulation scene developed, with emulators like UAE (Unix Amiga Emulator) establishing compatibility patterns that other tools subsequently adopted.

### File System Variants

The Amiga platform supported multiple file system implementations, each with distinct characteristics:

**Fast File System (FFS)**: Introduced in Amiga OS 2.0, FFS offered significant performance improvements over its predecessor through optimized block allocation and reduced fragmentation. It became the standard for later Amiga software distribution and is specifically referenced in the FFS+INTL+DIRC format designation.

**Original File System (OFS)**: The initial Amiga file system, used on earlier disks and operating system versions. OFS uses a simpler directory structure and was the default for Amiga 1.x and early 2.x systems.

**INTL+DIRC Configuration**: The international directory cache extension enabled support for non-English character sets, allowing Amiga systems to handle filenames containing accented characters, umlauts, and other language-specific symbols. This was crucial for European and international software distribution, making the platform accessible beyond English-speaking markets.

### Relationship to Disk Image Category

As a subclass of disk image files, the Amiga Disk image File inherits the fundamental characteristics of the disk image format class. Disk images are computer files that contain complete contents and structure of a disk volume, including file systems, boot sectors, metadata, and user data. The disk image class encompasses numerous implementations across computing platforms, including Apple Disk Image (.dmg), Virtual Hard Disk (.vhd), Windows Imaging Format (.wim), and optical disc images (.iso).

The Amiga variant distinguishes itself through its specific adaptation to Commodore Amiga hardware and operating system conventions. While general disk image principles apply—preservation of exact disk structure, sector-by-sector accuracy, and emulator compatibility—the ADF format incorporates Amiga-specific details such as the track layout used by Amiga floppy disk drives and the particular block sizing conventions of Amiga file systems.

### Preservation and Emulation Significance

The existence of well-documented disk image formats like Amiga Disk image File (FFS+INTL+DIRC) has been instrumental in retrocomputing preservation efforts. Physical floppy disks face inevitable degradation over time, with magnetic media suffering from bit rot and physical damage. Disk images provide a mechanism for capturing the complete state of original media before deterioration makes the data unrecoverable.

Emulator developers rely on these disk image specifications to accurately replicate Amiga hardware behavior. The UAE emulator and similar implementations use ADF files as virtual floppy disks, translating disk operations from the emulated environment to the image file. This allows users to run original Amiga software on modern hardware, preserving not just the software itself but the complete user experience of the original platform.

### Historical Context

The Commodore Amiga personal computer family, introduced in 1985, represented a significant advancement in home computing with its advanced graphics and audio capabilities. The platform's success depended heavily on floppy disk-based software distribution, with most applications, games, and system software delivered on 880KB floppy disks. The Amiga's disk operating system, built on the TRIPOS foundation, implemented sophisticated file management capabilities that the FFS+INTL+DIRC format preserves.

The disk image preservation movement for Amiga began alongside the emergence of emulation technology in the 1990s. As original hardware became scarce and floppy drives failed, the community developed standardized formats for archiving disk contents. The identification pattern and file extension conventions established during this period remain in use today, demonstrating the longevity and utility of the format specification.

### Ecosystem and Community

The Amiga disk image ecosystem encompasses multiple related projects and standards. Beyond the basic ADF format, the community developed extended variants including:

- **ADZ format**: Compressed versions of ADF files using gzip compression
- **ADF files with custom directory caching**: Variants that preserve specific Amiga DOS directory cache configurations
- **IPF format**: Protected disk image format used for copy-protected software, maintained by the SPS (Software Preservation Society)

These related formats demonstrate the ongoing evolution of Amiga disk preservation, with different solutions addressing specific needs such as compression efficiency, copy protection preservation, and long-term archival requirements.

## References

1. [TrID](https://mark0.net/soft-tridscan-e.html)