I'm using several SD Cards to continuously write data from different sensors on an embedded device. I noticed that all of them after some days have a couple of Mb which are not visible (even if the Show hidden files option is enabled)
not-empty-1
After I format it it looks like this:
after-format
What could be the cause ?
Thank you.


Assuming that you are formatting each card with the exact same format (such as EXFAT), then this is one less variable. However, if you leave them with the format that they came with, they could have slightly different variations (EXFAT, FAT32, etc.).
Another issue is that the devices will count bytes differently, based on what their vendors decide. If you have the exact same size device from the same manufacturer, then you shouldn't have this issue, otherwise you might notice differences between two cards of the same size.
– Caturday Saint Sep 02 '16 at 14:41