diff --git a/docs/spec/blocks/data.adoc b/docs/spec/blocks/data.adoc index 4c15b9b..a531345 100644 --- a/docs/spec/blocks/data.adoc +++ b/docs/spec/blocks/data.adoc @@ -1,4 +1,4 @@ -=== The data block (`DBLK`) +=== Data Block (`DBLK`) A data block encapsulates media-derived content and is composed of a header followed by either compressed or uncompressed data. diff --git a/docs/spec/blocks/ddt.adoc b/docs/spec/blocks/ddt.adoc index 2a03116..450a90a 100644 --- a/docs/spec/blocks/ddt.adoc +++ b/docs/spec/blocks/ddt.adoc @@ -1,4 +1,4 @@ -=== The deduplication table (`DDT*`) *_DEPRECATED_* +=== Deduplication Table (`DDT*`) *_DEPRECATED_* The deduplication table is a sequential array of pointers, with each entry corresponding to a sector on the storage media. These pointers map sector data to logical content blocks, enabling efficient elimination of duplicate data. diff --git a/docs/spec/blocks/ddt2.adoc b/docs/spec/blocks/ddt2.adoc index 60b714b..3b7a798 100644 --- a/docs/spec/blocks/ddt2.adoc +++ b/docs/spec/blocks/ddt2.adoc @@ -1,4 +1,4 @@ -=== The deduplication table (`DDT2`) +=== Deduplication Table (`DDT2`) The deduplication table is a multi-level table of pointers to LBAs contained in the image. It starts with the following header. diff --git a/docs/spec/blocks/geom.adoc b/docs/spec/blocks/geom.adoc index 75300be..54250c6 100644 --- a/docs/spec/blocks/geom.adoc +++ b/docs/spec/blocks/geom.adoc @@ -1,4 +1,4 @@ -=== The geometry block (`GEOM`) +=== Geometry Block (`GEOM`) The geometry block encapsulates metadata that defines the disk’s geometry, primarily to support transformations between CHS (Cylinder-Head-Sector) and LBA (Logical Block Addressing) addressing schemes. diff --git a/docs/spec/blocks/index.adoc b/docs/spec/blocks/index.adoc index 0866c89..6bbb6e8 100644 --- a/docs/spec/blocks/index.adoc +++ b/docs/spec/blocks/index.adoc @@ -1,4 +1,4 @@ -=== The index block (`INDX`) *_DEPRECATED_* +=== Index Block (`INDX`) *_DEPRECATED_* The index block stores references to all blocks present in the file. It is composed of a header, followed by a sequence of entries, the count of which is defined within the header. diff --git a/docs/spec/blocks/index2.adoc b/docs/spec/blocks/index2.adoc index 6d4b3e8..62135a4 100644 --- a/docs/spec/blocks/index2.adoc +++ b/docs/spec/blocks/index2.adoc @@ -1,4 +1,4 @@ -=== The index block version 2 (`IDX2`) +=== Index Block version 2 (`IDX2`) The index block stores references to all blocks present in the file. It is composed of a header, followed by a sequence of entries, the count of which is defined within the header. diff --git a/docs/spec/blocks/index_continuation.adoc b/docs/spec/blocks/index_continuation.adoc index 823d9f3..c215737 100644 --- a/docs/spec/blocks/index_continuation.adoc +++ b/docs/spec/blocks/index_continuation.adoc @@ -1,4 +1,4 @@ -=== The index block continuation (`IDXC`) +=== Index Block Continuation (`IDXC`) The index block continuation follows the same structure and semantics as the index block version 2, with the exception that it includes a pointer to the preceding index block or index block continuation. diff --git a/docs/spec/blocks/metadata.adoc b/docs/spec/blocks/metadata.adoc index b34854a..0322bb3 100644 --- a/docs/spec/blocks/metadata.adoc +++ b/docs/spec/blocks/metadata.adoc @@ -1,4 +1,4 @@ -=== The metadata block (`META`) +=== Metadata Block (`META`) The metadata block contains descriptive information related to the media source, which is not part of the original media data itself. Typical fields may include the manufacturer name, device model, acquisition sequence identifiers, and other contextual attributes. diff --git a/docs/spec/blocks/snapshot.adoc b/docs/spec/blocks/snapshot.adoc index 6b84e59..622774b 100644 --- a/docs/spec/blocks/snapshot.adoc +++ b/docs/spec/blocks/snapshot.adoc @@ -1,4 +1,4 @@ -=== Snapshot block (`SNAP`) +=== Snapshot Block (`SNAP`) The snapshot block holds a list of historical indexes, representing earlier versions of the media captured within the image. This feature enables users to manually preserve a specific media state, allowing reversion to previous versions or comparison between multiple data capture attempts. diff --git a/docs/spec/blocks/tracks.adoc b/docs/spec/blocks/tracks.adoc index 0cf16a3..4101bc7 100644 --- a/docs/spec/blocks/tracks.adoc +++ b/docs/spec/blocks/tracks.adoc @@ -1,4 +1,4 @@ -=== The tracks block (`TRKS`) +=== Tracks Block (`TRKS`) The tracks block holds a structured list of track entries, typically aligned with the layout specified in the table of contents or a similar indexing schema. This format is common in optical media such as CDs, DVDs, and related disc-based formats. diff --git a/docs/spec/blocks/twin_sector.adoc b/docs/spec/blocks/twin_sector.adoc index c62a6fb..e0b40db 100644 --- a/docs/spec/blocks/twin_sector.adoc +++ b/docs/spec/blocks/twin_sector.adoc @@ -1,4 +1,4 @@ -=== The twin sector table (`TWTB`) +=== Twin Sector Table (`TWTB`) This table enumerates hardware sectors that share an identical sector number. Such sectors are referred to as “twin sectors,” although the grouping may consist of more than two instances.