0

Why can't my USB drive accept a large file, as in bigger than 3.50 gb, when it is formatted in FAT32?

My drive is a (16 gb) drive, but when I tried to send an ISO file to it while it was formatted in FAT32, it didn't accept it and showed a message that the file was too large. I reformatted my usb in NTFS and sent the ISO file again. This time the file was transferred successfully.

So why didn't it work when it was formatted in FAT32?

1 Answers1

1

Look at here especially §FAT32

The maximum possible size for a file on a FAT32 volume is 4 GiB minus 1 byte or 4,294,967,295 (232 − 1) bytes. This limit is a consequence of the file length entry in the directory table and would also affect huge FAT16 partitions with a sufficient sector size.[1] Large video files, DVD images and databases often exceed this limit.

Toto
  • 19,304