3644
3644
In spite of their common goals, «NTFS» and «FAT» file systems differ by how they
organize and store data, and by the way they treat file attributes. Below, we will
describe particular file systems in detail.
The abbreviation «FAT» stand for «file allocation table». This is a simple classic file
system originally designed for small disks and simple folder structures. In other
words, «FAT» file system is a group-type method of organization, where the file
allocation table is a separate logical area which resides at the beginning of the
volume. To protect the volume from accidental errors that may affect correct table
presentation, two copies of the table are kept, in case one becomes damaged.
Also, «exFAT» has a reduced number of overwrite instances for sectors that actually
store data, which is especially important for flash drives due to the inevitable wear-
out of memory cells after a certain number of write operations, and this file system
has an improved mechanism for allocation of free space.
«NTFS» («new technology file system») was developed to eliminate the limitations
and downsides of «FAT» – series file systems, improve performance, reliability and
efficiency of disk usage, and to create a reliable mechanism for data protection and
storage. «NTFS» stores file data in its «Master File Table» («MFT»), implements
various levels of access to data for different users, and prevents unauthorized access
to file contents by using the so-called «Encryption File System» which involves
the «user-transparent encryption» to protect data.
In addition, «NTFS» has a function that is missing from «FAT»: it can open files the
names of which don’t use English letters and so it allows using any «UTF» symbols.
This way, there are no limitations to the symbols used in file names: it supports even
difficult languages like Hindi, Korean, or Cyrillic.
The difference between file systems «NTFS», «FAT», «FAT32» and «exFAT»
Initially, «FAT» file system was designed for small-capacity storage devices and
supported file size up to 4 GB, while «NTFS» pushed the file size limit to the
impressive 16 TB. Below, see other differences in detail:
«NTFS»
Support for files and disks of larger capacity that any other file systems can deal
with.
Support for extended file names and foreign characters from difficult languages.
Severe decrease in system performance when «chkdsk» is used to check the
local hard disk or an external disk.
The standard system maintenance app «chkdsk» is notorious for its
sluggishness.
Increased security with the new file encryption feature.
Much faster operation on drives smaller than 40 GB.
Smaller file clusters.
Compression is supported at the file system level for files, directories and drives
to reduce disk space.
User permissions for files and folders.
File copies are «undone» if the interrupted cluster is cleaned.
Small files are kept in the Master File Table at the beginning of the drive.
«FAT»
It is incompatible with the latest version of «Windows», and supports hard disks
from 32 MB to 2 TB.
More powerful and efficient recovery utilities.
Support for quick «chkdsk» operation.
Simple operating system allocation and quicker file read algorithm.
Faster operation with disks less than 10 GB in capacity.
Cluster chains containing data from interrupted copies are marked as damaged.
Master File table is separated from other files.
«FAT 32»
«exFAT»
Conclusion
Depending on the requirements for storage devices, you can read this comparative
review to learn more about peculiarities of various file systems and decide on the
best choice for every specific device. At your own convenience, you may leave the
initially configured file system as it is, if you plan to use the storage with a wide range
of computing devices, or choose to upgrade to the most advantageous file
system, «NTFS», if the storage is meant to be used as the system drive for
installation of «Windows 10».
REFERENCES
hetmanrecovery.com.1