PART_TYPE_DRIVER
if (strcmp(PART_TYPE_DRIVER, typestr) == 0 ||
if (strncmp(PART_TYPE_DRIVER, typestr, strlen(PART_TYPE_DRIVER)) == 0 ||