파일시스템
2011.03.17 13:43

NTFS Sparse Files (NTFS5 only)

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

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

NTFS Sparse Files (NTFS5 only)

A sparse file has an attribute that causes the I/O subsystem to allocate only meaningful (nonzero) data. Nonzero data is allocated on disk, and non-meaningful data (large strings of data composed of zeros) is not. When a sparse file is read, allocated data is returned as it was stored; non-allocated data is returned, by default, as zeros.

NTFS deallocates sparse data streams and only maintains other data as allocated. When a program accesses a sparse file, the file system yields allocated data as actual data and deallocated data as zeros.

NTFS includes full sparse file support for both compressed and uncompressed files. NTFS handles read operations on sparse files by returning allocated data and sparse data. It is possible to read a sparse file as allocated data and a range of data without retrieving the entire data set, although NTFS returns the entire data set by default.

With the sparse file attribute set, the file system can deallocate data from anywhere in the file and, when an application calls, yield the zero data by range instead of storing and returning the actual data. File system application programming interfaces (APIs) allow for the file to be copied or backed as actual bits and sparse stream ranges. The net result is efficient file system storage and access. Next figure shows how data is stored with and without the sparse file attribute set.

Figure 5-4 Windows 2000 Data Storage

Important
If you copy or move a sparse file to a FAT or a non-NTFS volume, the file is built to its originally specified size. If the required space is not available, the operation does not complete.

?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
61 파일시스템 NTFS 파일속성 admin 2011.03.17 1313
60 파일시스템 NTFS 시스템 파일 admin 2011.03.17 1560
59 파일시스템 NTFS Multiple Data Streams admin 2011.03.17 1389
58 파일시스템 NTFS Compressed Files admin 2011.03.17 1480
57 파일시스템 EFS - Encrypting File System admin 2011.03.17 1565
56 파일시스템 Using EFS admin 2011.03.17 1593
55 파일시스템 EFS Internals admin 2011.03.17 112718
54 파일시스템 $EFS Attribute admin 2011.03.17 1515
53 파일시스템 Issues with EFS admin 2011.03.17 1475
» 파일시스템 NTFS Sparse Files (NTFS5 only) admin 2011.03.17 1659
51 파일시스템 Data Integrity and Recoverability with NTFS admin 2011.03.17 1489
50 파일시스템 NTFS vs FAT admin 2011.03.17 4183
49 파일시스템 NTFS Optimization admin 2011.03.17 9388
48 파일시스템 파일시스템의 정의 admin 2011.03.17 1725
47 파일시스템 EXT3 개요 admin 2011.03.19 2551
46 파일시스템 ext2 개요 admin 2011.03.19 6037
45 파일시스템 hfs+ 개요 admin 2011.03.19 173107
44 포렌식 Digital Forensic 의 정의 admin 2011.03.19 102571
43 서버/레이드 RAID 1E admin 2011.03.30 1812
42 파일시스템 EXFAT 개요 admin 2011.09.26 2365
Board Pagination Prev 1 2 3 4 5 6 Next
/ 6