From owner-freebsd-questions@FreeBSD.ORG Tue Jun 9 20:13:28 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 C6AFC1065672 for ; Tue, 9 Jun 2009 20:13:28 +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 7E5278FC19 for ; Tue, 9 Jun 2009 20:13:28 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ME7hH-0005Uv-R4 for freebsd-questions@freebsd.org; Tue, 09 Jun 2009 20:13:27 +0000 Received: from pool-71-166-149-202.washdc.east.verizon.net ([71.166.149.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Jun 2009 20:13:27 +0000 Received: from nightrecon by pool-71-166-149-202.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Jun 2009 20:13:27 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Tue, 09 Jun 2009 16:15:09 -0400 Lines: 24 Message-ID: References: <4A2EAF98.70700@eskk.nu> <20090609190728.GA76887@slackbox.xs4all.nl> <4A2EB6CA.6090506@eskk.nu> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-166-149-202.washdc.east.verizon.net Sender: news Subject: Re: Need advise on how to mount certain CD's 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: Tue, 09 Jun 2009 20:13:29 -0000 Leslie Jensen wrote: [snip] > > I tried that as well, same error unfortunately > > mount -t udf /dev/acd0 /cdrom > mount_udf: /dev/acd0: Invalid argument > > So is this a new MS filesystem that no one but Vista users can read? I'm > afraid we'll properly see more of these problems unless support is added > to the mount command. > Try kldload udf.ko prior to the mount attempt. Check and see if it auto- loaded udf_iconv.ko as it should. If that one isn't present in kldstat load it too. Don't really know if the particular UDF spec/format that FreeBSD supports is the same as Vista. No Vista here to try. -Mike