btashton commented on issue #2092:
URL:
https://github.com/apache/incubator-nuttx/issues/2092#issuecomment-727371122
This is also highly suspicious `EVwni0b4` should be the first inode. It
looks like this is getting totally corrupted when the new files are written.
Before the writing of the new files
```
NXFFS Dump:
BLOCK:OFFS TYPE STATE LENGTH
0:0 BLOCK ERASED 512
1:5 INODE OK 6394
1:39 DATA OK 463
2:5 DATA OK 497
3:5 DATA OK 497
```
After the writing of the new files
```
NXFFS Dump:
BLOCK:OFFS TYPE STATE LENGTH
0:5 INODE OK 3283
0:32 DATA OK 470
1:5 DATA OK 497
2:5 DATA OK 497
3:5 DATA OK 497
4:5 DATA OK 497
5:5 DATA OK 497
6:5 DATA OK 117
6:132 DATA OK 211
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]