this post was submitted on 09 Jun 2025
14 points (93.8% liked)

Linux Mint

2472 readers
21 users here now

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:

linuxmint.com/start/

where is a current or past release. Here's an example using release 21.1 'Vera':

https://linuxmint.com/start/vera/

founded 4 years ago
MODERATORS
 

Hi guys, wanted to know what the best way a newbie like me learn to do disk management stuff (like adding devices, managing formats and partitions and so on) in Linux mint. gui is prefered but I'm willing to learn the terminal way too if it has benefits and more control. Thank you for your time

top 15 comments
sorted by: hot top controversial new old
[–] Cort@lemmy.world 2 points 23 hours ago (1 children)

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.

[–] aprehendedmerlin@lemmy.dbzer0.com 1 points 20 hours ago (1 children)

Cool what's it called. Can I install it on mint?

[–] Cort@lemmy.world 2 points 20 hours ago

KDE partition manager. And I believe so. Not sure if you need full KDE plasma, or if you can just install kde-applications package

[–] acockworkorange@mander.xyz 4 points 1 day ago (1 children)

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.

[–] aprehendedmerlin@lemmy.dbzer0.com 1 points 20 hours ago (1 children)

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?

[–] acockworkorange@mander.xyz 2 points 20 hours ago

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.

[–] CoyoteFacts@piefed.ca 8 points 2 days ago (1 children)

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

[–] tomcatt360@lemmy.zip 5 points 2 days ago (2 children)

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.

[–] tomcatt360@lemmy.zip 6 points 2 days ago (1 children)

GParted is a good graphical option that helps you finalize what's going on, as well.

[–] aprehendedmerlin@lemmy.dbzer0.com 2 points 1 day ago (2 children)

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?

[–] HereToChewGum@fosstodon.org 1 points 1 day ago

@aprehendedmerlin

Try that... if not it will just tell you it can't find it

But it will and you can...

[–] hellothere@sh.itjust.works 3 points 1 day ago

It is, but it's usually only available on the live version running off a USB to make it easier to modify the drives.

[–] aprehendedmerlin@lemmy.dbzer0.com 2 points 1 day ago (1 children)

Then Arch wiki it is. Although I hope it's not too technical

[–] tomcatt360@lemmy.zip 2 points 1 day ago

Let me know if you have more questions!