diff --git a/src/core/kmountpoint.cpp b/src/core/kmountpoint.cpp --- a/src/core/kmountpoint.cpp +++ b/src/core/kmountpoint.cpp @@ -547,7 +547,9 @@ const bool isNtfs = d->mountType.contains(QLatin1String("fuse.ntfs")) || d->mountType.contains(QLatin1String("fuseblk.ntfs")) // fuseblk could really be anything. But its most common use is for NTFS mounts, these days. || d->mountType == QLatin1String("fuseblk"); - const bool isSmb = d->mountType == QLatin1String("cifs") || d->mountType == QLatin1String("smbfs"); + const bool isSmb = d->mountType == QLatin1String("cifs") + || d->mountType == QLatin1String("smbfs") + || d->mountType == QLatin1String("smb-share"); switch (flag) { case SupportsChmod: