0

I am using Ubuntu 16.04. I have posted a screenshot of my partitions below. My root partition /dev/sda1 is almost full, and my /home partition /dev/sda3 has plenty of unused space. Is there a way that I can use some space from /dev/sda3 to increase the size of my root partition /dev/sda1 ?

screenshot

karel
  • 122,292
  • 133
  • 301
  • 332

1 Answers1

0

You need to boot using a live CD/USB to make changes on the root partition. Then you can use Gparted ...

Marcus
  • 451