SdFat-beta
SdFat-beta copied to clipboard
Read then Write causes the SD card to become disfunctional
Hi, I'm using this library to write the files that I transfer from my PC to the SD card via Arduino. However when I open a file, read it's contents, close it, then create a new file write the contents of the file and close it, then remove the SD card from the shield and place it on my PC it is no longer readable.
The only solution is to format the SD card. This didn't happen with the SDFat library.
I'm using Arduino Uno a Shield SD, and Linux Mint 19.
Please include example code that demonstrates the problem.