this post was submitted on 17 Jun 2026
10 points (91.7% liked)

Linux

65954 readers
372 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 7 years ago
MODERATORS
 

I am running mint on my main pc. I want to create an external drive with a different Linux OS, Nobara, but want to know if there's any chance it will affect my mint install. I normally remove all the drives in my system except the one I'm installing a new OS to, but that's less feasible with my desktop as I have several NVME drives behind my GPU. Can I leave all my drives connected, plug in a seperate SSD through USB, boot into Nobara live and install on that drive without it affecting my mint install? Also, if I do that will it put the EFI file on the seperate SSD?

you are viewing a single comment's thread
view the rest of the comments
[–] WeebLife@lemmy.world 3 points 1 week ago (1 children)

I had to look up a guide for how to manually partition the drive, but it's working! And it didn't affect my other drives. Thanks.

[–] bodaciousFern@lemmy.dbzer0.com 1 points 6 days ago* (last edited 6 days ago) (1 children)

You should do some research into using lvm - essentially one partition (pv) and named groups (vg), virtual partitions (lv's) that you can grow or shrink on demand as long as there's some free disk space still available

I like to name them by os + drive type, e.g. volume group names for you could be "mintnvme" and "nobusb"

[–] WeebLife@lemmy.world 1 points 3 days ago

That sounds like it would be useful. I'll check it out. Thanks for the tip!