https://bugs.kde.org/show_bug.cgi?id=412204
--- Comment #2 from Andrius Štikonas <andr...@stikonas.eu> --- It works for me here. How reproducible is this on your machine? I think there might be a race in SfdiskPartitionTable::commit. mkfs tries to run before block device is available. Possibly adding another ExternalCommand(QStringLiteral("udevadm"), { QStringLiteral("settle"), QStringLiteral("--timeout=") + QString::number(timeout) }).run(); before return would fix this. Is there any chance for you to try this fix? -- You are receiving this mail because: You are watching all bug changes.