dosmount
struct dosmount *next;
static struct dosmount *mounts;
struct dosmount *mnt;
if ((mnt = malloc(sizeof(struct dosmount))) == NULL) {