Glossary of NTFS Terms
Sector - A low level unit of storage on a disk. Traditionally 512 bytes, now moving to 4096 bytes
Cluster - A unit of disk space on a file system that consists of multiple sectors
File system - a method of organizing and storing files and data
Partition - A logical division of a hard disk's data that is formatted with and holds the file system
MBR - The master boot record is both a sector and a partition and holds OS boot information
Metadata - Attributes that help describe file data, such as owner, size, creation date, file type, etc.
MFT - The Master File Table is the primary metadata file that defines an NTFS volume or partition
Basic disk - A basic disk or basic volume is a simple storage type used by Windows
Dynamic disk - Dynamic disks are a more advanced storage type used by Windows. Useful when a system has many disks. They offer features that basic disks do not such as spanning, striping, and RAID
GUID partition table (GPT) - The GPT is a new disk architecture that expands on the MBR and allows for very large file systems
Slack - Wasted space due to the cluster size of a file system
Read more: OS News