Introduction - If you have any usage issues, please Google them yourself
The Mini Filesystem POSIX example demonstrates the implementation of a POSIX
interface to a simple filesystem style device. The mini filesystem is stored in
a single file on the host and POSIX I/O functions such as open, close, read,
write, remove, lseek and fstat can be used on it.