0

I have tried to move the space from one partition to the other using GParted.

GParted

But it is not working out for me, the disk seems locked (considering the key), and I have tried to unmount it:

$ sudo umount /dev/sda5
umount: /dev/sda5: not mounted

How can I move the 10GB to /dev/sda5?

wjandrea
  • 14,504
Antenne
  • 1
  • 1

1 Answers1

0

If you want to add the space from /dev/sda3 to /dev/sda5, then rather than resize partitions, I recommend you use LVM tools to expand the volume group, and to then add logical volumes or increase the size of existing logical volumes. There are numerous references online to how to do this, such as:

Rod Smith
  • 45,120
  • 7
  • 66
  • 108