Comment 17 for bug 70535

Revision history for this message
Kurt von Finck (mneptok) wrote :

FAT32 has a file size limit of 4GB. FAT32 cannot store or manipulate files in excess of 4GB. On any platform.

This is a limitation of FAT32, not a bug.

----------

"The maximum possible size for a file on a FAT32 volume is 4 GiB minus 1 B (232−1 bytes). For most users, this has become the most nagging limit of FAT32 as of 2007, since video capture and editing applications and some other software can easily exceed this limit. Most new Windows machines now ship with NTFS and thus avoid these problems, but those who run dual boot systems or who move external data drives between computers with different operating systems have little choice but to stick with FAT32 (although between Windows and Linux it is possible to use ext2 or ext3 through the use of external drivers such as ext2 IFS)."

http://en.wikipedia.org/wiki/Fat32

----------