Re: Extracting macbin format without stuffit.
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com You may be interested in this project, with regards to MacBinary http://sourceforge.net/projects/macbinconv and with regards to creating DMGs: Also, if you are on another platform, then the following pages http://baghira.sourceforge.net/dmg.htm Andre On 18-Jul-06, at 05:16 , Markus Hitter wrote: Am 17.07.2006 um 22:23 schrieb matt jaffa: Is there a way to extract .bin files to a usable format that OS X recognizes. It seems safari can convert the .bin files to .dmg files if you download the file through the web. HopeThatHelps, Markus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/ _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/ajmas%40sympatico.ca _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... http://gemma.apple.com/documentation/Porting/Conceptual/ PortingUnix/distributing/chapter_9_section_4.html indicates that DMG files are 'Disk Images of the Apple FS HFS'. So the solution would involve creating an HFS disk image, mounting it read/write and then adding the files to it. .bin files are in MacBinary format. Alternative software exists (e.g. macbin) and the format is documented. Writing your own solution shouldn't be that hard either. Unless the .bin contains a .dmg, this would be a rarther complex conversion. I've found a man page <http://developer.apple.com/documentation/ Darwin/Reference/Manpages/man8/macbin.8.html>, but failed to find a copy of this page on my 10.4.7 installation. This email sent to ajmas@sympatico.ca This email sent to site_archiver@lists.apple.com
participants (1)
-
André-John Mas