How do I reduce the size of my root partition in Linux?

This is the order that you will likely want to follow:

  1. Backup all your data.
  2. Boot into live environment and start GParted.
  3. Shrink the root partition to whatever size.
  4. Expand the home partition to fill in the space.
  5. Apply changes.
  6. Reboot.

How do I change the root partition in Linux?

Configuration

  1. Mount your destination drive (or partition).
  2. Run the command “gksu gedit” (or use nano or vi).
  3. Edit the file /etc/fstab. Change the UUID or device entry with the mount point / (the root partition) to your new drive.
  4. Edit the file /boot/grub/menu. lst.

How can I increase my root space?

3 Answers

  1. Open GParted.
  2. Right click on /dev/sda11 and select Swapoff.
  3. Right click on /dev/sda11 and select Delete.
  4. Click on Apply All Operations.
  5. Open a terminal.
  6. Extend the root partition: sudo resize2fs /dev/sda10.
  7. Go back to GParted.
  8. Open the GParted menu and click on Refresh Devices.

How do I reduce the size of my roots?

Reduce the size of root filesystem

  1. First, boot the system into rescue mode.
  2. Activate the logical volume to be reduced.
  3. Reduce the size of the file system and logical volume on /dev/VolGroup00/LogVol00.
  4. Finally reduce the size of the logical volume containing the root file system:

How do I allocate space to home root?

5 Answers

  1. umount /home $ umount /home.
  2. shrink the /home filesystem $ fsck -f /dev/mapper/VolGroup-lv_home $ resize2fs /dev/mapper/VolGroup-lv_home 80G.
  3. shrink the /home logical volume $ lvreduce -L -40G /dev/mapper/VolGroup-lv_home.
  4. resize the /home partition to the size of the LV $ resize2fs /dev/mapper/VolGroup-lv_home.

How do I resize a partition after installing Ubuntu?

To resize a partition, right-click it and select Resize/Move. The easiest way to resize a partition is by clicking and dragging the handles at either side of the bar, although you can also enter exact numbers. You can shrink any partition if it has free space.