MAXMNTLEN
memcpy(lastmount, sb->fs_fsmnt, MAXMNTLEN);
static char lastmount[MAXMNTLEN];
memset(lastmount, 0, MAXMNTLEN);
u_char e2fs_fsmnt[MAXMNTLEN]; /* name mounted on */
u_char fs_fsmnt[MAXMNTLEN]; /* name mounted on */