Difference between revisions of "Type Slack"

From truxwiki.com
Jump to navigation Jump to search
 
Line 1: Line 1:
 
{| style="float:right;border:1px solid black"
 
{| style="float:right;border:1px solid black"
|+ Details
+
|+ [[Type_Media|<<]] Details [[Type_Status_Report|>>]]
 
| Defined Constant
 
| Defined Constant
 
| <code>Type_Slack</code>
 
| <code>Type_Slack</code>

Latest revision as of 04:52, 22 May 2024

<< Details >>
Defined Constant Type_Slack
File Type Value 8
Parent Type None
Carve No
Format Details No
MIME Type application/octet-stream
Filename Extension slack

Slack

Description

The unused space after the end of a file but before the end of the space allocated for that file. For example, a file system will use 64KB clusters to store files. If a file with a length of 4KB is saved to the file system, 64KB of disk space (one cluster) is used but only the first 4KB of space is actually written to. This leaves 60KB as slack space.

Details

Truxton stores slack as a contiguous series of bytes.