I'm currently using version MQX 3.7, with the latest MFS and i had a quick question. I'm programming for an industrial instrument that has several tasks that open a file and write to the file system.
My question is, Is there a way to close all of these possible open files from just one task and unmount the file system? I need to be able to have a user walk up to the instrument hit an unmount button, and take out the drive. I could do this with the last two file systems I used, but I don't see a provision in the MQX MFS to do that, maybe I’m just overlooking it?