From owner-freebsd-hardware Sun Oct 14 12:39:52 2001 Delivered-To: freebsd-hardware@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id ACA8A37B408; Sun, 14 Oct 2001 12:39:46 -0700 (PDT) Received: (from ken@localhost) by panzer.kdm.org (8.11.6/8.9.1) id f9EJdfs56341; Sun, 14 Oct 2001 13:39:41 -0600 (MDT) (envelope-from ken) Date: Sun, 14 Oct 2001 13:39:41 -0600 From: "Kenneth D. Merry" To: Randy Bush Cc: freebsd-hardware@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: can't mount maxtor 3000 le Message-ID: <20011014133941.A56315@panzer.kdm.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from randy@psg.com on Sun, Oct 14, 2001 at 12:37:10PM -0700 Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Oct 14, 2001 at 12:37:10 -0700, Randy Bush wrote: > i have a usb disk, a maxtor 3000LE > -stable > kernel [ ... ] > da2 at umass-sim0 bus 0 target 0 lun 0 > da2: Fixed Direct Access SCSI-0 device > da2: 650KB/s transfers > da2: 38182MB (78198750 512 byte sectors: 64H 32S/T 38182C) > > camcontrol likes it > # camcontrol devlist > at scbus0 target 0 lun 0 (pass0,da0) > at scbus0 target 1 lun 0 (pass1,da1) > at scbus1 target 0 lun 0 (pass2,da2) > # camcontrol tur da2 > Unit is not ready > > but i can not fdisk it > > # fdisk da2 > fdisk: can't open device /dev/da2 > fdisk: cannot open disk /dev/da2: Input/output error > > and it logs > > (da2:umass-sim0:0:0:0): READ(06). CDB: 8 0 0 0 1 0 > (da2:umass-sim0:0:0:0): ILLEGAL REQUEST asc:20,0 > (da2:umass-sim0:0:0:0): Invalid command operation code > da2: reading primary partition table: error reading fsbn 0 > > clues? Go into sys/cam/scsi/scsi_da.c, and add a quirk entry to disble 6 byte commands. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message