1

As can be seen in the picture

partitions on my disk

My Ubuntu is installed on /dev/sda4, which is located after the unallocated space. I neither can resize /dev/sda4, /dev/sda5 nor /dev/sda6.

Is there any way to extend my Ubuntu?

Do I have to reinstall Ubuntu on a previous partition such as /dev/sda2?

Thomas
  • 6,223

2 Answers2

0

It appears that the unallocated space could be made into another partition and called sda3. If you installed ubuntu in that space it would be bigger than what you have now. You can also resize the extended partition (sda4); see How to Expand , Resize "extended partition"? . You will need to boot into a live distribution to make these changes since they affect your root partition.

-1
  1. You need to resize the extended partition (aka /dev/sda4) to make some room resize extended partition
  2. to move the start of /dev/sda5 move sda5
  3. and then later grow/resize /dev/sda5. grow sda5
solsTiCe
  • 9,231