On Linux I dd a binary image to a micro SD card and check each the source and target md5sum, they are identical. I then safely remove the card, and remount the card and do an md5sum again. It is different.
Why?
Thank you, Bertrand
On Linux I dd a binary image to a micro SD card and check each the source and target md5sum, they are identical. I then safely remove the card, and remount the card and do an md5sum again. It is different.
Why?
Thank you, Bertrand
Each time you mount, and/or open a directory, metadata changes. Data like "number of mounts", maybe even access times, etc. are written to the filesystem, which in turn, changes the md5sum
of the card.
If you do an md5 only on files residing on the card, they should stay the same.