summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mount-setup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mount-setup.c b/mount-setup.c
index 12605ebb4d..c6a471237b 100644
--- a/mount-setup.c
+++ b/mount-setup.c
@@ -85,6 +85,10 @@ static int mount_one(const char *t[]) {
if (r > 0)
return 0;
+ /* The access mode here doesn't really matter too much, since
+ * the mounted file system will take precedence anyway. */
+ mkdir(t[MOUNT_WHERE], 0755);
+
log_debug("Mounting %s to %s of type %s with options %s.",
t[MOUNT_WHAT],
t[MOUNT_WHERE],