40
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]

Hello! The TL;DR is:

I have an m.2 drive that is in a sturdy enclosure that has 1 TB. I have Ventoy with Medicat on there, with some backups of important data.

I still have a lot of room left on there, so I was thinking what else I could do, and the idea of basically installing a Linux Distro to a chunk of free space on there. Maybe Debian/Fedora or Arch.

Is there anything I should be aware of to help not break that system or rapidly kill the drive? It's not a USB flash drive, it's a M.2 drive that's put on a small board that then allows it to talk via USB C/Thunderbolt.

EDIT: Just to be sure, if I use Ventoy's EFI, do I need to be worried about a conflict with the bootloader of the Linux install?

top 14 comments
sorted by: hot top controversial new old
[-] [email protected] 7 points 6 months ago

I do this same thing. I have Ubuntu on an external ssd with its own EFI partition. I followed this guide to get it setup and it works great.

https://itsfoss.com/intsall-ubuntu-on-usb/

[-] [email protected] 6 points 6 months ago

Not really different than any other M.2 SSDs, that it's over USB doesn't matter.

The only consideration for USB sticks is that they're usually quite crap, so running a system off it tends to use up the flash pretty quickly.

[-] [email protected] 11 points 6 months ago

But it's not a usb stick, it's an m.2 drive in an enclosure... So your second point doesn't apply

[-] [email protected] 6 points 6 months ago

It indeed doesn't, its purpose is to show the differences and clarify why/where OP might have heard you need special care for portable installs on USB sticks.

All the guides and tutorials out there are overwhelmingly written with regular USB sticks in mind and not M.2 enclosures over USB. So they'll tell you to put as much stuff on tmpfs as possible and avoid all unnecessary reads and writes.

[-] [email protected] 3 points 6 months ago* (last edited 6 months ago)

The only consideration for USB sticks is that they’re usually quite crap, so running a system off it tends to use up the flash pretty quickly.

not to mention that, due to the crap flash, they also tend to be quite slow and unreliable.

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

Definitely look for portable SSDs rather than flash drives. Different technology, usually significantly larger (physically). Easily saturates a USB 2.0 connection, so look for USB 3.0.

Back when Microsoft supported Windows To Go, they had a short list of verified drives to use. Surely outdated now but might be a good starting point.

FWIW I used to run Windows 10 off a Samsung T5. It worked fine, except that it would always shut down when I tried to suspend. Still works as far as I know, I just haven't used it in a long time.

[-] [email protected] 2 points 6 months ago

look for USB 3.0

USB 3.0 (5 Gbps) is quite ancient by today's standards. I'd recommend a USB 3.2 Gen 2x2 (20 Gbps) or even a USB 4.0 drive (20/40 Gbps) drive.

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

Good point. I can never keep my USB 3 naming schemes straight.

The faster nvme-based sticks can even exceed 3.0's 5gbps!

[-] [email protected] 2 points 6 months ago

Seems right, but I wanted to double check my research before I fully committed.

[-] [email protected] 5 points 6 months ago* (last edited 6 months ago)

I did this. I installed it just like usual. I did remove my existing SSD during the install so it wouldn't install grub on my Windows SSD.

My only complaint was that USB was too slow for everyday use. I can't keep track of the USB versions anymore, but it was one of the 3.1s or 3.2s. Not sure what Gen or whatever. The connector was USB type C.

[-] [email protected] 3 points 6 months ago

I think that Ventoy has some kind of mechanism to let you do a persistent Linux live environment. Maybe try that?

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

What chipset does the adapter use? Check lsusb or dmesg.

Try adding a Manjaro install ISO with Ventoy, it works very well in live CD mode.

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

Bus 004 Device 002: ID 0bda:9210 Realtek Semiconductor Corp. RTL9210 M.2 NVME Adapter

And I don't know if a live CD is the best method for this, due to the how I intend this to be something I can just keep files on for a while. While I do have small persistence .dat files for Debian, Fedora, and Ubuntu, it seems like a bandaid for what would be easiest, an installed distro where I can run the package update commands for, without juggling iso files.

[-] [email protected] 5 points 6 months ago

That's a good chip. As a rule of thumb, Realtek = best, Asmedia = good, JMicron = garbage. JMicron adapters run super hot and draw a lot of power, leading to low speeds and dropped connections.

The reason I suggested a Live CD with persistence is that they are better at autodetecting stuff on the host machine. You can definitely install an actual system on the SSD but it will make assumptions about things like the GPU for example – won't expect to have to swap it at boot, you'll have to do it manually. Or you can run your desktop environment with a pure software driver but that may get a bit annoying at times, depending on what you want to do with it.

this post was submitted on 03 Jan 2024
40 points (95.5% liked)

Linux

45773 readers
902 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