this post was submitted on 25 Aug 2023
184 points (98.9% liked)

Linux

46775 readers
1659 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
 

I start: the most important thing is not the desktop, it's the package manager.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 33 points 1 year ago (1 children)

That I could put /home on a different drive
That I would never boot into Windows again so having partitions for it was a waste of time
That mounting drives with their uuid as the mount location is insane

[–] SneakyThunder 9 points 1 year ago (2 children)

That mounting drives with their uuid as the mount location is insane

Why tho? Kernel sometimes can index drives in different order (if you have multiple drives), screwing your mount locations. But UUID is always the same

[–] [email protected] 8 points 1 year ago (1 children)

You can give your partitions labels and mount by label. Labels are persistent, like UUIDs, but are also easier to remember and copy.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (1 children)

But why would I even try to remember them? Just look them up. Nowadays I don't even see them since I use Gnome Disk Utility or KDE partition manager to automount them (they both just write to your /etc/fstab)

[–] [email protected] 1 points 1 year ago

But why would I even try to remember them? Just look them up.

For me, I used labels when setting up those volumes manually. Creating a LUKS container, setting up LVM groups and volumes, configuring my bootloader to decrypt the correct encrypted disk, etc. It was just easier to remember which device label was my encrypted container, which was the group, and what the different volumes were. And once the labels were made, well, I just used them.

[–] [email protected] 3 points 1 year ago

It's just really long is all. I wish I had given it something shorter but descriptive.