Difference between revisions of "Type Slack"
Jump to navigation
Jump to search
(Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Slack</code> |- | File Type Value | 8 |- | Parent Type | None |- | Carve | No |- | For...") |
|||
| Line 26: | Line 26: | ||
=Description= | =Description= | ||
| − | The unused space after the end of a file | + | The unused space after the end of a file but before the end of the space allocated for that file. |
| + | For example, a [https://en.wikipedia.org/wiki/File_system 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= | =Details= | ||
| + | Truxton stores slack as a contiguous series of bytes. | ||
Revision as of 07:58, 12 December 2020
| 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.