From owner-freebsd-questions@FreeBSD.ORG Tue Oct 10 22:25:52 2006 Return-Path: X-Original-To: questions@freebsd.org 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 AB96C16A54C for ; Tue, 10 Oct 2006 22:25:52 +0000 (UTC) (envelope-from pgiessel@mac.com) Received: from achilles.leela.ws (achilles.leela.ws [66.207.162.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F1E543DF0 for ; Tue, 10 Oct 2006 22:25:29 +0000 (GMT) (envelope-from pgiessel@mac.com) Received: from [192.168.0.193] ([158.145.111.132]) (authenticated bits=0) by achilles.leela.ws (8.13.6/8.13.6) with ESMTP id k9AMPNgt054796 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 10 Oct 2006 14:25:24 -0800 (AKDT) (envelope-from pgiessel@mac.com) Message-ID: <452C1DD1.5030107@mac.com> Date: Tue, 10 Oct 2006 14:25:21 -0800 From: "Peter A. Giessel" User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: Paul Schmehl References: <452BEBC2.7010109@wilderness.homeip.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: .dmg files? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2006 22:25:52 -0000 On 2006/10/10 14:10, Paul Schmehl seems to have typed: > --On Tuesday, October 10, 2006 13:51:46 -0500 Drew Sanford > wrote: > >> Is there any way to unpack a .dmg file (mac) on FreeBSD? I have checked >> in ports/archivers and can't find anything that looks like it will do it, >> and google turns up nothing of any use that I've found yet. Have I missed >> something, or can this really not be done? >> > Won't this do it? > > /usr/ports/archivers/stuffit I don't believe so: http://www.stuffit.com/compression/fileformats.html .dmg is a Disk iMaGe fairly similar to a BSD *.iso file. Stuffit supports compressed archives, but afaik, does not support any disk image file formats.