40
How to use a portable SSD for a travel OS with Linux?
(lemmy.blahaj.zone)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
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.
But it's not a usb stick, it's an m.2 drive in an enclosure... So your second point doesn't apply
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.
not to mention that, due to the crap flash, they also tend to be quite slow and unreliable.
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.
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.
Good point. I can never keep my USB 3 naming schemes straight.
The faster nvme-based sticks can even exceed 3.0's 5gbps!
Seems right, but I wanted to double check my research before I fully committed.