0

I need to increase the size of my home partition. Since the /home is at the bottom of the list, I really don't have much idea on what l should about it. Any help is appreciated.

image

Above link is a screenshot of my Gparted application.

As you can see I have 100 GB of unallocated memory.

Is there any way to allocate some of it into my /home partition?

Cristiana Nicolae
  • 4,570
  • 10
  • 32
  • 46

1 Answers1

1

You have two options.

  • the quick one: using Gparted, format the 100Gb block as ext4. Let's say most of your stuff is in /home/username/Videos. Create a new directory called /home/username/NewVideos. Mount the new partition at /home/username/NewVideos. Move all of your stuff from Videos to NewVideos. Remove the (now empty) directory Videos, and rename NewVideos to Videos. Edit /etc/fstab so your new partition will automatically be mounted at /home/username/Videos at the next reboot.
  • the thorough one: You need to boot from a LiveUSB for this. Move your partitions around so the 100Gb unallocated block is next to your /home partition. Then, merge these partitions (see How to merge partitions?).

In all cases, make sure you have backups of all your data.

Jos
  • 30,529
  • 8
  • 89
  • 96