Question:
wat do u mean by FAT 32 in windows?
foby sebastian pellissery
2007-02-21 21:39:29 UTC
wat do u mean by FAT 32 in windows?
Twelve answers:
Sachin Bhatia
2007-02-21 21:43:46 UTC
File Allocation Table (FAT) is a partially patented file system developed by Microsoft for MS-DOS and is the primary file system for consumer versions of Microsoft Windows up to and including Windows Me. FAT as it applies to flexible/floppy and optical disk cartridges (FAT12 and FAT16 without LFN support) has been standardized as ECMA-107 and ISO/IEC 9293.



The FAT file system is relatively uncomplicated, and is supported by virtually all existing operating systems for personal computers. This ubiquity makes it an ideal format for floppy disks and solid-state memory cards, and a convenient way of sharing data between disparate operating systems installed on the same computer (a dual boot environment).



The most common implementations have a serious drawback in that when files are deleted and new files written to the media, their fragments tend to become scattered over the entire media, making reading and writing a slow process. Defragmentation is one solution to this, but is often a lengthy process in itself and has to be performed regularly to keep the FAT file system clean.



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 decided to implement a newer generation of FAT, known as FAT32, with cluster counts held in a 32-bit field, of which 28 bits are currently used.



In theory, this should support a total of approximately 268,435,456 (228) clusters, allowing for drive sizes in the range of 8 terabytes with 32K clusters. On Windows 95/98/ME, 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 4,177,920 (< 222) clusters, placing the volume limit at 127.53 gigabytes.[4]. This limitation does not apply to Windows XP.[5]



FAT32 was introduced with Windows 95 OSR2, although reformatting was needed to use it, and DriveSpace 3 (the version that came with Windows 95 OSR2 and Windows 98) 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. Windows NT 4 supported FAT32 with free driver by Winternals company, later acquired by Microsoft.



Windows 2000 and Windows XP can read and write to FAT32 filesystems of any size, but the format program on these platforms can only create FAT32 filesystems up to 32 GB. Third party utilities are available which can format larger FAT32 filesystems. Thompson and Thompson (2003) write[6] that “Bizarrely, Microsoft states that this behavior is by design.” A Microsoft knowledge base article[4] indeed confirms the limitation and the "by design" statement, but gives no rationale or explanation. However, a Microsoft TechNet article states that the 32 GB limit was an arbitrary limit imposed because many tasks on a very large FAT32 filesystem become slow and inefficient.[7] Peter Norton's opinion[8] is that “Microsoft has intentionally crippled the FAT32 file system.”



The maximum possible size for a file on a FAT32 volume is 4 GiB minus 1 B (232−1 bytes). For most users, this has become the most nagging limit of FAT32 as of 2007, since video capture and editing applications and some other software can easily exceed this limit. Most new Windows machines now ship with NTFS and thus avoid these problems, but those who run dual boot systems or who move external data drives between computers with different operating systems have little choice but to stick with FAT32 (although between Windows and Linux it is possible to use ext2 or ext3 through the use of external drivers such as ext2 IFS).



Hope this helps.
karthick k
2007-02-21 22:09:20 UTC
A version of the file allocation table (FAT) available in Windows 95 OSR 2 and Windows 98. FAT32 increases the number of bits used to address clusters and also reduces the size of each cluster. The result is that it can support larger disks (up to 2 terabytes) and better storage efficiency (less slack space).



A table that the operating system uses to locate files on a disk. Due to fragmentation, a file may be divided into many sections that are scattered around the disk. The FAT keeps track of all these pieces.



In DOS systems, FATs are stored just after the boot sector.



The FAT system for older versions of Windows 95 is called FAT16, and the one for new versions of Windows 95 and Windows 98 is called FAT32.
sri k
2007-02-25 19:32:51 UTC
FAT32 is an enhancement of the File Allocation Table file system that supports large drives with improved disk space efficiency. FAT32 is only currently supported by two operating systems:-

OEM Service Release 2 (OSR2) of Microsoft Windows 95 (commonly known as Windows95b).

