Today I learned about Windows filesystems(NTFS, FAT32 and exFAT), and the differences between them.

| ** NTFS ** | The most modern (permissions, journaling, encryption, quota, hard links…), has no limits for file and partition sizes, and less universal (RO by default on Unix) | | ** FAT32 ** | The oldest, lightweight, 4GB max file size and 8TB max partition size, universal i.e supported by most platforms | | ** exFAT ** | Newer than FAT32, lightweight, same FAT32 use cases with larger limits |

source