check_drive
found = check_drive(partname); /* try to open it */
found = check_drive(partname); /* try to open it */
int check_drive(char *devicename);
struct drive *check_drive(char *);
drive = check_drive(partname); /* try to open it */