Zaphod Beeblebrox wrote:
Chris S. wrote:
...
"The maximum possible size for a file on a FAT32 volume is 4 GB
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] Video applications, large databases, and some other
software easily exceed
this limit. Larger files require another filesystem."
http://en.wikipedia.org/wiki/File_Allocation_Table
Stay away from Andy's "PC Shop"
Chris
Chris, don't believe everything you see in print. The earliest
Windows 32 systems did not use the high order bit in the FAT
table,
thus limiting the size to virtually 2GB. So while the maximum
"possible" is indeed about 4 GB, the maximum in Win32 is 2
Gigabytes.
Citation please. I'm unable to find a reference that supports
this.
Every non-anecdotal reference to file size limitations in FAT32
are
either 2^32-1 bytes or 4GB -1 (or 2) bytes. This also matches my
experience with databases under various flavors of Windows and
file
systems, ranging from Win95 through Win7 and FAT16 through
whateverversionof NTFS we are on now... The only time I've
encountered a 2GB file size limitation is with FAT16 under Win9x
(where the partition size is limited to 2GB) and using NFS v2 and
earlier.
I am Happy to supply a citation, which is a very reasonable
request.
"You cannot create a file larger than (2^32)-1 bytes (this is one
byte less than 4 GB) on a FAT32 partition."
-
http://support.microsoft.com/kb/314463
This is a microsoft implementation limit.
Which of course agrees with what I and others have been saying all
along.
Thank you for confirming that you were mistaken.