this post was submitted on 21 Jul 2025
16 points (100.0% liked)

linux4noobs

2585 readers
25 users here now

linux4noobs


Noob Friendly, Expert Enabling

Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.


Seeking Support?

Community Rules

founded 2 years ago
MODERATORS
 

i’ve been using a USB 2.0 drive to run a live linux OS for the past couple of years, mostly for storing linux ISOs, installing linux on laptops and live persistence. lately, i’ve noticed a huge drop in write speed, currently around 1.8 MB/s, which is pretty slow for the tasks i do. i'm planning to replace it with a USB 3.0 drive in the future, but i wanted to ask:

  • how long have you typically used a USB drive for live linux systems, including for live persistence??
  • do you still use USB 2.0, or did you upgrade to a 3.0 or higher?
  • any tips to extend the lifespan of a USB drive when using it for live linux systems?

i'm mainly looking for advice and insights on how others manage their USB drives for similar use cases. thanks in advance for sharing!

EDIT: it's a usb stick. forgot to tell.

you are viewing a single comment's thread
view the rest of the comments
[–] Botzo@lemmy.world 2 points 6 days ago* (last edited 6 days ago) (1 children)

There are too many variables to give you a direct answer for measuring lifespan, but as you suspect, degraded performance is an indicator of failure.

If this is a USB disk drive (and not a "stick"), Smartmontools is your friend and there should be a package for your distro.

If it is a stick, you're much more limited and testing, such as it is, is data destructive. https://superuser.com/a/376278

To maximize life of solid state media, reducing the number of writes is key. Here's an article to get you started with the basics, but do look into the implications of changes to some of these before jumping.

[–] occultist8128@infosec.pub 2 points 6 days ago

yes, it's stick. thanks for the resources!