Not sure where to ask this question,so perhaps it is physical limitation. I have 8Gb flash micro SD memory card. When I copy any file size of up to few gigabytes, copying happens normally. But if I am trying to copy file over 4Gb file, then system tell me like insufficient memory on card, although 8Gb is available. So perhaps only 32 bit address is used for keeping size of file in micro SD card, or my micro SD defective?
feedback
|
migrated from electronics.stackexchange.com Jul 21 '11 at 22:12
This question came from our site for electronics and electrical engineering professionals, students, and enthusiasts.
|
There are three things to consider here:
| ||||
|
feedback
|
|
If the memory card's file system is FAT32, then it has a file limit of 4GB. To get over this limitation, you could format your memory card to the NTFS file system. If you don't want to lose all the information on the card, you could convert to NTFS using this command: convert G: /FS:NTFS in the Command Prompt (assuming your memory card's label is G: ) Be aware that the digital camera won't support NTFS. | |||
feedback
|