From owner-freebsd-questions@FreeBSD.ORG Wed Feb 23 01:40:16 2005 Return-Path: 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 70EED16A4CF for ; Wed, 23 Feb 2005 01:40:16 +0000 (GMT) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14DC343D2D for ; Wed, 23 Feb 2005 01:40:14 +0000 (GMT) (envelope-from m.hauber@mchsi.com) Received: from wizard.valleygate.net (12-219-204-24.client.mchsi.com[12.219.204.24]) by sccmmhc91.asp.att.net (sccmmhc91) with ESMTP id <20050223014013m9100ovoq0e>; Wed, 23 Feb 2005 01:40:13 +0000 From: Mike Hauber To: freebsd-questions@freebsd.org Date: Tue, 22 Feb 2005 20:43:51 -0500 User-Agent: KMail/1.7.2 References: <20050223011425.58994.qmail@web51010.mail.yahoo.com> In-Reply-To: <20050223011425.58994.qmail@web51010.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502222043.52605.m.hauber@mchsi.com> cc: tfcheng@yahoo.com Subject: Re: extract iso image X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: m.hauber@mchsi.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2005 01:40:16 -0000 On Tuesday 22 February 2005 08:14 pm, T.F. Cheng wrote: > hi, I am not sure if I am doing the right thing. I > want to extract an downloaded isoimage by first > mounting it. I tried: mount -t iso9660 -o loop > image.iso /mnt but turns out I don't have > mount_iso9660 under /sbin, only mount_cd9660. Is there > any other way to do this? I am running > freebsd5.3/i386. Thanks! > > > ===== > Best Regards, > > Tsu-Fan Cheng > I could be doing things the hard way, but I thought you had to first configure the md? For instance, I pulled the following commands from history (just recently upgraded my firewall): mdconfig -a -t vnode -f /dat1/ISO/obsd_36.iso -u 0 mount_cd9660 /dev/md0 /mnt HTH, Mike