Windows 98, FAT32 is included in the final release of the Windows 98 operating system. It also includes a FAT32 converter so you can convert an existing FAT drive to FAT32 without data loss.

The existing File Allocation Table (FAT) file system was invented in 1977 as a way to store data on floppy disks for Microsoft stand-alone Disk Basic.
G
2007-02-21 21:44:05 UTC
FAT 32 File System



The FAT32 file system was introduced in the second version of Windows 95, often know as Windows 95B or OSR2. It is really just an extension of the original FAT16 file system in order to remain compatible with existing programs, networks, and device drivers. The biggest improvement in FAT 32 is its ability to efficiently manage storage space on today’s larger hard drives. It can handle disks larger than 2GB and format them with a single partition thereby allowing you to assign a single drive letter to your drive.



In addition, the FAT 32 file system only uses a 4KB cluster size for all hard disks under 8 Gigabytes. This reduces the amount of slack space found on your hard disk when you save small files to your drive. As mentioned earlier, a 1KB file takes up 32KB of space on a 1GB hard disk using the old FAT 16 file system. However, a 1KB file on the same hard disk using the FAT32 system takes up only 4KB of space, a savings of 28KB. This may sound trivial, but when you are dealing with an entire hard disk that has thousands of files, the savings is actually dramatic and even Microsoft claims that you will achieve at least 10 to 15 percent more efficient use of disk space on the average large hard disk.



FAT32 has some other advantages over the FAT 16 file system in regards to improved reliability. For example, under the FAT 16 file system, the root directory is located only at the beginning of the hard disk. If anything were to happen to this section of the hard disk, such as the development of bad sectors, the whole drive will become unusable as the file index will become damaged. Therefore, one will have to seek out special disk recovery tools to try to recover the data, which more than likely will be unsuccessful. By using the FAT 32 file system, the root directory can be located anywhere on the hard disk. Therefore, if anything happens to the section of the hard disk storing the root directory, the FAT 32 file system’s built in utilities will be able to move the root directory to a safe location on the hard disk and repair the defective area. In addition, the FAT 32 file system can use both the default and the backup copy of the File Allocation Table. This means that if something were to happen to the default FAT, your system will continue to run by using the backup copy until the default can be repaired.
debasish_pradhan
2007-02-21 22:27:19 UTC
In General, FAT=File Allocation Table. This is table which contains parameters/information about files. Its related to OS which maintains FAT. This way it becomes easy for OS to know something/search a file. When information about sth is stored in some table, it becomes easy for anybody to identify/investigate about some thing. This is the purpose of FAT. The Additional parameter 32 is something to do with bit/size, am not sure.
Rishi
2007-02-22 00:01:09 UTC
FAT = File Allocation Table

32 here stands for 32 bit computing



FAT32 is a file system run by Microsoft and is one of the most secure and easy system.



More info about it at http://support.microsoft.com/kb/154997





Thanks!
Getsymbian
2007-02-25 10:26:27 UTC
Buddy FAT32 is a file system on the computer. in simple language it is the type or ways the files on the PC are managed by u r operating system ... it is a old file system used by windows 98... now a days windows 2000 xp and vista have a new common file system called NTFS which is better and stable than the fat32
woleff
2007-02-21 21:47:34 UTC
FAT is File Allocation Table
fazal suhan
2007-02-21 21:45:32 UTC
is a partially patented file system developed by Microsoft for MS-DOS and is the primary file system for consumer versions of Microsoft Windows up to and including Windows Me. FAT as it applies to flexible/floppy and optical disk cartridges (FAT12 and FAT16 without LFN support) has been standardized as ECMA-107 and ISO/IEC 9293.

For more information see http://en.wikipedia.org/wiki/File_Allocation_Table
anonymous
2016-03-29 10:39:43 UTC
There is no way to perform non destructive partitioning from inside windows. You need to use third party software like acronis disk director or partition magic.
Huzzu
2007-02-21 22:00:16 UTC
F.A.T means FILE ALLOCATION TABLE, this is the mechanism which controls the files in the harddisk.

the other mechanism which is used nowadays is NTFS.
Neil B
2007-02-21 21:43:23 UTC
file allocation table= F.A.T.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...