I'm trying to backup 4.5GB file to my SdCard. But my SdCard file system is FAT32, so that I cannot backup my file. (FAT32 doesn't support to save 4GB size file)
File system limit - https://en.wikipedia.org/wiki/Comparison_of_file_systems#Limits
So I need to check my SdCard file system is FAT32 or not. If my SdCard doesn't support to save large file then I need to save it by splitting.
Or if there is another way to check to save the large file?
Could you give me a help?