call_fork_exec
res = call_fork_exec(fstype, "mount", newargv, verbose);
res = call_fork_exec(fstype, "umount", newargv, verbose);
static int call_fork_exec(char *, char *, char **, int);