File System and Its Corresponding Maximum Supported File Size, Applicable Platforms

https://blog.csdn.net/qq_38769551/article/details/107518316

FAT32 (Windows): Supports a maximum partition size of 128GB and a maximum file size of 4GB.

NTFS (Windows): Supports a maximum partition size of 2TB and a maximum file size of 2TB.

FAT16 (Windows): Supports a maximum partition size of 2GB and a maximum file size of 2GB.

HPFS (OS/2): Supports a maximum partition size of 2TB and a maximum file size of 2GB.

EXT2 and EXT3 (Linux): Support a maximum partition size of 4TB and a maximum file size of 2GB.

JFS (AIX): Supports a maximum partition size of 4P (block size=4k) and a maximum file size of 4P.

XFS (IRIX): This is a proper 64-bit file system that can support partitions up to 9E (2 to the power of 63).

exFAT (Extended File Allocation Table File System) is Microsoft’s file system introduced in Windows Embedded 5.0 and later (including Windows CE 5.0, 6.0, Windows Mobile 5, 6, 6.1) designed for flash memory. It was developed to solve the limitation of FAT32 and others that do not support files of 4GB or larger. For flash memory, the NTFS file system is not suitable; exFAT is more appropriate. It is less suitable for disks.

在这里插入图片描述