From owner-freebsd-current@FreeBSD.ORG Tue Jun 17 19:01:15 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD45537B401 for ; Tue, 17 Jun 2003 19:01:15 -0700 (PDT) Received: from chaos.obstruction.com (CPE00e018983b2f-CM013349903124.cpe.net.cable.rogers.com [24.156.200.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D2BF43FAF for ; Tue, 17 Jun 2003 19:01:15 -0700 (PDT) (envelope-from guy-dated-1058493663.d32eac@obstruction.com) Received: from chaos.obstruction.com (localhost [127.0.0.1]) by chaos.obstruction.com (Postfix) with ESMTP id 218C55C75 for ; Tue, 17 Jun 2003 22:01:03 -0400 (EDT) Received: by chaos.obstruction.com (tmda-sendmail, from uid 1000); Tue, 17 Jun 2003 22:01:03 -0400 (EDT) Date: Tue, 17 Jun 2003 22:01:02 -0400 To: current@freebsd.org Message-ID: <20030618020102.GA97491@chaos.obstruction.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i From: Guy Middleton X-Delivery-Agent: TMDA/0.80 (Determine) Subject: SCSI CD mount problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 02:01:16 -0000 I have a Yamaha CRW4416S CD drive as /dev/cd0. When I try to mount a disk, it says "cd9660: /dev/cd0: Invalid argument", and this in the log file: (cd0:ahc0:0:3:0): READ(10). CDB: 28 0 0 0 0 10 0 0 1 0 (cd0:ahc0:0:3:0): CAM Status: SCSI Status Error (cd0:ahc0:0:3:0): SCSI Status: Check Condition (cd0:ahc0:0:3:0): ILLEGAL REQUEST asc:21,0 (cd0:ahc0:0:3:0): Logical block address out of range (cd0:ahc0:0:3:0): Unretryable error (cd0:ahc0:0:3:0): cddone: got error 0x16 back I know the drive works, I can write good disks with it. What's happening here? This is on 5.1-RELEASE. -Guy