get_disc_info
if (get_disc_info (fd, &di)) {
} else if (get_disc_info(fd, &di) && (di.capacity > 0)) {
boolean_t get_disc_info(int fd, disc_info_t *);