NTFS System Files

Last reviewed: May 9, 1997
Article ID: Q103657
The information in this article applies to:
  • Microsoft Windows NT operating system version 3.1
  • Microsoft Windows NT Advanced Server version 3.1

SUMMARY

When a volume is formatted with the NT file system (NTFS), multiple NTFS system files are created in the root directory of the NTFS volume. These system files can be stored at any location on the NTFS volume. Consequently, damage to certain locations on the volume will not as likely render the entire volume inaccessible. Listed below is a description of the ten NTFS system files currently implemented in the retail version of Windows NT.

MORE INFORMATION

$attrdef, Attribute Definitions Table: Contains the definition of all system and user-defined attributes on the volume.

$badclus, Bad Cluster File: Contains all the bad clusters on the volume.

$bitmap, Cluster Allocation Bitmap: Contains the bitmap for the entire volume, showing which clusters are used.

$boot, Boot File: Contains the volume's bootstrap if the volume is bootable.

$logfile, Log File: Used for recoverability purposes.

$mft, Master File Table (MFT): Contains a record for every file on the NTFS volume in its Data attribute.

$mftmirr, Master File Table2 (MFT2): Mirror of the MFT used for recoverability purposes.

$quota, Quota Table: Table used to indicate disk quota usage for each user on a volume.

$upcase, Upcase Table: Table used for converting uppercase and lowercase characters to the matching uppercase Unicode characters.

$volume, Volume: Contains volume information such as volume name and version.


Additional query words: prodnt
Keywords : kbother ntfilesys
Version : 3.1
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 9, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.