this post was submitted on 20 Feb 2024
11 points (86.7% liked)

Linux

47232 readers
789 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hello all

So I have been using Garuda for a few months now and love it, but when I was doing some maintenance on the system, I noticed that I still have 2 partitions on my NVME for when I had Windows 11. Small partitions (less than 1GB), but I want them gone.

I thought I had cleaned wiped the SSD when I installed Garuda and thought that was the case when I check the disk manager within Garuda and didn't see them. I only saw them as I was creating a merge of two disks and have them showing in the partition list.

My question is, I'm happy to re-install the OS, but I'm not well versed on how to do it before installing the OS in Linux or even within my current OS. I'm still getting my grips with Linux, and any help or even pointers will be greatly appreciated.

top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 12 points 6 months ago

Be careful, the small partitions might be UEFI partitions (/boot and /boot/efi) and are required for booting your computer.

[–] [email protected] 7 points 6 months ago (1 children)

Can you give the output of lsblk, so we get an idea about what those partitions may be?

[–] [email protected] 1 points 6 months ago

Not on my PC but I will update later.

[–] [email protected] 2 points 6 months ago (1 children)

For the actual deed, flash the latest version of gparted live on a thumb drive and you can delete and resize your partitions.

But don't go deleting things unless you're 100% sure.

[–] [email protected] 1 points 6 months ago (1 children)

Thank you this is the kind of thing that I was after.

[–] [email protected] 6 points 6 months ago (1 children)

To make it even more foolproof install Ventoy on the flash drive and then just copy the Gparted Live ISO on the drive. Ventoy will detect the ISO and let you boot it.

You can add other useful ISO like this and have them around. You can also make folders where you put other files you need and use the drive as a regular drive, Ventoy won't mind.

But yeah, never modify partitions from the same system that runs on them, always boot into a separate flash drive.

[–] [email protected] 1 points 6 months ago

Oh so that's what Ventoy does! I keep hearing this name but never got curious enough to dig. That's really neat.

[–] [email protected] 1 points 6 months ago

gparted can be installed and run as app on the system, it will give you a good sense of what the partitions are and how they are labeled and flagged. The disk tool (like GnomeDisks) should be reporting the same. if you get differing results it can sometimes be partition was flagged amd removed but the underying data is there and getting picked up by whichever tool is scanning the disk.