Content deleted Content added
m Reverted 1 edit by 65.254.12.39 (Talk) to last version by 82.95.198.250. (TW) |
TechControl (talk | contribs) →FAT32: GiB with space |
||
Line 142:
In order to overcome the volume size limit of FAT16, while still allowing DOS [[real mode]] code to handle the format without unnecessarily reducing the available [[conventional memory]], Microsoft implemented a newer generation of FAT, known as '''FAT32''', with cluster values held in a 32-bit field, of which 28 bits are used to hold the cluster number, for a maximum of approximately 268 million (2<SUP>28</SUP>) clusters. This allows for drive sizes of up to 8 [[tebibyte]]s with 32KB clusters, but the boot sector uses a 32-bit field for the sector count, limiting volume size to 2 TiB on a hard disk with 512 byte sectors.
On Windows 95/98, due to the version of Microsoft's [[SCANDISK]] utility included with these operating systems being a 16-bit application, the FAT structure is not allowed to grow beyond around 4.2 million (< 2<SUP>22</SUP>) clusters, placing the volume limit at 127.53 [[gibibyte|GiB]]
FAT32 was introduced with Windows 95 OSR2, although reformatting was needed to use it, and [[DoubleSpace#DriveSpace in Windows 95|DriveSpace 3]] (the version that came with Windows 95 OSR2 and Windows 98<!-- what about ME? -->) never supported it. Windows 98 introduced a utility to convert existing hard disks from FAT16 to FAT32 without loss of data. In the NT line, native support for FAT32 arrived in [[Windows 2000]]. A free FAT32 driver for [[Windows NT 4.0]] was available from [[Winternals]], a company later acquired by Microsoft. Since the acquisition the driver is no longer officially available.
Windows 2000 and [[Windows XP]] can read and write to FAT32 file systems of any size, but the format program included in Windows 2000 and higher can only create FAT32 file systems of
The maximum possible size for a file on a FAT32 volume is 4 GiB minus 1 byte (2<SUP>32</SUP>−1 bytes). Video applications, large databases, and some other software easily exceed this limit. Larger files require another formatting type such as [[HFS Plus|HFS+]] or [[NTFS]]. Until mid-2006, those who run [[dual boot]] systems or who move external data drives between computers with different operating systems had little choice but to stick with FAT32. Since then, full support for NTFS has become available in Linux and many other operating systems, by installing the [[Filesystem in Userspace|FUSE library]] (on Linux) together with the [[NTFS-3G]] driver. Data exchange is also possible between Windows and Linux by using the Linux-native [[ext2]] or [[ext3]] file systems through the use of external drivers for Windows, such as ext2 IFS; however, Windows cannot boot from ext2 or ext3 partitions.
|