On Mon, May 15, 2006 at 02:08:14PM +0200, Maik Hampel wrote: > I recognized, that removing a scsi-drive (connected with SCA) did not > remove it from linux scsi subsystem. The physically removed drive was > still listed in /proc/scsi/scsi: > > Host: scsi0 Channel: 00 Id: 04 Lun: 00 > Vendor: FUJITSU Model: MAP3367NC Rev: 0108 > Type: Direct-Access ANSI SCSI revision: 03 Did you tell Linux you removed it? Try: echo scsi remove-single-device 0 0 4 0 > /proc/scsi/scsi Parallel SCSI doesn't have a way to notify the OS that a device is gone, so the user has to say. You can also use tools like scsiadd for this kind of task, which has a more agreeable user interface. - : 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