diff --git a/mount.c b/mount.c index 6afa438..d099586 100644 --- a/mount.c +++ b/mount.c @@ -14,6 +14,7 @@ struct { const char *notopt; unsigned long v; } optnames[] = { + { "defaults", NULL, 0 }, { "remount", NULL, MS_REMOUNT }, { "ro", "rw", MS_RDONLY }, { "sync", "async", MS_SYNCHRONOUS },