파일시스템
2011.03.17 13:36

NTFS 파일속성

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

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

NTFS File Attributes

The NTFS file system views each file (or folder) as a set of file attributes. Elements such as the file's name, its security information, and even its data, are all file attributes. Each attribute is identified by an attribute type code and, optionally, an attribute name.

When a file's attributes can fit within the MFT file record, they are called resident attributes. For example, information such as filename and time stamp are always included in the MFT file record. When all of the information for a file is too large to fit in the MFT file record, some of its attributes are nonresident. The nonresident attributes are allocated one or more clusters of disk space elsewhere in the volume. If all attributes can not fit into one MFT record NTFS creates additional MFST records and puts the Attribute List attribute to the first file's MFT record to describe the location of all of the attribute records.

Table 5-3 lists all of the file attributes currently defined by the NTFS file system. This list is extensible, meaning that other file attributes can be defined in the future.

Table 5-3 File Attributes Defined by NTFS

Attribute Type

Description

Standard Information

Includes information such as timestamp and link count.

Attribute List

Lists the location of all attribute records that do not fit in the MFT record.

File Name

A repeatable attribute for both long and short file names. The long name of the file can be up to 255 Unicode characters. The short name is the 8.3, case-insensitive name for the file. Additional names, or hard links, required by POSIX can be included as additional file name attributes.

Security Descriptor

Describes who owns the file and who can access it.

Data

Contains file data. NTFS allows multiple data attributes per file. Each file typically has one unnamed data attribute. A file can also have one or more named data attributes, each using a particular syntax.

Object ID

A volume-unique file identifier. Used by the distributed link tracking service. Not all files have object identifiers.

Logged Utility Stream

Similar to a data stream, but operations are logged to the NTFS log file just like NTFS metadata changes. This is used by EFS.

Reparse Point

Used for volume mount points. They are also used by Installable File System (IFS) filter drivers to mark certain files as special to that driver.

Index Root

Used to implement folders and other indexes.

Index Allocation

Used to implement folders and other indexes.

Bitmap

Used to implement folders and other indexes.

Volume Information

Used only in the $Volume system file. Contains the volume version.

Volume Name

Used only in the $Volume system file. Contains the volume label.

 

?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
» 파일시스템 NTFS 파일속성 admin 2011.03.17 1313
40 파일시스템 NTFS MFT 분석 admin 2011.03.17 1434
39 파일시스템 NTFS 파티션 부트섹터 admin 2011.03.17 2072
38 파일시스템 NTFS 기초 admin 2011.03.17 1087
37 서버/레이드 레이드란? admin 2011.03.17 1077
36 매킨토시 맥사용시 주요장애원인과 대처 admin 2011.03.17 1532
35 하드디스크 ATA/ATAPI-5 — the fifth revision of the ATA standard released in 2000 file admin 2011.03.16 1163
34 하드디스크 ATA/ATAPI-6 — the sixth revision of the ATA standard released in 2001 file admin 2011.03.16 1103
33 하드디스크 ATA/ATAPI-7 — the seventh revision of the ATA standard released in 2003 file admin 2011.03.16 1127
32 하드디스크 ATA/ATAPI-8 revision 2b — AT Attachment — 8 ATA/ATAPI Command Set (January 10, 2006, draft) file admin 2011.03.16 2021
31 하드디스크 Seagate RS-232 adapter schematic admin 2011.03.16 1221
30 파일시스템 FAT 파일시스템의 디렉토리 정보 살펴보기 admin 2011.03.16 1171
29 파일시스템 FAT 파일시스템 FAT32 테이블 살펴보기 admin 2011.03.16 16860
28 파일시스템 FAT 파일시스템의 FAT 테이블 살펴보기 admin 2011.03.16 1209
27 파일시스템 FAT 파일시스템의 부트섹터 살펴보기 admin 2011.03.16 1392
26 파일시스템 FAT32 파일시스템의 MBR 살펴보기 admin 2011.03.16 1760
25 파일시스템 FAT 파일시스템 admin 2011.03.16 1159
24 메모리 플래시메모리복구 ECC적용효과 file admin 2011.03.16 1560
23 암호/복호 파일 암호 admin 2011.03.14 1655
22 문서파일 파일의 장애원인과 주의사항 admin 2011.03.14 1829
Board Pagination Prev 1 2 3 4 5 6 Next
/ 6