Jira Courses, Training and Consulting: Sparxsys Trainings
Thanks for coming here, I hope you are enjoying learning here, I have also written some books in case you want to learn a bit more :)
If you need my help with Drupal, Linux, Jira, Scripting, Automation or want to contact me then raise a ticket for me please :) and I will get back to you, promise. At Sparxsys we provide Atlassian consultancy services, reach out to me at ravi at sparxsys dot com

Convert .cue/.bin to .iso format

Today I was installing something on Windows using Sun VirtualBox but the package was in the form of .cue and .bin files. I was not aware of these two format and didn't know how to mount them in Virtual Machine. I had two ways, first is to write a CD and second is to somehow convert the .cue and .bin files into .iso.

Well I am lazy person so I decided why take so much pain in converting them into .iso, I though of writing the .cue/.bin files on CD and them mount the CD on VirtualBox. I don't have blank CD and was getting ready to buy some from the nearby market. Suddenly I realized that it is election day today in Delhi and all the shops must be closed. So now I had only one option left, to convert the .cue and .bin files into .iso.

I searched the google and finally found the way :) here it is

1. There is a utility called bchunk that can do the conversion. So the first job is to install it.

  1. yum install bchunk

2. Once it is installed we have to do the conversion. Suppose XXX.cue and XXX.bin are the two input files that we want to convert to XXX.iso output file.

  1. bchunk XXX.bin XXX.cue XXX.iso

3. Now your iso XXX.iso is ready :) have fun

Similar posts

Subscribe

* indicates required

Please confirm that you would like to from Sparxsys:

You can unsubscribe at any time by clicking the link in the footer of our emails. For information about our privacy practices, please visit our website.

We use Mailchimp as our marketing platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp's privacy practices.

Want to contact me?