https://bugs.kde.org/show_bug.cgi?id=425097
--- Comment #7 from Andrius Štikonas <andr...@stikonas.eu> --- Just a quick comment without digging to much in: The error message comes from util-linux/libfdisk/src/gpt.c fdisk_warnx(cxt, _("Sector %ju already used."), (uintmax_t)pa->start); I'm a bit surprised that we are trying to use sector 0. GPT sector 0 is Protective MBR header, we definitely can't have partition there. -- You are receiving this mail because: You are watching all bug changes.