I'm testing the tinyfs on an [Adafruit Gran Central M4 board](https://www.adafruit.com/product/4064), but the changes are not stored on the SPI Flash device. I'm using the QSPI example Device is detected JEDEC ID: C84017, and the default file systems works properly ``` ==> ls drwxrwxrwx 0 .fseventsd -rwxrwxrwx 0 .metadata_never_index -rwxrwxrwx 0 .Trashes -rwxrwxrwx 102 boot_out.txt ``` but "samples", mkdir, create does not create the expected items. format works removing all the default files All the details are attached on the console capture [tiosync-20221016T181113.txt](https://github.com/tinygo-org/tinyfs/files/9795599/tiosync-20221016T181113.txt)