- 5 Posts
- 10 Comments
HiddenLayer555@lemmy.mlOPto
Linux@lemmy.ml•My hard drive keeps clicking like files are being accessed but I'm not doing anything in that filesystem and the indicator light doesn't indicate any usage.English
5·3 days agoI 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!
Super interesting. Thanks as always!
HiddenLayer555@lemmy.mlto
World News@lemmy.ml•Zelenskyy faces the biggest corruption scandal of his presidencyEnglish
132·5 days agoYeah, imagine posting an article from the Soviet propaganda outlet checks notes Atlantic Council. Smh what a bunch of tankies on .ml which you for some reason haven’t bothered blocking yet despite hating us enough to go out of your way to make ad hominem troll comments on.
Is Erlang special in its architecture or is it more that it’s functional?
One day I’ll learn how to do purely functional, maybe even purely declarative. But I have to train my brain to think of computer programs like that.
Is there a functional and/or declarative language that has memory management features similar to Rust as opposed to a garbage collector?
HiddenLayer555@lemmy.mlto
World News@lemmy.ml•The Global Zionist Organ Trafficking ConspiracyEnglish
1·5 days agoOh look the “Western free world” doing yet another atrocity they’ve historically accused socialist countries of doing.
HiddenLayer555@lemmy.mlto
World News@lemmy.ml•The Global Zionist Organ Trafficking ConspiracyEnglish
1·5 days agoProbably a sign of just how much Zionist propaganda is out there, especially in English. “AI” doesn’t know what it’s actually saying and can only make statistical predictions of what’s been said before.
but literally beating the flagship desktop chips in single-core performance
See, this is what I despise about x86. AFAIK it’s literally RISC on the bare metal but there are hundreds of “instructions” running microcode which is basically just a translation layer. You’re not allowed to write code for the actual RISC implementation because that’s a trade secret or something. So obviously single core performance would be shit because you’re basically running an emulator all the time.
RISC-V can’t come fast enough. Maybe someone will even make a chip that’s RISC-V but with the same instruction/microcode support as x86. So you can run RISC-V code directly or do the microcode thing and pretend you’re on x86. Though that would probably get the shit sued out of them by Intel because god forbid there’s actual innovation that the original creator can’t cash in on.
Doesn’t the Mac have hardware x86 emulation? Or did they remove that because they want everyone to move to ARM?
You can also put Asahi Linux on them
How well does this work? Is it like Linux on Chromebooks where something could break at the drop of a hat and you have to fight the computer to get it installed?



Thank you for the in depth explanation of hard drive noises! I have everything I care about backed up and will keep listening for changes. Hopefully it’s just an OS thing.