I was just trolling around the net trying to figure out what the Pm parameter and speed class of SD cards meant, and I came across a definitive answer in the form of a copy of Part 1 of the unredacted v3.00 specification (April 16, 2009) at http://www.61ic.com/code/attachment.php?aid=73871&k=cfaccbbb80c338769bd7282636c0ca7e&t=1331742726 I have of course snarfed a copy, and if anyone else on the list would benefit from one, I figured it was worth sharing. In particular, it documents the FAT update optimizations in SD cards (section 4.3.1.7, p. 112). If anyone cares, write performance is defined in terms of updates to "allocation units" (i.e. erase blocks) 512K-4MiB in size of a card-defined size, which are made up of "recording units" (i.e. FAT clusters). Table 4-51 on p. 113 gives the limits. An update to an allocation unit is a combination of writes of new data and and moves (copies) of old data from the pre-existing AU. Each of these has a performance standard, Pw and Pm, respectively. For a "Class n" card, Pw and Pr must be >= n MB/s, while Pm must be >= n/2 MB/s. (Exacpt, oddly, class 10 has NO lower bound on Pm.) -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html