https://bugs.kde.org/show_bug.cgi?id=429778
--- Comment #8 from Andrius Štikonas <andr...@stikonas.eu> --- (In reply to Claudius Ellsel from comment #7) > Mh, the thing is that it is a bit weird that gparted allowed me to increase > the size further. Not sure whether that had a real effect, though. Yeah, that was strange... I can't see why would it happen though. For MBR partition tables we define lastUsableSector = diskDevice->totalSectors(); So that wouldn't limit it in any way. Maybe something wrong in sector alignment calculation: https://invent.kde.org/system/kpmcore/-/blob/master/src/core/partitionalignment.cpp#L127 -- You are receiving this mail because: You are watching all bug changes.