Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Brian Carrier edited this page Oct 25, 2017 · 1 revision

title: Block permalink: /Block/

The term block is used in a couple of different contexts with TSK.

Data Unit

Block is the term used in the HFS file systems to refer to a grouping of consecutive sectors. Sectors are typically 512-bytes each and it is more efficient for a file system to allocate and use multiple sectors at a time. Each file system uses a different term for the resulting group. TSK uses the term data unit to refer to the grouping.

Block is also used in the ExtX and UFS file systems to refer to a grouping of fragments. These file systems group sectors into fragments and fragments into blocks. However, blocks are not given unique addresses. Their address is the address of the first fragment in the block.

Data Unit Layer Command Line Tools

The command line tools in TSK are organized into layers. The data unit layer tools start with 'blk', which is short for block. See the TSK Tool Overview for more details on the tool layers.

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.