Mount/extract a Bin+Cue image on MacOS?

Discussion in 'Mac / Hackintosh' started by krameri, May 31, 2024.

  1. krameri

    krameri Rock Star

    Joined:
    Jul 20, 2014
    Messages:
    465
    Likes Received:
    311
    I have a sample CD image from around 1999 that is in .bin and .cue flies. I recognize those from burning CDs way back, but I don't have a way to burn it today. I'd just like to mount it in Ventura. Is this possible?

    Many thanks!
    Mark
     
  2.  
  3. Slavestate

    Slavestate Platinum Record

    Joined:
    Jul 28, 2019
    Messages:
    431
    Likes Received:
    192
    Depends on the type of cd. If it's just data, convert it to an iso and mount it. If it's an audio disc, mount it with Daemon tools and rip the tracks however you do it. If it's an Akai/EMU/Roland disc, forget about it unless you have a sample conversion program.
     
  4. clone

    clone Audiosexual

    Joined:
    Feb 5, 2021
    Messages:
    7,105
    Likes Received:
    3,107
    yes, but getting it from bin/cue to iso efficiently is part of the logistics of this task when you are using standard Sample Cd's. Not format specific like E-Mu, AKAI, etc.

    Install Homebrew via Terminal. Then install Binchunker. After that it is as simple as a terminal command to flip your bin/cue to the mountable ISO mentioned above. It will load as your standard .iso, or you can do command bchunk -w (stuff) and it will rip all the audio tracks to waves.

    It's an old unix program I believe, so it is very fast. Like DD fast.

    Install Homebrew:
    Copy and paste the following command into the terminal and then press Enter →

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD

    Install Bchunk:

    https://github.com/iteufel/BchunkX
     
    Last edited: May 31, 2024
    • Like Like x 1
    • Agree Agree x 1
    • Winner Winner x 1
    • List
  5. krameri

    krameri Rock Star

    Joined:
    Jul 20, 2014
    Messages:
    465
    Likes Received:
    311
    This mystery is solved! :)
     
Loading...
Loading...