Navigation: Using Privacy Eraser > Settings > Security >

Wipe file slack space/cluster tips

 

 

 

The unused space in a disk cluster. The DOS and Windows file systems use fixed-size clusters. Even if the actual data being stored requires less storage than the cluster size, an entire cluster is reserved for the file. The unused space is called the slack space.

 

DOS and older Windows systems use a 16-bit file allocation table (FAT), which results in very large cluster sizes for large partitions. For example, if the partition size is 2GB, each cluster will be 32KB. Even if a file requires only 4KB, the entire 32KB will be allocated, resulting in 28KB of slack space. Windows 95 OSR 2 and Windows 98 resolve this problem by using a 32-bit FAT (FAT32) that supports cluster sizes smaller than 1KB.

 

In many file systems, each file always starts at the beginning of a cluster because this simplifies organization and makes it easier to grow files. Any space left over between the last byte of the file and the first byte of the next cluster is a form of internal fragmentation called file slack, slack space, or cluster overhang. Slack space is a very important source of evidence in computer forensic investigation.