From owner-freebsd-questions@FreeBSD.ORG Sun Jul 19 22:13:50 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 0E3001065674 for ; Sun, 19 Jul 2009 22:13:50 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (unknown [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id DCC6A8FC1A for ; Sun, 19 Jul 2009 22:13:49 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id n6JMDn9k030066 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 19 Jul 2009 15:13:49 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id n6JMDnNw030065; Sun, 19 Jul 2009 15:13:49 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA03053; Sun, 19 Jul 09 15:05:03 PDT Date: Sun, 19 Jul 2009 15:02:22 -0700 From: perryh@pluto.rain.com To: bryant.eadon@gmail.com Message-Id: <4a6397ee.UgRjPt6smFnPScRM%perryh@pluto.rain.com> References: <4A6335F2.3040007@gmail.com> In-Reply-To: <4A6335F2.3040007@gmail.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Support of UDF ISO-13346 on 7.1-RELEASE-p2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jul 2009 22:13:50 -0000 Bryant Eadon wrote: ... > 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. Did you remember to sudo umount /dev/md0 before attempting to mount it as udf? It can't be mounted as both types at the same time :)