def lookup_uuid(uuid): cmd = ['blkid', '-U', uuid] return get_command_output(cmd).strip()
def blkid(device): return get_command_output(['blkid', device])