Parse the read-only file system
Well, a bit of a misnomer since the file system is not strictly read only. Adding write support can come later though.
Some of this was already done previously. Unlike in 391, we are using the fat32 file system and not ext2. I made this decision because it seems easier to add write support to fat32, however this could be changed later as well.