pub fn read_by(by_kind: &str) -> Result<Vec<Labelling>, Error>
Expand description
try to read all mappings defined in /dev/disk/by-<by_kind>, where by_kind is one of “label”, “uuid”, “partuuid”, “diskseq”, etc.
An error can’t be excluded as not all systems expose this information the way lfs-core reads it.