file combined.iso
Solution: You can regenerate a CUE sheet using: how to convert multiple bin files to one iso repack
Without a CUE sheet, you cannot correctly interleave multiple BINs. Do not attempt blind concatenation. file combined
Only valid if: All BINs are raw data tracks with no headers. Without a CUE sheet, you cannot correctly interleave
# Concatenate all bin files
cat part1.bin part2.bin part3.bin > combined.iso
The preservation and emulation of optical media, particularly CD-ROMs from the 1990s and early 2000s, often involves managing disk images stored in the BIN/CUE format. When a disc contains multiple data tracks, mixed audio, or subchannel data, ripping software frequently generates several BIN files paired with a single CUE sheet. This paper presents a systematic, technical procedure for consolidating multiple BIN files into a single, mountable ISO (International Organization for Standardization) image. The method prioritizes data integrity, cross-platform compatibility, and the preservation of original file systems while addressing common pitfalls such as audio track loss and multisession data.
The methodology requires the following software (all cross-platform via CLI or GUI):
| Tool | Purpose | Availability |
|------|---------|---------------|
| Bchunk | Converts BIN/CUE to ISO, CDR, or raw | Linux, macOS, Windows (Cygwin/WSL) |
| CDRDAO | Inspect and extract track structures | Cross-platform |
| IsoBuster (optional) | Visual validation of track layout | Windows/macOS |
| PowerISO (GUI alternative) | Direct repack from multiple BINs | Commercial, multi-OS |