FAT:The 4-GB partition limit is imposed by the maximum number of clusters and the largest cluster size supported by the FAT file system. In Windows XP, FAT16 is limited to 64K clusters. Multiply the maximum number of clusters (64k) by the maximum cluster size (64K), and the result is 4GB. In addition to Windows XP, Microsoft Windows 2000 and Microsoft Windows NT 4.0 also support FAT16 volumes up to 4GB in size.
FAT16 volumes larger than 2GB are not accessible from computers running Microsoft Windows Millennium Edition (Me), Windows 98, Windows 95, or MS-DOS. The size limit for FAT16 volumes in these operating systems is 2 GB. In other words, to maintain compatibility with Windows Me, Windows 98, Windows 95, or MS-DOS, a volume cannot be larger than 2 GB. For additional information about FAT16 drive and partition size limits in Windows Me, Windows 98, Windows 95, and MS-DOS, click the article numbers below to view the article in the Microsoft Knowledge Base
FAT32:
NTFS:File NamesFile names are limited to 255 UTF-16 code words. Certain names are reserved in the volume root directory and cannot be used for files. These are: $MFT, $MFTMirr, LogFile, Volume, AttrDef, . (dot), Bitmap, Boot,BadClus, $Secure, Upcase, and Extend; . (dot) and $Extend are both directories; the others are files. The NT kernel limits full paths to 32,767 UTF-16 code words.Maximum Volume SizeIn theory, the maximum NTFS volume size is 264−1 clusters. However, the maximum NTFS volume size as implemented in Windows XP Professional is 232−1 clusters. For example, using 64 KB (64 × 1024 bytes) clusters, the maximum Windows XP NTFS volume size is 256 TB (256 × 10244 bytes) minus 64 KB. Using the default cluster size of 4 KB, the maximum NTFS volume size is 16 TB minus 4 KB. (Both of these are vastly higher than the 128 GB (128 × 10243 bytes) limit lifted in Windows XP SP1.) Because partition tables on master boot record (MBR) disks only support partition sizes up to 2 TB, dynamic or GPT volumes must be used to create NTFS volumes over 2 TB. Booting from a GPT volume to a Windows environment requires a system with EFI and 64-bit support.[44]Maximum File SizeAs designed, the maximum NTFS file size is 16 EB (16 × 10246 bytes) minus 1 KB (1024 bytes) or 18,446,744,073,709,550,592 bytes. As implemented, the maximum NTFS file size is 16 TB (16 × 10244 bytes) minus 64 KB (64 × 1024 bytes) or 17,592,185,978,880 bytes.Alternate Data StreamsWindows system calls may handle alternate data streams. Depending on the operating system, utility and remote file system, a file transfer might silently strip data streams. A safe way of copying or moving files is to use the BackupRead and BackupWrite system calls, which allow programs to enumerate streams, to verify whether each stream should be written to the destination volume and to knowingly skip offending streams.
NTFS FAT FAT32
It's 2 GB for FAT, 4 GB for FAT32 and (2^64 (2 to 64-th power) - 1024) bytes for NTFS
FAT32 can be used by more operating systems then NTFS. In order to use NTFS the computer must be formatted with the NTFS file system. NTFS systems are able to read both NTFS and FAT32. FAT32 systems cannot read NTFS.
Seven uses NTFS, FAT, and FAT32 that I know of. If you are formatting a hard drive, use NTFS. If you are formatting a memory card or usb drive use FAT32.
Windows doesn't provide any tools for converting an NTFS volume to FAT or FAT32. You will have to copy the files on the volume to another location and then format the drive. Note that FAT32 is a much more limited file system than NTFS, and there is probably no advantage to doing so on a server.
NTFS has many more attributes available, over 32,000 possible.
NTFS provides greater security and supports more storage capacity than the FAT32
NTFS (New Technology File System) FAT (File Allocation Table)
yes But conversion from NTFS to FAT32 is not possible. One has to delete the partition and recreate FAT32 partition . Data will be lost in the process.
sdvsd
The 3 major file systems are FAT, FAT32 and NTFS
Windows NT4 supports: FAT, NTFS (version 4) Windows 2000 supports: FAT, FAT16, FAT32, NTFS (versions 4 and 5)