ホーム > ストレージネットワーキング用語集 > sparse file
空のデータ領域(未書き込みかつ未割り当て)を持ち、その領域が読み出された時にはゼロ(0x00)を返すファイル。全てのファイルをスパースファイルとして管理しているファイルシステムもある。
使用分野: File System
A file that has empty (unwritten and unallocated) data regions, which on reading back are implicitly filled with bytes containing the value zero (0x00). On some file systems all files are implicitly sparse.
CONTEXT [File System]