Am Montag, 15. Dezember 2008 16:32:59 schrieb Alan Stern: > + (sdp->guess_capacity && (sdkp->capacity & 0x01))) { > + sd_printk(KERN_INFO, sdkp, "Adjusting the sector count " > + "from its reported value: %llu\n", Maybe this is just me, but if the disk actually has an odd number of sectors this code will assume the disk is one sector too big. Therefore we should still learn about buggy enclosures and add them to the list, so we should make a difference between known buggy devices and cases the heuristics works, particularly as it may mark a rare cases where a working device is truncated. So KERN_INFO seems a bit weak. Regards Oliver -- 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