foreach ($userGlobalStoragesService->getStorages() as $storage) {
            /** @var IStorageConfig $storage */
            $mountPoint = '/'.$uid.'/files'.$storage->getMountPoint();
            $mountEntry = self::prepareMountPointEntry($storage, false);
            foreach ($mountEntry['options'] as &$option) {