fdcavalcanti commented on issue #18803:
URL: https://github.com/apache/nuttx/issues/18803#issuecomment-4428311792
Hi @ankohuu thanks for the test! Did you replicate exactly like I showed?
If I run the fstest only it works, the failure occurs in this specific
sequence:
```
nsh> mount
/data type nxffs
/proc type procfs
nsh> echo "Espressif" > /data/esp.txt
nsh> cat /data/esp.txt
Espressif
nsh> rm /data/esp.txt
nsh> fstest -n 2 -o 10 -m /data
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]