diff --git a/src/summaryWidget.cpp b/src/summaryWidget.cpp --- a/src/summaryWidget.cpp +++ b/src/summaryWidget.cpp @@ -162,7 +162,7 @@ QStringList partitions; for (const QStorageInfo &storage : QStorageInfo::mountedVolumes()) { - if (!storage.isReady() || storage.fileSystemType() == "tmpfs") { + if (!storage.isReady() || storage.fileSystemType() == "tmpfs" || storage.fileSystemType() == "squashfs") { continue; }