Blockgerät
Blockgerät is a storage device that provides random access to fixed-size data blocks. It offers a block-level interface to the operating system, in contrast to character devices that expose a byte-oriented stream. Typical examples include hard disk drives, solid-state drives, optical discs, USB mass storage devices, and virtual block devices used in virtualization or software-defined storage.
Key characteristics: Block devices map a contiguous address space to fixed-size blocks (commonly 512 bytes or
Interface and management: In Unix-like systems, block devices appear as special files under /dev (for example,
Comparison: Block devices differ from character devices, which provide unstructured byte streams without fixed block boundaries.
Use cases: Block devices serve as the primary medium for persistent storage in operating systems, databases,