1

I have a notebook with dual boot (Windows 8.1 & Ubuntu 16.04). I'm trying to merge an unallocated partition with an ext4 (sda8) partition.Is this possible?

enter image description here

I'm using a LiveUSB for all the procedure.

I really appreciate any help you can provide.

Fabby
  • 34,259
Costis94
  • 421

1 Answers1

2

For a certain definition of "merge" it's possible: you need to move the two partitions next to each other and then you can extend sda8 with the empty space.

So:

  1. Take a back-up
  2. move sda6 to the left
  3. move sda8 to the left
  4. Press "execute" and go sleep
  5. next morning, extend sda8
Fabby
  • 34,259