FG

How to check the physical health of a USB stick in Linux?

Fresh3 days ago
Mar 15, 2026125099 views
Confidence Score1%
1%

Problem

How to check the health status of a USB stick? How do I know that a USB is broken beyond repair, or repairable?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to check the physical health of a USB stick in Linux?

Low Risk

There is no way to query a USB memory stick for SMART-like parameters; I'm not aware of any memory sticks that support doing so even via publicly-available proprietary software. The best you can do is to check that you can successfully read+write to the entire device using . https://en.wikipedia.org/wiki/Badblocks You want to specify one of the write tests, which will wipe all data on the stick; make a backup first. Find the device by looking at after plugging in the USB stick; you'll see a dev…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment