.

Revision:
6:5be6b5fd262f
Parent:
2:6a0c72c9d3fb
Child:
11:656a96b9981b
--- a/README.md	Wed Dec 20 17:45:15 2017 +0000
+++ b/README.md	Wed Dec 20 23:00:15 2017 +0000
@@ -183,6 +183,12 @@
 + FATFileSysten fs("fs");
 ```
 
+**Note:** Different file systems require different minimum numbers of storage
+blocks to function. For the `FATFileSystem`, this example requires a minimum of
+256 blocks, and for the `LittleFileSystem`, this example requires a minimum of 6
+blocks. You can find the number of blocks on a block device by dividing the
+block device's size by its erase size.
+
 Mbed OS has two options for the file system:
 
 - [**LittleFileSystem**](https://os.mbed.com/docs/latest/reference/littlefilesystem.html) -