this post was submitted on 25 May 2026
40 points (100.0% liked)
Linux Questions
3952 readers
3 users here now
Linux questions Rules (in addition of the Lemmy.zip rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts
- only post questions (no information posts)
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
Any rule violations will result in disciplinary actions
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Adding on to the earlier comments you can run tests against the drive with smarctl e.g.
smartctl --scan (scans and lists all drives connected to your system)
smartctl -t short /YOUR/DRIVE (short non-destructive drive test, usually takes 3 minutes or so, afterwards run smartctl -a again to view test results towards the bottom of the output)
smartctl -t long /YOUR/DRIVE (this is a long more thorough test, non-destructive, this can easily take a few hours or even days depending on the size of your drive and whatnot)
smartctl -a or smartctl -x will give you testing progress in its output.
Or another option, if you can't run smartctl for some reason, and you're just testing a regular HDD not SSD, look into running a badblocks non-destructive scan.