I've been searching this one for 2 hours now and I can't find anything I haven't tried ;
I have dualboot Windows and Ubuntu. I messed up setuping Ubuntu (EDIT : not used automatic partitioning, wrong setup) which resulted in a 50 GB ext4 partition (too low), alongside 4 windows related partitions (unrelated for this problem), a 5 GB swap partition, and a 100 GB unallocated space (the one to be used).
I've booted from a USB running Ubuntu latest recommended, and I'm using gparted. The order of the partitions displayed in gparted is : Windows related partitions (4 of them) - 100 GB free space, swap partition, Ubuntu partition.
It won't let me add more space on the 50 GB partiton. I can only reduce it, I can't ""move"" the partition (dragging with the mouse does nothing)
Any help ?
lsblk
? – mpboden Apr 30 '23 at 23:51dd
or Clonezilla. Resize filesystem in new 100GB partition. Delete old 50GB partition. You may have to update/etc/fstab
, but I think the UUID will remain the same in the cloning process. Check to be sure; update if necessary. Finally,sudo update-grub
. Of course...backup your system first! And I highly recommend practicing on a virtual machine. – mpboden May 01 '23 at 00:02