Linux: Convert .bin/.cue to .ISO

So what do you do when you have a “backup” that you have in .BIN,.CUE files and it needs to be mounted as an .ISO?

Bchunk is your friend here:

#> bchunk [target basename]

The first two directives are self-explanatory.  The third is the target base filename prepended by the location (if outside the current directory).  Here’s an example:

You have two files: cd-image.bin and cd-image.cue.  You’re in your home directory.  You want your newly created .ISO to be in /tmp as /tmp/cd-image.iso.  Here’s what you do:

#> bchunk cd-image.bin cd-image.cue /tmp/cd-image

Notice that I left off the .ISO at the end.  bchunk adds that for us.  I recommend adding the -v switch for verbosity.

Leave a Reply

Your email address will not be published. Required fields are marked *

Connect with Facebook

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>