From owner-freebsd-questions@FreeBSD.ORG Mon Apr 23 19:36:45 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 D494F16A406 for ; Mon, 23 Apr 2007 19:36:45 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id ADD1213C45D for ; Mon, 23 Apr 2007 19:36:45 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 449C551931 for ; Mon, 23 Apr 2007 15:36:44 -0400 (EDT) Date: Mon, 23 Apr 2007 20:36:40 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070423203640.21c494c7@gumby.homeunix.com> In-Reply-To: <20070423191854.GD49993@glitch.rwxrwxrwx.net> References: <48CA2894022F35F0D83C3AFD@utd59514.utdallas.edu> <20070423191854.GD49993@glitch.rwxrwxrwx.net> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.11; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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:36:45 -0000 On Mon, 23 Apr 2007 21:18:55 +0200 Martin Tournoij wrote: > On Mon 23 Apr 2007 14:04, 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? > > > > Paul Schmehl (pauls@utdallas.edu) > > Senior Information Security Analyst > > The University of Texas at Dallas > > http://www.utdallas.edu/ir/security/ > > To mount a iso image: > mdconfig -at nvode -f MYIMAGE.ISO > mount_cd9960 /dev/md0 /somewhere > I notice no-one is recommending it be mounted read-only. Is it implicit for cd9960, or can an iso be modified this way?