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...") |
|||
| (One intermediate revision by the same user not shown) | |||
| 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> | ||
| 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. | ||
Latest revision as of 04:52, 22 May 2024
| 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.