Skip to content

Block Devices

Evidence: Block Devices
Description: Collect block devices
Category: DiskFilesystem
Platform: linux
Short Name: blkd
Is Parsed: Yes
Sent to Investigation Hub: Yes
Collect File(s): No

Linux exposes block device attributes via sysfs, detailing disks and partitions (size, removability, RO flag). Enumerating these devices reveals attached media and storage topology.

This collector gathers structured data about block devices.

FieldDescriptionExample
NameNameExample value
MajorMajorExample value
MinorMinorExample value
ReadOnlyRead Onlytrue
RemovableRemovabletrue
SizeSize123
ParentParentExample value

This collector walks /sys/block, parses device attributes (dev, size, removable, ro) and builds a hierarchy of parent/child relationships.

Block device inventory assists with identifying removable media use, hidden partitions, and potential data staging volumes. It supports triage of storage relevant to an incident.