From owner-freebsd-questions@FreeBSD.ORG Sun Jul 19 15:04:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B02E106566C for ; Sun, 19 Jul 2009 15:04:34 +0000 (UTC) (envelope-from bryant.eadon@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id A13058FC08 for ; Sun, 19 Jul 2009 15:04:34 +0000 (UTC) (envelope-from bryant.eadon@gmail.com) Received: by an-out-0708.google.com with SMTP id d14so848841and.13 for ; Sun, 19 Jul 2009 08:04:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=BNnvbJz31GCFpIfsnimCOyuTsKlthGSHQohpeFcvDEE=; b=Op63HUN/q0gEptLp6aY1stJ+yIX/X2v0SZkjgv112Kdyn3o1xmC5+i+TviDOa4DNeW rNo+ispleQl6MnalWT7AoGO2ExDeDWHUUigFZIiPmL/iotZRO6mO/XEsrQRaNUBsbf+7 Xa9RYKt0si1po51CANobAGV1QAglsXOk6FfZ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=ag+50jCf1hTKcX3hG065UKdFM5k6R+Nl0WH2s6+4oYQh+7KeAm65ZOKqrr4Cqvgitv ATMfmsIxfXki6hPZHSLexKLIAaUVCnxfg0crmYtQrtZEFVJnejxoL4WC51jGPqLRI/Ke h2rNHOR9aiExbCyqeN3yr64Nl2Q+4IxGWwVC4= Received: by 10.100.213.13 with SMTP id l13mr4863973ang.110.1248015874015; Sun, 19 Jul 2009 08:04:34 -0700 (PDT) Received: from ?192.168.1.4? (rrcs-24-103-43-79.nyc.biz.rr.com [24.103.43.79]) by mx.google.com with ESMTPS id c29sm342238anc.10.2009.07.19.08.04.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 19 Jul 2009 08:04:33 -0700 (PDT) Message-ID: <4A6335F2.3040007@gmail.com> Date: Sun, 19 Jul 2009 11:04:18 -0400 From: Bryant Eadon User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Support of UDF ISO-13346 on 7.1-RELEASE-p2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bryant.eadon@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jul 2009 15:04:35 -0000 Hello, In trying to get a copy of Windows 7 working under qemu today I ran into a bit of a snag mounting the image. ## giving me a node to play with ... sudo mdconfig -a -t vnode -f /tank/extract/7100.0.090421-1700_x64fre_client_en-us_retail_ultimate-grc1culxfrer_en_dvd.iso -u 0 ## and trying to mount md0 : sudo mount -t cd9660 /dev/md0 /mnt/iso/ ## lists only a single file 'readme.txt' : This disc contains a "UDF" file system and requires an operating system that supports the ISO-13346 "UDF" file system specification. ## lovely .. sudo mount -t udf /dev/md0 /mnt/iso/ mount_udf: /dev/md0: Invalid argument ## Not very helpful ... especially since kldstat shows I have udf.ko loaded. How can I mount this disc ? Does udf.ko support this format ? thanks, Bryant