If you want to test a new file system and want to isolate it from the potential MTD driver problem, you can try RAMMTD: https://github.com/apache/incubator-nuttx/blob/master/drivers/mtd/rammtd.c
On Thu, Dec 2, 2021 at 7:06 AM Petro Karashchenko < petro.karashche...@gmail.com> wrote: > Hello, > > Is it possible to create a "fake" MTD device on top /dev/null? > > In theory I think that should be possible. Does anyone see any drawbacks > with such approach? > > Best regards, > Petro >