Hi, I couldn't find much in the way of docs on the block and bucket sizes... I created a bcache device (md 3 disk RAID5 backing, Intel S3500 cache), and initially used the default bucket and block sizes. It looks like flash erase block sizes are now almost universally larger than the bcache default bucket size, so if this is important (and the man page says it is), then maybe this needs to be increased? After a load of googling, I think that for this SSD (which uses Intel/Micron 20nm MLC), the page size is probably 8 kB, and the erase block size is probably 256 x 8 kB = 2 MB http://www.anandtech.com/show/7147/micron-announces-16nm-128gb-mlc-nand-ssds-in-2014 - if on the other hand it uses 128 Gbit parts, then this will be 16 kB page size, and 8 MB erase block. So, after playing around a bit, I take it that: The block size for the backing and cache devices must be the same (are there any implications e.g. file system compatibility - with block sizes larger than 4 kB?). The default bucket size is smaller than the erase block size on this SSD (and probably most modern SSDs), and I was wondering if the default should be increased? I'm assuming most users are going to be getting these parameters "wrong" - but I'm not sure how much impact this will have on performance and SSD endurance? Does this need some sort of wiki -type table with a lookup between SSD model number and page/block size (which make-bcache could use)? It'll be a bit of a pain to move everything off my 512 byte block size backing store, and then recreate it, so should I bother? Tim. -- To unsubscribe from this list: send the line "unsubscribe linux-bcache" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html