Drive Space FAQ Partitioning on Systems with FAT32  
  Partitions. Some folks love 'em, others hate 'em with a passion. Either way up until the introduction of the FAT32 file system in the OSR2 version of Windows 95 there was no way around them...if you had a hard drive larger than 2048MB you had multiple partitions. Period.
 
NOTE:
All of the information on this page applies to FAT32 as found in the OSR2 versions of Win95 (4.00.950b and 4.00.950c) and Windows 98.

If you have the older 4.00.950(a) version of Windows 95, go here
for details.
Today almost everyone has the option of using FAT32. All PCs sold in the last 2 years or so have either the OSR2 version of Win95 or Win98, and owners of older Aptiva models can opt to upgrade to Windows 98 and convert to FAT32.
  With the advent of FAT32 the efficiency issues resulting from the large cluster sizes that accompany the use of large partitions under FAT16 go by the wayside. A user can install an 8.4GB hard drive, partition it as a single drive and still have it be 4 times as efficient as a 1GB partition under FAT16.
  Simply put, a cluster is the smallest amount of drive space that any given file can occupy. No matter what the size of the file is it will use up one cluster. With both FAT16 and FAT32 cluster size grows incrementally with the size of the partition...the smaller the partitions you have the smaller the smallest possible file can be.

The difference between FAT16 and FAT32 is that while under FAT16 if one creates a partition larger than 1GB the cluster size will be 32k. This means that even a tiny 80 byte text file is going to eat up 32k of your precious storage space (the difference between the 32k of the cluster and the 80 bytes that the file really needs is called "slack"). Under FAT32 on a hard drive sold as "8.4GB" (actually a little under 8 gigs) set up as a single partition that same 80 byte file will only use 4k. Multiply 28k times tens of thousands of files and this can add up to hundreds of megabytes saved pretty quickly.

The breakdown as far as cluster sizes under FAT32 is as follows:
 
Partition size Cluster size
0 - 512 MB Not supported
512 - 8,191 MB 4 KB
8,192 - 16,383 MB 8 KB
16,384 - 32,767 MB 16 KB
32,768 MB - 2000 GB 32 KB
 
  Besides being more efficient the FAT32 file system supports much larger partitions. While under FAT16 the absolute maximum size any single partition could be is 2 GB (2048 MB), FAT32 supports partitions up to 2 TB (that's terrabytes, 2000 GB or 2,000,000 MB). As there are no 2 TB hard drives on the market and there aren't likely to be any available anytime soon one can consider the potential size of a single partition to be virtually unlimited.

FAT32 on IBM Aptivas
  • Aptiva models 2144, 2168, 2134, 2176, and 2159 (except for the 2159-S80 and 2159-S90) do not have OSR2. These systems have FAT16, therefore, one must partition hard drives larger than 2GB in smaller partitions.

  • Aptiva models 2161, 2162 (plus the 2159-S80 and 2159-S90) have the OSR2 version of Win95 which supports FAT32, however as shipped FAT32 is not enabled. The user can enable it by using the DOS FDISK utility (or "on the fly" using either the CVT.ZIP FAT32 Converter Utility or third-party apps such as Partition Magic).

  • Aptiva models 2136, 2137, 2138, 2139, 2140, 2142, 2153, 2156, 2158, 2163, 2164, 2170, 2171, and 2172 all shipped with FAT32 enabled.
  Using FDISK to Enable FAT32
  • On systems that support FAT32 the very first screen seen when one issues the FDISK command from a DOS prompt asks "Do you wish to enable large disk support (Y/N)?" a Y(es) response here is a yes to enabling FAT32.

          


© Don Schneider, 1999
DON5408's Unofficial Aptiva Support Site