From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: scsi: require help for one issue about INQUIRY? Date: Fri, 13 Apr 2012 16:40:12 +0200 Message-ID: <1334328012.3028.37.camel@dabdike> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from bedivere.hansenpartnership.com ([66.63.167.143]:48933 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752133Ab2DMOkR (ORCPT ); Fri, 13 Apr 2012 10:40:17 -0400 In-Reply-To: Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Zhi Yong Wu Cc: linux-scsi@vger.kernel.org On Fri, 2012-04-13 at 22:30 +0800, Zhi Yong Wu wrote: > HI, > > When one machine was started with one scsi device,the information > below was showed. Does anyone know how to fix this issue? > > "scsi scan: INQUIRY result too short (5), using 36" > "Scsi 2:0:292:0: Direct-Access" Well, it means what it says: the device wrongly returned only 5 bytes for the INQUIRY command. Why it did this is a hardware issue. James