cfdisk is fine
Masochists use regular fdisk. No curses tui, just a command line designed in the seventies with engineers in mind.
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo in Windows.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
cfdisk is fine
Masochists use regular fdisk. No curses tui, just a command line designed in the seventies with engineers in mind.
What?
From other comments it seems like maybe they are scared of cfdisk? or this 'linux user' is somehow scared of ext4... or yea. What?
And of course, OP replies to you with a joke. I don't think they even know what the joke is. There's been a lot of anti-memes on here lately. Feels like the wrong parts of Reddit are starting to show up on Lemmy.
What?
Partition management is the single most chaotic chore that you come across as a casual computer user, change my mind. Depending on the partition table and filesystem, each filesystem can have zero, one or two labels assigned to it. But there is no consensus about what to actually call these labels. I've seen "partlabel", "label", "partition label" and "name" with no obvious way to tell whether the tool is talking about the label stored in the partition table or the label stored in the filesystem.
So just use UUIDs to refer to partitions instead of labels, right? Wrong! Each partition has both a UUID and a PartUUID which are not the same. It's simple once you are aware of that fact, but if you are not, it can lead to hours of confused troubleshooting. I learned this the hard way.
Just always make paritions a unique size and use their size to identify them. I'm sorta joking because this is not a good solution, but also not because this is what i always do.