파일시스템
2011.03.17 13:38

NTFS Multiple Data Streams

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

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

NTFS Multiple Data Streams

NTFS supports multiple data streams, where the stream name identifies a new data attribute on the file. A handle can be opened to each data stream. A data stream, then, is a unique set of file attributes. Streams have separate opportunistic locks, file locks, and sizes, but common permissions.

This feature enables you to manage data as a single unit. The following is an example of an alternate stream:

myfile.dat:stream2	

A library of files might exist where the files are defined as alternate streams, as in the following example:

library:file1
:file2
:file3

A file can be associated with more than one application at a time, such as Microsoft® Word and Microsoft® WordPad. For instance, a file structure like the following illustrates file association, but not multiple files:

program:source_file
           :doc_file
           :object_file
           :executable_file

 

To create an alternate data stream, at the command prompt, you can type commands such as:

echo text>program:source_file
    more<program:source_file 

Important
When you copy an NTFS file to a FAT volume, such as a floppy disk, data streams and other attributes not supported by FAT are lost.

?

  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