search for: deviceby

Displaying 1 result from an estimated 1 matches for "deviceby".

Did you mean: deviceb
2009 Aug 03
2
[PATCH] New commands to list devices by UUID and label
...at redhat.com> Date: Mon, 3 Aug 2009 11:44:51 +0100 Subject: [PATCH] New commands: list-disks-by-uuid and list-disks-by-label These commands returned a hash from UUID/label -> device, making it simpler to locate partitions which have UUIDs or labels. --- daemon/Makefile.am | 7 +- daemon/deviceby.c | 295 ++++++++++++++++++++++++++++++++++++++++++++++++++++ po/POTFILES.in | 1 + src/MAX_PROC_NR | 2 +- src/generator.ml | 16 +++ 5 files changed, 318 insertions(+), 3 deletions(-) create mode 100644 daemon/deviceby.c diff --git a/daemon/Makefile.am b/daemon/Makefile.am in...