From owner-freebsd-questions@FreeBSD.ORG Mon Apr 23 19:05:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BEF3516A40A for ; Mon, 23 Apr 2007 19:05:17 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id B04DC13C4D3 for ; Mon, 23 Apr 2007 19:05:17 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 16A081A4DC5; Mon, 23 Apr 2007 12:05:40 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 78EDD513DD; Mon, 23 Apr 2007 15:05:14 -0400 (EDT) Date: Mon, 23 Apr 2007 15:05:14 -0400 From: Kris Kennaway To: Paul Schmehl Message-ID: <20070423190514.GA97741@xor.obsecurity.org> References: <48CA2894022F35F0D83C3AFD@utd59514.utdallas.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48CA2894022F35F0D83C3AFD@utd59514.utdallas.edu> User-Agent: Mutt/1.4.2.2i Cc: FreeBSD Questions Subject: Re: Mount an iso image? 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: Mon, 23 Apr 2007 19:05:17 -0000 On Mon, Apr 23, 2007 at 02:01:10PM -0500, Paul Schmehl wrote: > Is it possible to mount an iso image? I'm not referring to a cd, but a > single file that has been created using mkisofs. If so, what command would > you use? mount_cd9660 wants a block device. Do I need to use some sort of > pseudo block device? Use mdconfig with -t vnode, then mount_cd9660 Kris