From owner-freebsd-hackers Tue Mar 18 12:50:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA27180 for hackers-outgoing; Tue, 18 Mar 1997 12:50:40 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id MAA27174 for ; Tue, 18 Mar 1997 12:50:34 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id VAA18536; Tue, 18 Mar 1997 21:50:30 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id VAA03132; Tue, 18 Mar 1997 21:21:44 +0100 (MET) Message-ID: <19970318212144.WS51057@uriah.heep.sax.de> Date: Tue, 18 Mar 1997 21:21:44 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: hackers@freebsd.org Cc: avalon@coombs.anu.edu.au (Darren Reed) Subject: Re: further on 2.1.6 & 2940 References: <199703181317.FAA29037@who.cdrom.com> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199703181317.FAA29037@who.cdrom.com>; from Darren Reed on Mar 19, 1997 00:13:46 +1100 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Darren Reed wrote: > # scsi -f /dev/rst0.ctl -m 3 > SCIOCCOMMAND ioctl: Command accepted. > return status 3 (Sense Returned) host adapter status 2 > Command out (6 of 6): > 1a 00 03 00 ff 00 > > Data in (0 of 255): > > Error code is "current errors" > Segment number is 00 > Sense key is "Illegal request" > The Information field is not valid but contains 00000000 (0). > The Command Specific Information field is 00000000 (0). > Additional sense code: 24 > Additional sense code qualifier: 00 > Illegal value in the command descriptor block. > Bit 5 of byte 2 (value 03) is illegal. > sense (32 of 48): > 70 00 05 00 00 00 00 0a 00 00 00 00 24 00 00 cd > 00 02 38 2e 36 2e 39 2f 6b 6a d7 b5 50 10 44 70 > > What's this "Bit 5 of byte 2 (value 03) is illegal." mean ? ASC/ASCQ 24 00 is ``Invalid field in CDB''. Byte 2 value 3 is the number of the mode page in the CDB. Your drive doesn't support mode page #3, the rigid disk geometry page. Let me guess: it's a Jaz drive, ain't it? IOmega didn't bother to tell you how many cylinders and heads they are using. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)