파일시스템
2011.03.17 13:37

NTFS 시스템 파일

조회 수 1560 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 수정 삭제
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 수정 삭제

NTFS System Files

NTFS includes several system files, all of which are hidden from view on the NTFS volume. A system file is one used by the file system to store its metadata and to implement the file system. System files are placed on the volume by the Format utility.

Table 5-4 Metadata Stored in the Master File Table

System File

File Name

MFT Record

Purpose of the File

Master file table

$Mft

0

Contains one base file record for each file and folder on an NTFS volume. If the allocation information for a file or folder is too large to fit within a single record, other file records are allocated as well.

Master file table 2

$MftMirr

1

A duplicate image of the first four records of the MFT. This file guarantees access to the MFT in case of a single-sector failure.

Log file

$LogFile

2

Contains a list of transaction steps used for NTFS recoverability. Log file size depends on the volume size and can be as large as 4 MB. It is used by Windows NT/2000 to restore consistency to NTFS after a system failure.

Volume

$Volume

3

Contains information about the volume, such as the volume label and the volume version.

Attribute definitions

$AttrDef

4

A table of attribute names, numbers, and descriptions.

Root file name index

$

5

The root folder.

Cluster bitmap

$Bitmap

6

A representation of the volume showing which clusters are in use.

Boot sector

$Boot

7

Includes the BPB used to mount the volume and additional bootstrap loader code used if the volume is bootable.

Bad cluster file

$BadClus

8

Contains bad clusters for the volume.

Security file

$Secure

9

Contains unique security descriptors for all files within a volume.

Upcase table

$Upcase

10

Converts lowercase characters to matching Unicode uppercase characters.

NTFS extension file

$Extend

11

Used for various optional extensions such as quotas, reparse point data, and object identifiers.

   

12-15

Reserved for future use.

Quota management file

$Quota

24

Contains user assigned quota limits on the volume space.

Object Id file

$ObjId

25

Contains file object IDs.

Reparse point file

$Reparse

26

This file contains information about files and folders on the volume include reparse point data

 

?

  1. NTFS Optimization

  2. NTFS vs FAT

  3. Data Integrity and Recoverability with NTFS

  4. NTFS Sparse Files (NTFS5 only)

  5. Issues with EFS

  6. $EFS Attribute

  7. EFS Internals

  8. Using EFS

  9. EFS - Encrypting File System

  10. NTFS Compressed Files

  11. NTFS Multiple Data Streams

  12. NTFS 시스템 파일

  13. NTFS 파일속성

  14. NTFS MFT 분석

  15. NTFS 파티션 부트섹터

  16. NTFS 기초

  17. 레이드란?

  18. 맥사용시 주요장애원인과 대처

  19. ATA/ATAPI-5 — the fifth revision of the ATA standard released in 2000

  20. ATA/ATAPI-6 — the sixth revision of the ATA standard released in 2001

Board Pagination Prev 1 2 3 4 5 6 Next
/ 6