Entrepreneur Geek

Nirav Mehta on life, technology and future

Archive for the ‘hack’ tag

.bin and .cue files – combine to .iso on Mac OS X

with 2 comments

I got .bin and .cue files from a friend. And was wondering how to use them on my Mac.

What are .bin and .cue files?

They are essentially CD/DVD image files. The .BIN / .CUE CD image format was made popular by the CDRWin software. Afterwards many programs have started supporting or partially supporting it, including: Nero, Blindwrite, CloneCD, FireBurner. The .CUE file contains the track layout information, while the .BIN file holds the actual data.

.ISO is also a CD image format, but is sometimes used for 'ISO9660 format' (standard, recognized by all applications) and sometimes for unique Easy CD ISO format.

So how can you open them on a Mac OS X?

Apple's DiskUtility does not support these formats. Roxio Toast or other CD burning software can open and burn from .bin+.cue files. But if you don't want to do all that, there is an easy way!

Use the bchunker command line program! You can download a Mac compiled version from James Sears' site and run a command like this to get an ISO file. This ISO file can now be easily mounted by DiskUtility.

CODE:
  1. bchunk myinputfile.bin myinputfile.cue myoutputfile

Resources:

Written by Nirav

August 22nd, 2008 at 3:35 pm

Posted in Apple

Tagged with