Entrepreneur Geek

Nirav Mehta on life, technology and future

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

with one comment

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:

Bookmark and Share

Related posts:

  1. Recursively unlock files on Mac OS X I copied some songs from a CD and ended up...
  2. Setting JAVA_HOME on Mac OS X 10.5 I have been playing around with a lot of Java...
  3. Setting up local copy of PHP manual – with smart lookups If you are a PHP developer, you probably know that...

Written by Nirav

August 22nd, 2008 at 3:35 pm

Posted in Apple

Tagged with

 

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

Subscribe to comments with RSS or TrackBack to '.bin and .cue files – combine to .iso on Mac OS X'.

  1. Thanks. Was looking how to do this ages ago.

    James Urquhart

    25 Aug 08 at 3:12 pm

Leave a Reply