https://bugs.kde.org/show_bug.cgi?id=441161
--- Comment #1 from Andrius Štikonas <andr...@stikonas.eu> --- Can you be a bit more specific about what you were doing? I'm a bit confused what you mean by copied? Did you mean move or did you make a second copy of the whole root partition on the same disk? Regarding order, again a lot depends on what exactly you were doing. In particular resizing to the left and to the right are not the same. Resizing partition to the right is just that, a simple resize operation. When you resize partition on the left boundary, it's a bit more complicated: If partition is increased, then: 1) We move partition boundary further to the left 2) We move data in small chunks to the left starting from the leftmost part. 3) We move the right boundary of partition to the right place. (If right boundary of partition is resized to we need to resize filesystem too before resizing partition). If you decrease partition on the right 1) File system is first shrunk 2) data is moved in small chunks to the right starting from rightmost chunk. 3) left partition boundary is moved. And again a bit more complicated if there is also adjustment to the right boundary at the same time. -- You are receiving this mail because: You are watching all bug changes.