Showing posts with label bchunk isolin. Show all posts
Showing posts with label bchunk isolin. Show all posts

How to convert bin/cue to iso

I always forget how to convert cue cd image to iso. So in fact this note is for my memory.
Converting to iso format can be done by using bchunk. Ubuntu users have this program in repository so the procedure is very simple
  1. sudo apt-get install bchunk
  2. bchunk CDImage.bin CDImage.cue CDImage
That's all.