disksid
Disksid is a general term used in computing to refer to an identifier assigned to a disk or disk image to uniquely identify it within a system, across operations, and in automation tasks. The concept is not a single standardized specification but a family of approaches used by operating systems, hypervisors, and cloud platforms to reference storage devices.
In practice, a disksid can be derived from hardware-provided serial numbers, GUIDs assigned by partitioning schemes,
Benefits include stable references in scripts, configuration files, and backups, enabling devices to be recognized after
Limitations include changes when disks are replaced, repartitioned, or re-attached to different hosts; swapping controllers, cloning
Related concepts include UUIDs, disk by-id naming schemes, GPT disk GUIDs, and LUN identifiers, all of which