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?
|
feedback
|
migrated from stackoverflow.com Nov 13 '09 at 14:07
This question came from our site for professional and enthusiast programmers.
|
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
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. | |||
|
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. | |||
|
feedback
|
|
| |||
|
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.