Angelo’s blog

A systems administrator’s diary
  • rss
  • Home
  • About me
  • Computers
  • Bibliography
  • Guides
    • IPSec VPN using FreeBSD
    • Setting up OpenVPN using radius on FreeBSD
    • Protect OWA using a reverse proxy
    • Monitoring a Windows machine with extended counters
  • Résumé

Convert .bin/.cue to .iso on Mac OSX

February 23, 2008 | 11:46 am

I stumbled upon this blog entry, where someone describes how to convert bin+cue to iso. I had the same problem as him:

While setting up a new VMWare image I found myself needing to convert an old .bin/.cue disk backup to iso format. Looking for a simple command line utility I came across BinChunker, a GPL-licensed *nix source that fit the bill to the tee. The official site has the source code and RedHat RPM’s but nothing for OS X.

A quick compile took care of that — BinChunker for OS X.

Download the utility, extract it to your Home directory and issue the following command from a shell prompt:

sudo cp bchunk /usr/bin/

To make sure your newly installed utility has the correct execute permissions and that its accessible to you through the terminal, run this code:

sudo chmod a+x /usr/bin/bchunk

To convert a .bin/.cue pair to a .iso, you can issue this command:

bchunk myinputfile.bin myinputfile.cue myoutputfile

If you are getting a not found error, make sure that /usr/bin/ is in your path. To check this, type echo $PATH and look for /usr/bin/ in the result. If it isn’t there, type sudo nano /etc/profile and add /usr/bin; to the PATH=… line. Then press CTRL+x followed by Y to confirm and the enter key to verify the filename to save and exit nano. Then execute source /etc/profile to refresh the path.

Categories
Mac
Comments rss
Comments rss
Trackback
Trackback

« Adding drivers to WDS boot images EU MEP’s caught red-handed »

3 responses

Hey Axis!! So I stumbled upon this blog by simply

Jru | February 29, 2008 | 5:46 am

Hey Axis!! So I stumbled upon this blog by simply googling your name:) Nice! In the last 3 hours I’ve succesfully installed osx on the same computer as I had last 3 years ;) grtz

that's great... but, no PPC ? sucks..

thatonemorekid | May 26, 2008 | 10:09 am

that’s great… but, no PPC ? sucks..

Your awesome! Spent an hour wasting my time before

al | July 25, 2009 | 6:08 am

Your awesome! Spent an hour wasting my time before i finally found your site. Thanks for the tutorial

Leave a comment

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

Pages

  • Guides
    • IPSec VPN using FreeBSD
    • Monitoring a Windows machine with extended counters
    • Protect OWA using a reverse proxy
    • Setting up OpenVPN using radius on FreeBSD

Categories

  • Games
  • Hardware
  • Linux/Unix
  • Mac
  • Microsoft
  • Misc
  • Security/privacy
  • Virtualization

Archives

  • February 2010
  • March 2009
  • November 2008
  • June 2008
  • February 2008
  • December 2007
  • November 2007
  • October 2007
  • September 2007
  • August 2007
  • May 2007
  • March 2007
  • February 2007
  • January 2007
  • December 2006
  • October 2006

Friends' sites

  • ErwinK’s site
  • Jef’s site
  • Judith’s site

Work

  • NetMatch
rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox