datalohkoja
Datalohkoja are the basic storage units used by a file system or data storage system to hold file data. Each datalohko is a fixed-size block that can be independently read or written. In most implementations, a block contains a payload area for data and a small header with metadata such as the block’s size, status, and pointers to other blocks.
Blocks are addressed by a unique identifier and are assembled into files by allocation tables or inodes.
Block sizes vary by system, commonly ranging from 512 bytes to several kilobytes; larger blocks reduce metadata
In local and distributed storage, datalohkoja serve as the primary units for storing actual data blocks. In
Data integrity features such as checksums, journaling, and copy-on-write mechanisms aim to prevent corruption during writes