Open Bin File Mac

I have a bin file and I want to mount it without having to burn it in my mac like my iso-files. How do I do that?

8k_of_power8k_of_power

migrated from stackoverflow.comNov 13 '09 at 14:07

If you've downloaded an old image file of some forgotten game or program, you may be wondering how to open it on your computer. The BIN format is an older.

This question came from our site for professional and enthusiast programmers.

Nba 2k17 mac free download You can play this awesome game in different modes, like MyCareer, MyGM, MyTeam and a few more. Is one of the most realistic games ever made. You can choose your favorite from the NBA Teams, but those are not the only available for play. Crowd animations, pre-game and post-game shows, commentary, players animations, everything has reached a new level of real life simulation. NBA 2K17 Mac OS X SCREENSHOTS The experience in video games aproches more and more to reality.

4 Answers

You can use the bchunk, which should be in MacPorts (alternatives are: bin2iso and isodump), to convert that .bin/.cue pair to .iso, and then mount ISO file. With bchunk, the command (run in console) would be

bchunk image.bin image.cue image.iso

There's also ccd2iso, but I believe it doesn't support .bin files - only .img.

Further, I'll be talking from a Linux perspective, but as long as Mac is a FreeBSD derivative, it may work. You may want to use the console mount command (run man mount to read the manual) together with cdfs or cdemu. These will require lots of manuals reading and console love, and success will depend on what kind of kernel Macs use. Only try this as a last, really-desperate method.

chronoschronos

If you have Toast, add the bin file in Toast and save as image .toast file. Rename .toast extension to .dmg. Double-click to mount on desktop and copy content to hard drive.

jayjay

Ctrl + click on the .bin file then select Open With -> Disc Utility.

John TJohn T

cabextract is a package that provides utilities for using .bin files. It's available through MacPorts. It allows you to extract files from Microsoft cabinet files.

Jeremy LJeremy L

Not the answer you're looking for? Browse other questions tagged macos or ask your own question.