diff --git a/lib/private/Files/Filesystem.php b/lib/private/Files/Filesystem.php
index 9d534815cdc08f2b893f03aa5dc70fba7ab6cdfe..b85554ae333a311ac3d1cbf093b05545895312ad 100644
--- a/lib/private/Files/Filesystem.php
+++ b/lib/private/Files/Filesystem.php
@@ -437,13 +437,13 @@ class Filesystem {
 
 			// home mounts are handled seperate since we need to ensure this is mounted before we call the other mount providers
 			$homeMount = $mountConfigManager->getHomeMountForUser($userObject);
+			self::getMountManager()->addMount($homeMount);
+
 			if ($homeMount->getStorageRootId() === -1) {
 				$homeMount->getStorage()->mkdir('');
 				$homeMount->getStorage()->getScanner()->scan('');
 			}
 
-			self::getMountManager()->addMount($homeMount);
-
 			\OC\Files\Filesystem::getStorage($user);
 
 			// Chance to mount for other storages