How to enlarge root (/) partition?

Note: The above screenshot is just a reference point, lol-SWAP partition RIP!

If we’re talking about bare metal and desktops/laptops then this might be the next impossible solution on a given Linux/Unix machine, but there are a few workarounds and the best one i feel is supposed to use Gparted tool. Now there are a few hiccups here and there. This tool may not permit to perform the above task.

Here is a neat explanation below from one of the forums out there…

gparted may not allow you to resize the mounted & active root / partition when you are logged into Ubuntu (i.e. mounted /). There are many solutions to resize the root partition depending on your knowledge and experience.

However, I would suggest using the gparted live CD. Burn the iso to USB or CD and boot your system from it. Once booted, you can make changes to the root partition and the root filesystem. Bonus for using gparted is that it gives you GUI.

Tips:- Use at-least 8 GB USB thumb drive or more and if you wanna feel nerdy use the dd command straight from your terminal to flash the stick. Alternatively using etcher.io and mintstick or popsicle or Start Up Disk Creator as seen on Ubuntu shall definitely come handy.

Akash Angle

I am a Full time Linux user who has quit using Windows for unknown reasons, making my life truly open source.

Recent Posts

Get the most juice from your ISP/router — setting MTU size & other handy tweaks

This is not an ad-vocation by any means for TP-link branding, however a real life…

9 months ago

How to make any Android phone up-to 3x faster – Developer options unleashed

First of all we need to hit the kernel version on any Android device. You…

9 months ago

systemd-resolve command not found in Ubuntu Desktop

Use resolvectl status instead. It's like something deprecates and suddenly things get broken! In systemd…

1 year ago

How to exclude multiple directories with rsync?

Geeky question: This is what people and friends have tried: rsync -arv --exclude "/home/john/.ccache:/home/ben/build" /home/john…

1 year ago

How to resolve apt-get -f not working

You might encounter this error which appears to be very common on Debian based Distro's…

1 year ago

How to install Broadcom STA wireless drivers on Kali Linux

PS: This article is for only Kali Linux users, that too having a Broadcom Wireless…

1 year ago