Quote:
Originally Posted by rtiangha
I'm 95% certain that person bought a fake SD card. I'm running a 128GB card and it's been working fine for years at full capacity using FAT32.
Edit: It looks like that person hit the FAT32 limit on number of files allowed in a directory, not a file size limit. The easy answer is to do a better job of separating files into folders and not dump everything into one folder or the root directory (which also helps improve performance as well since it won't have to poll as many files each time it opens the folder for reading). Calibre does this automatically by creating folders based on authors.
|
Yes you are right, I hit the number of files limit, not the size, creating different folders helped me solve the issue.