40
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 26 Nov 2025
40 points (97.6% liked)
Linux
57274 readers
706 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
I tried using smartctl but it doesn't seem to like the fact that it's in a USB enclosure and says "unknown USB bridge". Trying smartctl -d sat does give some SMART information and says that the "overall-health self-assessment test result" is passed for both based on "Attribute checks", but I'm not sure if it's actually passed or it just can't see the actual failing information. It also says "SMART status not supported: Incomplete response, ATA output registers are missing" above the passed result which seems to indicate that it's missing the information it needs for a full assessment.
I run Pi-Hole and Ollama in containers, but neither have mount points or volumes on the hard drives, only the system SSD.
One drive is a fairly new Seagate IronWolf Pro, but the other is a refurbished server hard drive so if one is dying it's probably that one, though the stuff I actually care about is copied on both drives and a third one that's offline and unplugged.
The weird thing is that this only started happening when I reinstalled the OS, but like I said I reinstalled with newer version so that might be the cause? Maybe some disk/fs implementation changed and now does things automatically when the drives are idle that 42 didn't do? But I feel like that would still trigger the indicators.
My next step is probably to use inotify to look at file accesses, experiment with only mounting one drive at a time to see which one clicks or if they all do, maybe even connect the drives to another computer over SATA to do a full SMART check.
Thank you!