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?

link|improve this question

0% accept rate
feedback

migrated from stackoverflow.com Nov 13 '09 at 14:07

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

4 Answers

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

link|improve this answer
feedback

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.

link|improve this answer
with homebrew you can install bchunk with brew install bchunk – cwd Nov 4 '11 at 11:46
feedback

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.

link|improve this answer
Thanks @Jay worked for me ;-) – Imran Mar 15 at 15:16
feedback

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.

link|improve this answer
feedback

protected by Diago Dec 24 '10 at 7:08

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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