Would it be the correct approach to use MemoryFileSystem if I want to create a virtual file system that is persisted to disk in a single file?
At some point I would then have to take the data from the MemoryFileSystem and dump it to disc, is that possible or is there a better way to achieve this?