From owner-freebsd-questions@FreeBSD.ORG Thu Mar 11 22:20:16 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 95DEC16A4CE for ; Thu, 11 Mar 2004 22:20:16 -0800 (PST) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id C97BA43D1D for ; Thu, 11 Mar 2004 22:20:15 -0800 (PST) (envelope-from ws+freebsd-questions@au.dyndns.ws) Received: from lillith-iv.ovirt.dyndns.ws (ppp129-140.lns1.adl2.internode.on.net [150.101.129.140]) i2C6KDwn058099 for ; Fri, 12 Mar 2004 16:50:14 +1030 (CST) X-Envelope-From: ws+freebsd-questions@au.dyndns.ws X-Envelope-To: Received: from [192.168.100.132] (ppp129-140.lns1.adl2.internode.on.net [150.101.129.140])i2C6KB6i066007 for ; Fri, 12 Mar 2004 16:50:12 +1030 (CST) (envelope-from ws+freebsd-questions@au.dyndns.ws) From: Wayne Sierke To: freebsd-questions@freebsd.org In-Reply-To: <1079021480.665.400.camel@ovirt.dyndns.ws> References: <1079021480.665.400.camel@ovirt.dyndns.ws> Content-Type: text/plain Message-Id: <1079072408.665.423.camel@ovirt.dyndns.ws> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 12 Mar 2004 16:50:08 +1030 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.38 X-Scanned-By: SpamAssassin 2.63 (2004-01-11) X-Scanned-By: ClamAV X-Spam-Score: 0 () 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: Fri, 12 Mar 2004 06:20:16 -0000 On Fri, 2004-03-12 at 02:41, 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 > # > > I get the same result on two different systems (both 5.2-RELEASE but not > identical installations, one is my server, the other a workstation). > I've tried a few .iso images, including the one used to burn the > 5.2-RELEASE CD that these systems were installed from. > > I couldn't locate any bug reports, are there any know issues? Anything > else I can check/try? > It occurred to me that the files aren't actually the originals since they've since been copied over to a new drive, but the MD5 checksum verifies, so the images appear to be fine. I don't know where to go from here. I had no problems using vnconfig under 4.8, and as far as I can see I'm following the examples of using mdconfig to mount .iso images correctly so I'm still very curious as to whether this is "user error" or something else? Mounting cd9660 filesystems (from CD-ROM) works so it wouldn't appear to be a problem at that level. In some examples I've seen, the output of mdconfig -l for something configured as type vnode is shown as being something like "md0 vnode", suggesting that the mdconfig itself is perhaps failing somehow, but I'm clueless as to what that failure might be, short of being a bug?