NTFS, Ext2, and FAT Filesystem Structure Analysis
Classified in Technology
Written on in
English with a size of 3 KB
Filesystem Area Roles
NTFS Filesystem Areas
This section lists and discusses the role of areas of the NTFS file system:
- Partition Boot Sector: Occupies several sectors. It contains the provision for the volume and file system structure, the location of the MFT and MFT2, and the boot code.
- MFT (Master File Table): Contains information on files, directories, and available space.
- MTT (Master File Table Mirror): A list of all the contents of the NTFS volume, organized as a set of rows in a structured relational database.
- Archiving System: Contains MFT2, which is a mirror copy of the first three rows of the MFT to ensure access to the MFT in case of a sector failure. It also contains the bitmap (represented by the volume) showing which blocks are in use