--- mount1.cc 2003-09-01 08:34:00.000000000 -0500 +++ mount2.cc 2003-09-01 08:37:00.000000000 -0500 @@ -422,6 +422,8 @@ strcat (opts, " -x"); if (strstr (p->mnt_opts, ",noexec")) strcat (opts, " -E"); + if (strstr (p->mnt_opts, ",managed")) + strcat (opts, " -o managed"); while ((c = strchr (p->mnt_fsname, '\\')) != NULL) *c = '/'; printf (format_mnt, opts, p->mnt_fsname, p->mnt_dir);