Now go ahead and repack those discs—your hard drive (and your sanity) will thank you.
bchunk game.cue game.iso Or to be explicit: how to convert multiple bin files to one iso repack
Remember that an ISO is not always superior to BIN/CUE. If your goal is to preserve a classic PC game with CD audio or a PlayStation 1 title, keeping the multi-bin set might actually be the safer archival choice. However, for system administration, virtual machines, and modern software distribution, a single, tidy ISO file is the professional standard. Now go ahead and repack those discs—your hard
Use isoinfo to check your new ISO:
bchunk -v game.cue game final_output.iso bchunk reads the CUE sheet, follows every FILE reference, extracts the data blocks, and writes them sequentially into a single ISO. It automatically handles mode1, mode2, and audio track alignment. for system administration