Hi, I'm looking at a blade that occasionally refuses to re-add disk after hotswap. Reason seems to be that when I do: echo "scsi add-single-device 1 0 0 0" > /proc/scsi/scsi This symbios scsi controller comes back telling us: scsi_scan_host_selected: <1:0:0:0> scsi scan: INQUIRY to host 1 channel 0 id 0 lun 0 scsi scan: 1st INQUIRY failed with code 0x100ff Now if I read this right, it's basically telling me that there is no device here: status_byte = 0xff // What's this?? msg_byte = 0x0 // ok host_byte = 0x1 // DID_NO_CONNECT driver_byte = 0x0 // ok Occurrence seems random. Any insight? State seems permanent, it's not able to re-add the disk ever if this happens (reboot is required). Controller is 03:01.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1010 66MHz Ultra3 SCSI Adapter (rev 01) 03:01.1 SCSI storage controller: LSI Logic / Symbios Logic 53c1010 66MHz Ultra3 SCSI Adapter (rev 01) Driver is latest sym53c8xx (_2). -- // Janne -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html