파일시스템
2011.03.17 13:35

NTFS MFT 분석

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

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

NTFS Master File Table (MFT)

Each file on an NTFS volume is represented by a record in a special file called the master file table (MFT). NTFS reserves the first 16 records of the table for special information. The first record of this table describes the master file table itself, followed by a MFT mirror record. If the first MFT record is corrupted, NTFS reads the second record to find the MFT mirror file, whose first record is identical to the first record of the MFT. The locations of the data segments for both the MFT and MFT mirror file are recorded in the boot sector.

Full list of metadata files are presented in the "System Files" chapter.

Figure provides a simplified illustration of the MFT structure:

Figure 5-2 MFT Structure

The master file table allocates a certain amount of space for each file record. The attributes of a file are written to the allocated space in the MFT. Small files and directories (typically 512 bytes or smaller), such as the file illustrated in next figure, can entirely be contained within the master file table record.

Figure 5-2 MFT Record for a Small File or Directory:

This design makes file access very fast. Consider, for example, the FAT file system, which uses a file allocation table to list the names and addresses of each file. FAT directory entries contain an index into the file allocation table. When you want to view a file, FAT first reads the file allocation table and assures that it exists. Then FAT retrieves the file by searching the chain of allocation units assigned to the file. With NTFS, as soon as you look up the file, it's there for you to use.

Directory records are housed within the master file table just like file records. Instead of data, directories contain index information. Small directory records reside entirely within the MFT structure. Large directories are organized into B-trees, having records with pointers to external clusters containing directory entries that could not be contained within the MFT structure.

?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
27 파일시스템 $EFS Attribute admin 2011.03.17 1519
26 파일시스템 Data Integrity and Recoverability with NTFS admin 2011.03.17 1492
25 파일시스템 EFS - Encrypting File System admin 2011.03.17 1573
24 파일시스템 EFS Internals admin 2011.03.17 112853
23 파일시스템 EXFAT 개요 admin 2011.09.26 2369
22 파일시스템 ext2 개요 admin 2011.03.19 6042
21 파일시스템 EXT3 개요 admin 2011.03.19 2557
20 파일시스템 FAT 파일시스템 admin 2011.03.16 1160
19 파일시스템 FAT 파일시스템 FAT32 테이블 살펴보기 admin 2011.03.16 18686
18 파일시스템 FAT 파일시스템의 FAT 테이블 살펴보기 admin 2011.03.16 1212
17 파일시스템 FAT 파일시스템의 디렉토리 정보 살펴보기 admin 2011.03.16 1172
16 파일시스템 FAT 파일시스템의 부트섹터 살펴보기 admin 2011.03.16 1397
15 파일시스템 FAT32 파일시스템의 MBR 살펴보기 admin 2011.03.16 1778
14 파일시스템 hfs+ 개요 admin 2011.03.19 173373
13 파일시스템 Issues with EFS admin 2011.03.17 1475
12 파일시스템 NTFS 파일속성 admin 2011.03.17 1314
11 파일시스템 NTFS Compressed Files admin 2011.03.17 1484
» 파일시스템 NTFS MFT 분석 admin 2011.03.17 1435
9 파일시스템 NTFS Multiple Data Streams admin 2011.03.17 1395
8 파일시스템 NTFS Optimization admin 2011.03.17 9390
Board Pagination Prev 1 2 Next
/ 2