Hi, On 12/30/2010 10:58 AM, Greg Freemyer wrote: > All, > > Per T13/1699-D Revision 4a (from May 2007) word 217 of the identify > block should be populated with a "1" to identify non-rotating media. > > http://www.t13.org/Documents/UploadedDocuments/docs2007/D1699r4a-ATA8-ACS.pdf > > Does anyone know if that is a reliable field? > > Specifically there are two separate issues: > > 1) Are all devices reporting a 1 in field 217 non-rotating? > 2) Are all production non-rotating devices populating that field with a 1. > > Is there some other reliable mechanism for identifying a SSD? > Not really, the manufacturer needs to adhere to the spec they're claiming to honor and we should politely notify them when we find that it's inconsistent. It's technically a firmware bug if it's ATA-8 and that bit isn't set right. If you're having trouble identifying SSDs pre ATA-8, you can use this simple patch I introduced a while back. http://www.spinics.net/lists/linux-ide/msg38944.html and blacklist the offending drive into reporting itself as SSD when interrogated via SCSI. If you search around, you'll find an earlier thread about quirking SSDs by using heuristics like search for the word "flash" in the device name and other hints but the patch set never went anywhere. It's a ugly problem, there's so many devices out there ahead of the spec that are SSD, with no sure fire way to determine that they really are. Supporting a full blacklist of them would turn libata-core.c into a dumping ground for potentially 100s of pre ATA-8 storage devices. I don't think anyone wants to maintain that. Peter -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html