From owner-freebsd-scsi@FreeBSD.ORG Wed Nov 19 06:14:28 2003 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E59116A4CE for ; Wed, 19 Nov 2003 06:14:28 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 4029243FCB for ; Wed, 19 Nov 2003 06:14:27 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 50743 invoked by uid 1002); 19 Nov 2003 14:14:26 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 19 Nov 2003 14:14:26 -0000 Message-ID: <3FBB7A93.2070507@freebsd.org> Date: Wed, 19 Nov 2003 07:13:39 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Branson Matheson References: <20031118145602.C74256@underfoot.windborne.net> <20031118133829.B34253@pooker.samsco.home> <20031118154320.E74256@underfoot.windborne.net> In-Reply-To: <20031118154320.E74256@underfoot.windborne.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-scsi@freebsd.org Subject: Re: DVD on SCSI? X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:14:28 -0000 Branson Matheson wrote: > On Tue, Nov 18, 2003 at 01:40:17PM -0700,Scott Long did mutter: > >>On Tue, 18 Nov 2003, Branson Matheson wrote: >> >>> Having problems mounting a UDF filesystem on my SCSI dvd. Getting a >>>weird error "file not found". THis is on a 5.1 system, Supported and working >>>NCR scsi controller. Works fine under NT. Has anyone had any >>>experience for this? >>> >> >>Do any relevant messages come out of the console when this happens? Also, >>does it happen when you try to mount the DVD, or when you try to list the >>contents? > > > Nothing on the console.. and when I mount. I can boot off this cd in to > a mfs rooted environment, umount the cd .. put in a DVD .. and try to > mount_udf .. and I get the "File not found" error. Very strange. > > >>Scott > > Is the udf.ko module loaded? If not, is it available in /boot/kernel? The mount program will try to load it if it isn't already present, but if it can't find the module then that might be what is giving you that error message. Scott