From owner-freebsd-questions@FreeBSD.ORG Fri Oct 3 11:30:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E08D61065690 for ; Fri, 3 Oct 2008 11:30:00 +0000 (UTC) (envelope-from glyn@millingtons.org) Received: from smtpout.karoo.kcom.com (smtpout.karoo.kcom.com [212.50.160.34]) by mx1.freebsd.org (Postfix) with ESMTP id 529B58FC12 for ; Fri, 3 Oct 2008 11:29:59 +0000 (UTC) (envelope-from glyn@millingtons.org) Received: from unknown (HELO glynthebearded.millingtons.org) ([82.152.120.109]) by smtpout.karoo.kcom.com with ESMTP; 03 Oct 2008 12:00:37 +0100 Received: by glynthebearded.millingtons.org (Postfix, from userid 1001) id 8608C2285D; Fri, 3 Oct 2008 12:05:56 +0100 (BST) To: Warren Liddell References: <200810032028.45073.shinjii@maydias.com> Organization: Central Church, Torquay, U.K. X-Now-Playing: There's a deathly hush in the close tonight! X-Liturgical-Date: Weekday: Friday of the Twenty-sixth Week of Ordinary Time, A.D. 2008 From: Glyn Millington Date: Fri, 03 Oct 2008 12:05:56 +0100 In-Reply-To: <200810032028.45073.shinjii@maydias.com> (Warren Liddell's message of "Fri\, 3 Oct 2008 20\:28\:44 +1000") Message-ID: <86abdm2b1n.fsf@nowhere.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Utility to extract iso files without burning X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glyn@millingtons.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2008 11:30:01 -0000 Warren Liddell writes: > Im looking for a GUI or command line that will allow me to extract information > within an ISO file... im using FreeBSD 7.1-PRERELEASE KDE4.1.1 AMD64 well, you can mount it and then search around inside ...... mount_cd9660 -o ro /dev/`mdconfig -a -t vnode -f /path/to/file.iso` /mount-point Good luck! Glyn