diff --git a/src/core/partition.cpp b/src/core/partition.cpp index d756621..18c3fac 100644 --- a/src/core/partition.cpp +++ b/src/core/partition.cpp @@ -326,8 +326,7 @@ bool Partition::unmount(Report& report) ExternalCommand umountCmd(report, QStringLiteral("umount"), - { QStringLiteral("-v"), - QStringLiteral("-A"), + { QStringLiteral("--verbose"), deviceNode() }); if (!umountCmd.run() || umountCmd.exitCode() != 0) success = false;