I just use kde's build in gui partition tool. It's pretty similar to Windows, except you make all the changes then finalize everything instead of finalizing every choice at each step.
Linux Mint
Linux Mint is a free Linux-based operating system designed for use on desktop and laptop computers.
Want to see the latest news from the blog? Set the Firefox homepage to:
where is a current or past release. Here's an example using release 21.1 'Vera':
https://linuxmint.com/start/vera/
Cool what's it called. Can I install it on mint?
KDE partition manager. And I believe so. Not sure if you need full KDE plasma, or if you can just install kde-applications package
For general maintenance, just the Disks utility that comes bundled. Otherwise, a live ISO of GParted that I keep in case something's up. All GUI and intuitive.
So gparted is a GUI app I can search and open which is available only in live USB environment for disk management. Am I got it right?
Not quite. Almost. You can install GParted on your Linux Mint, I have it on mine. But to actually do changes to your disk partitions, that partition cannot be mounted (in use). So if you need to change the partition you're currently using, that doesn't help.
So you can download a live USB mini-distro that GParted makes that has GParted in it as well as other recovery tools. So if you need to change your disk or run into issues and need to troubleshoot, boot into that USB stick and you're good.
I usually use GNOME Disks (gnome-disk-utility
) when I need a GUI for disk management. If you're not doing anything complicated or scripting disk manipulation the GUI is probably sufficient.
Thank you I'll try it for sure
The Arch Wiki article for Partitioning is a good starting point.
Additionally, you can run man [command name]
to find the manual for each command that you're trying to use.
GParted is a good graphical option that helps you finalize what's going on, as well.
Is gparted installed on mint by default? If not can I install it with a simple "apt install gparted" or it has a custom repo?
Try that... if not it will just tell you it can't find it
But it will and you can...
It is, but it's usually only available on the live version running off a USB to make it easier to modify the drives.
Then Arch wiki it is. Although I hope it's not too technical
Let me know if you have more questions!