What is the difference between FAT32, NTFS and exFAT?
What is the difference between FAT32,
NTFS and exFAT?
Whether you’re formatting an internal drive, external drive,
USB flash drive, or SD card, Windows gives you the choice of using three
different file systems: NTFS, FAT32, and exFAT. The Format dialog in Windows
doesn’t explain the difference, so we will.
A file system provides a way of organizing a drive. It
specifies how data is stored on the drive and what types of information can be
attached to files—filenames, permissions, and other attributes. Windows
supports three different file systems. NTFS is the most modern file system.
Windows uses NTFS for its system drive and, by default, for most non-removable
drives. FAT32 is an older file system that’s not as efficient as NTFS and
doesn’t support as big a feature set, but does offer greater compatibility with
other operating systems. exFAT is a modern replacement for FAT32—and more
devices and operating systems support it than NTFS—but it’s not nearly as
widespread as FAT32.
New Technology
File system (NTFS)
NTFS is the modern file system Windows likes to use by
default. When you install Windows, it formats your system drive with the NTFS
file system. NTFS has file size and partition size limits that are so
theoretically huge you won’t run up against them. NTFS first appeared in
consumer versions of Windows with Windows XP, though it originally debuted with
Windows NT.
NTFS is packed with modern features not available to FAT32
and exFAT. NTFS supports file permissions for security, a change journal that
can help quickly recover errors if your computer crashes, shadow copies for
backups, encryption, disk quota limits, hard links, and various other features.
Many of these are crucial for an operating system drive—especially file
permissions.
Your Windows system partition must be NTFS. If you have a
secondary drive alongside Windows and you plan on installing programs to it,
you should probably go ahead and make it NTFS, too. And, if you have any drives
where compatibility isn’t really an issue—because you know you’ll just be using
them on Windows systems—go ahead and choose NTFS.
File Allocation Table- 32 (FAT32)
FAT32 is the oldest of the three file
systems available to Windows. It was introduced all the way back in Windows 95
to replace the older FAT16 file system used in MS-DOS and Windows 3.
The FAT32
file system’s age has advantages and disadvantages. The big advantages is that
because it’s so old, FAT32 is the de-facto standard. Flash drives you purchase
will often come formatted with FAT32 for maximum compatibility across not just
modern computers, but other devices like game consoles and anything with a USB
port.
Limitations
come with that age, however. Individual files on a FAT32 drive can not be over
4 GB in size—that’s the maximum. A FAT32 partition must also be less than 8 TB,
which admittedly is less of a limitation unless you’re using
super-high-capacity drives.
While FAT32
is okay for USB flash drives and other external media—especially if you know
you’ll be using them on anything other than Windows PCs—you won’t want to FAT32
for an internal drive. It lacks the permissions and other security features
built into the more modern NTFS file system. Also, modern versions of Windows
can no longer be installed to a drive formatted with FAT32; they must be
installed to drives formatted with NTFS.
Extended File Allocation Table (exFAT)
The exFAT
file system was introduced in 2006 and was added to older versions of Windows
with updates to Windows XP and Windows Vista. exFAT is optimized for flash
drives—designed to be a lightweight file system like FAT32, but without the
extra features and over head of NTFS and without the limitations of FAT32.
Like NTFS,
exFAT has very large limits on file and partition sizes., allowing you to store
files much larger than the 4 GB allowed by FAT32.
While exFAT
does not quite match FAT32’s compatibility, it is more widely-compatible than
NTFS. While Mac OS X includes only read-only support for NTFS, Macs offer full
read-write support for exFAT. exFAT drives can be accessed on Linux by
installing the appropriate software. Devices can be a bit of a mixed bag. The
PlayStation 4 supports exFAT; the PlayStation 3 does not. The Xbox One supports
it, but the Xbox 360 does not.
Note:- NT File System is ideal for internal
drives, while exFAT is generally ideal for flash drives. However, you may
sometimes need to format an external drive with FAT32 if exFAT is not supported
on a device you need to use it with.
How
to check File System of Drive:-
In windows--
1) Right Click on drive
2) Select Properties
3) Then you can see file system of drive..
In Linux--
1) login as root
2) # df -h or df -hT
3) Then you can see file system of
drive..
GO TO HOME PAGE
**********THANKS FOR VISITING
OUR SITE**********
Hi,
ReplyDeleteIt is very useful.