So, I'm trying to figure out how FAT FS works and got confused in the root directory. I have two files in the section: test.txt and innit.eh, which leads to the following table:

Entries starting with 0xE5 are deleted, so I assume they were created due to renaming. The entries for the actual files are as follows:
TEST TXT *snip* INNIT EH *snip*
I donβt understand where records like
At.est.....txt Ai.nnit....eh
come and why they are needed. They do not start with 0xE5, so they should be considered as existing files.
By the way, I use Debian Linux to create file systems and files, but I noticed similar behavior in FS and files created in Windows.
source share