From owner-freebsd-questions@FreeBSD.ORG Mon May 30 15:51:01 2005 Return-Path: X-Original-To: freebsd-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 B205616A41C for ; Mon, 30 May 2005 15:51:01 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 522BB43D1F for ; Mon, 30 May 2005 15:51:01 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-149.dynamic.qsc.de [212.202.39.149]) by mail.efacilitas.de (Postfix) with ESMTP id 17619123AE7; Mon, 30 May 2005 17:49:34 +0200 (CEST) Received: from localhost (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id C4C3C12B0E9; Mon, 30 May 2005 17:49:39 +0200 (CEST) Received: from eurystheus.local ([192.168.1.67]) by localhost (eurystheus.locaL [192.168.1.67]) (amavisd-new, port 10024) with ESMTP id 41472-01; Mon, 30 May 2005 17:49:34 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id E256612B09B; Mon, 30 May 2005 17:49:33 +0200 (CEST) Message-ID: <429B360D.5010904@cs.tu-berlin.de> Date: Mon, 30 May 2005 17:49:33 +0200 From: Bjoern Koenig User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steven Friedrich References: <200505301101.59780.FreeBSD@InsightBB.com> In-Reply-To: <200505301101.59780.FreeBSD@InsightBB.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at example.com Cc: freebsd-questions@freebsd.org Subject: Re: Can I mount an ISO image directly with mount? 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, 30 May 2005 15:51:01 -0000 Steven Friedrich wrote: > I believe I read a posting over a year ago, that stated that you could mount > an ISO file directly with mount. Indirectly. # mdconfig -a -f filename.iso md3 # mount_cd9660 /dev/md3 /cdrom Regards Björn