From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 10:23:15 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 84A82106564A for ; Fri, 6 Feb 2009 10:23:15 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 3B0188FC12 for ; Fri, 6 Feb 2009 10:23:14 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LVNrd-0000YM-Lh for freebsd-questions@freebsd.org; Fri, 06 Feb 2009 10:23:13 +0000 Received: from pool-71-166-147-125.washdc.east.verizon.net ([71.166.147.125]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Feb 2009 10:23:13 +0000 Received: from nightrecon by pool-71-166-147-125.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Feb 2009 10:23:13 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Fri, 06 Feb 2009 05:23:29 -0500 Lines: 31 Message-ID: References: <21864688.post@talk.nabble.com> <21866650.post@talk.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-166-147-125.washdc.east.verizon.net User-Agent: KNode/0.99.01 Sender: news Subject: Re: problem mounting dvd ISO X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2009 10:23:15 -0000 cguan wrote: > > yes, I did. > > # kldstat -v | grep udf > 4 2 0xc44bd000 7000 udf.ko > 419 udf > 5 1 0xc4498000 2000 udf_iconv.ko > 423 udf_iconv > # mount -t udf /dev/md0 ../iso_mount/w2k8-amd64 > mount_udf: /dev/md0: Invalid argument > # > > Is it possible the udf version is too new that the freebsd doesn't support > it? I can mount it with my ubuntu 8.10. > > thanks, > Calvin > [snip] I suspect you are correct here. I seem to recall some distant memory of when it first made it's way into FreeBSD and even then it was out of date and just barely worked. Maybe it doesn't have support for ISO-13346. Don't really know the answer to this myself. -Mike