From owner-freebsd-questions@FreeBSD.ORG Sun Sep 12 19:09:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BB4D16A4CE for ; Sun, 12 Sep 2004 19:09:39 +0000 (GMT) Received: from out011.verizon.net (out011pub.verizon.net [206.46.170.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id D112043D5A for ; Sun, 12 Sep 2004 19:09:38 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.160.193.218]) by out011.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040912190938.EXOZ14580.out011.verizon.net@[192.168.1.3]>; Sun, 12 Sep 2004 14:09:38 -0500 Message-ID: <41449EE8.7030002@mac.com> Date: Sun, 12 Sep 2004 15:09:28 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: mailing lists at MacTutor References: <841AA3EC-04EC-11D9-AF33-000A95775140@mactutor.biz> In-Reply-To: <841AA3EC-04EC-11D9-AF33-000A95775140@mactutor.biz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out011.verizon.net from [68.160.193.218] at Sun, 12 Sep 2004 14:09:37 -0500 cc: freebsd-questions-en questions Subject: Re: Burning OS X .dmg disk images... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 19:09:39 -0000 mailing lists at MacTutor wrote: > Does anyone know of how to burn Mac OS X .dmg images under FBSD? Add the .dmg files to an ISO archive using mkisofs from sysutils/cdrtools, and burn them using burncd or sysutils/dvd+rw-tools. > I have .dmg files from an OSX system (10.3.x) that I want to convert to > ISO images (if necessary) for burning to cd/dvd. I can't find anything > in the list archives about this. Apple's .dmg format isn't recognized by anything on FreeBSD that I know of; people who want to make an archive of files available in a cross-platform fashion from a Mac ought to use tar, pax, or maybe zip/jar. [ A Mac can open a .dmg file from an ISO CD-ROM just fine, of course. ] -- -Chuck