|
"While the FAT32 file system can support drives up to a standard theoretical size of 2 terabytes, (it 'can' be jury-rigged under Windows Millennium Edition to support partitions of up to 8 TB), Windows 2000 Professional and XP Professional cannot FORMAT a volume larger than 32 GB in size using their native FAT32 file system.
"The FastFAT driver can mount and support volumes larger than 32 GB that use the FAT32 file system, such as those created locally by Windows 98 or ME in dual boot configuration, (subject to other limits listed here for Windows 98, ME and 2000 and here for Windows XP), but you cannot CREATE one using the Format tool from within either Windows 2000 Professional or XP Professional. If you attempt to format a FAT32 partition larger than 32 GB, the format fails near the end of the process with the following error message:
Logical Disk Manager: Volume size too big."
The simple solution to creating and formatting a larger FAT32 partition is to use Ranish Partition Manager to do so. (I use and recommend version 2.43)
Hints: When I used the above program to create a single FAT32 data partition on a larger hard drive, it was necessary to toggle the Boot Flag on then off. This forced the MBR list to recognize the newly created (and formatted) FAT32 partition. Then the F2 key could be used to save the changes to the hard drive, before exiting the program. And as that data drive did not need a bootable partition, I ignored the "No active partition" warning on exit.
This "cannot Format more than 32GB" behavior is by design, as Microsoft recommends using the NTFS file system for partitions greater than 32GB. One reason for this is: as a FAT32 partition goes beyond 32GB, the cluster size that is used jumps from 16K to 32K, thus "wasting" far more drive space when small files are stored. (See the FAT16 page for more about Cluster Size and Wasted Space.)
Partition Size | Cluster Size |
---|---|
less than 260MB | 512 Bytes |
260MB through 8GB | 4KB |
8GB through 16GB | 8KB |
16GB through 32GB | 16KB |
32GB through 2TB | 32KB |
However, as Windows 2000 or Windows XP fully supports using a FAT32 partition over 32GB, and only does not permit formatting a FAT drive over 32GB, it is possible to use a Windows 98 or Windows Me boot diskette to get a larger FAT partition formatted. Just be extremely careful that the correct partition is formatted when booting from a diskette.
Windows 98/Me Boot Disk Tips:
The boot diskette will not assign a drive letter to things like an NTFS partition. Fdisk can be used to display which letter was assigned to which drive partition. However, both the updated Windows 98 Fdisk and the Windows Me Fdisk may only show the most significant 5 digits of any drive or partition size.
Back UP To: Specific Drive Capacity Limits Next Page: Windows 98 FDISK bug Previous: Windows 95 Drive Size barrier |
[Top of Page] [Site Policies] [Storage] |
TM Monitor this Webpage |
E-mail the Webmaster Page Content Updated: 21 June 2006 |
"The maximum file size on a FAT32 formatted partition is 4 GB or 4,294,967,296 bytes minus 2 bytes ..."
Experts Exchange: FAT32 file size limit