F2FS does not work
Hey,
whenever we are trying to run F2FS in the simulator, the simulator is throwing an error. Find the output including the error attached to this issue.
Any idea whats happening there?
Best, Daniel & Katrin F2FS-error.txt
Log says formatting of loop back device fails.
Returned 255 mkfs.f2fs -t 0 /dev/loop0
You need to figure out reason yourself. Most likely this is a bug fixed already in formatting tools. You can give f2fs-tools from upstream git a try and point simulator towards that tool.
As @rakeshpandit has pointed out, the log says mkfs.f2fs failed. I noticed you set the file system size to be 16MB, which is probably too small for F2FS. Try 256MB, it should work.