From owner-freebsd-scsi@FreeBSD.ORG Mon Mar 1 10:17:50 2004 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 9EDAA16A4CE for ; Mon, 1 Mar 2004 10:17:50 -0800 (PST) Received: from mail.errors.firstcallgroup.co.uk (mail.errors.firstcallgroup.co.uk [213.167.69.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64D2543D1F for ; Mon, 1 Mar 2004 10:17:50 -0800 (PST) (envelope-from petefrench@keithprowse.com) Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by mail.errors.firstcallgroup.co.uk with esmtp (Exim 4.22) id 1AxrzB-000NNe-PD for freebsd-scsi@freebsd.org; Mon, 01 Mar 2004 18:17:49 +0000 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.30; FreeBSD) id 1AxrzB-000HM6-I0 for freebsd-scsi@freebsd.org; Mon, 01 Mar 2004 18:17:49 +0000 To: freebsd-scsi@freebsd.org Message-Id: From: Pete French Date: Mon, 01 Mar 2004 18:17:49 +0000 Subject: Panasonic LF-D102 DVD drive 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: Mon, 01 Mar 2004 18:17:50 -0000 I have one of the above Panasonic drives that I am attempting to use under the AMD64 version of 5.2.1 -RELEASE. The drive works fine for mouting CD's or DVD's with an ISO 9660 filesystem on them. If I insert media with a UDF filesystem, however, (either a DVD-RAM cartridge or a video DVD) then I cannot access the device as I get and error along the lines of /dev/cd1 not being a valid device. This is both using mount_udf and also if I just try and get rawdata from it using "dd". It was suggested to me elsewhere that this is due to the SCSI system not recognising the drive properly and that I should ask on this list. How would I set about trying to track down the problem ? Thanks, -pcf.