From owner-freebsd-questions@FreeBSD.ORG Fri Mar 12 19:29:00 2004 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 4363116A4CE for ; Fri, 12 Mar 2004 19:29:00 -0800 (PST) Received: from mail014.syd.optusnet.com.au (mail014.syd.optusnet.com.au [211.29.132.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36F4E43D3F for ; Fri, 12 Mar 2004 19:28:59 -0800 (PST) (envelope-from anubis357@optusnet.com.au) Received: from rdlax10-a248.dialup.optusnet.com.au (rdlax10-a248.dialup.optusnet.com.au [198.142.5.248])i2D3SnF00379; Sat, 13 Mar 2004 14:28:50 +1100 From: anubis To: Wayne Sierke , freebsd-questions@freebsd.org Date: Sat, 13 Mar 2004 13:32:35 +1000 User-Agent: KMail/1.5.4 References: <1079021480.665.400.camel@ovirt.dyndns.ws> In-Reply-To: <1079021480.665.400.camel@ovirt.dyndns.ws> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200403131332.35991.anubis357@optusnet.com.au> Subject: Re: Unable to mount .iso image using md(4) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2004 03:29:00 -0000 On Fri, 12 Mar 2004 2:11 am, Wayne Sierke wrote: > I don't seem to be able to mount any .iso images on 5.2-RELEASE: > > # mdconfig -a -t vnode -f /root/tomsrtbt_1_7_361.iso > md0 > # mount_cd9660 /dev/md0 /mnt > mount_cd9660: /dev/md0: Invalid argument > # mdconfig -l > md0 > # Try > # mdconfig -a -t vnode -f /root/tomsrtbt_1_7_361.iso -u 0 see man mdconfig for examples