파일시스템
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.

 

?

  1. EXFAT 개요

    Date2011.09.26 Category파일시스템 Byadmin Views2365
    Read More
  2. hfs+ 개요

    Date2011.03.19 Category파일시스템 Byadmin Views173166
    Read More
  3. ext2 개요

    Date2011.03.19 Category파일시스템 Byadmin Views6037
    Read More
  4. EXT3 개요

    Date2011.03.19 Category파일시스템 Byadmin Views2551
    Read More
  5. 파일시스템의 정의

    Date2011.03.17 Category파일시스템 Byadmin Views1725
    Read More
  6. NTFS Optimization

    Date2011.03.17 Category파일시스템 Byadmin Views9388
    Read More
  7. NTFS vs FAT

    Date2011.03.17 Category파일시스템 Byadmin Views4183
    Read More
  8. Data Integrity and Recoverability with NTFS

    Date2011.03.17 Category파일시스템 Byadmin Views1489
    Read More
  9. NTFS Sparse Files (NTFS5 only)

    Date2011.03.17 Category파일시스템 Byadmin Views1659
    Read More
  10. Issues with EFS

    Date2011.03.17 Category파일시스템 Byadmin Views1475
    Read More
  11. $EFS Attribute

    Date2011.03.17 Category파일시스템 Byadmin Views1516
    Read More
  12. EFS Internals

    Date2011.03.17 Category파일시스템 Byadmin Views112743
    Read More
  13. Using EFS

    Date2011.03.17 Category파일시스템 Byadmin Views1595
    Read More
  14. EFS - Encrypting File System

    Date2011.03.17 Category파일시스템 Byadmin Views1565
    Read More
  15. NTFS Compressed Files

    Date2011.03.17 Category파일시스템 Byadmin Views1480
    Read More
  16. NTFS Multiple Data Streams

    Date2011.03.17 Category파일시스템 Byadmin Views1389
    Read More
  17. NTFS 시스템 파일

    Date2011.03.17 Category파일시스템 Byadmin Views1560
    Read More
  18. NTFS 파일속성

    Date2011.03.17 Category파일시스템 Byadmin Views1313
    Read More
  19. NTFS MFT 분석

    Date2011.03.17 Category파일시스템 Byadmin Views1434
    Read More
  20. NTFS 파티션 부트섹터

    Date2011.03.17 Category파일시스템 Byadmin Views2072
    Read More
Board Pagination Prev 1 2 Next
/ 2