Overview of the MINIX File System
The MINIX file system is just a big C program that runs in the user space.
To read and write files, user processes send messages to the file system telling them what they want done.
The file system does the work and sends back a reply.