this post was submitted on 13 Sep 2026
734 points (98.2% liked)
linuxmemes
32794 readers
941 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry of any kind will not be tolerated. This is an LGBTQ+-friendly community -- if that is a problem for you, you should leave.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudoin Windows. - No porn, no politics, no trolling or ragebaiting.
- Don't come looking for advice, this is not the right community.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves / tolerates / hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
LOL Rawdogging Linux is INSANE; I did it through a bit of a cycle of reading, using my system, learning more. I still broke my systems but the fun part: I had a second HDD so all of my important bits were safe typically. I distro-hopped for years, mostly moving between openSUSE (older version and Tumbleweed), Ubuntu (started when it was 16.04), Fedora, Mint, Debian, Bazzite, Aurora, tried Artix briefly (the community is lacking). Finally settled on Garuda Linux, btw! Found something that suits my needs and I have enough knowledge that I haven't broken my system once...Heh, good times!
I did it this way too, with a small debian home server/media center about 15 years back (i had another debian set up on my main rig about 20 years back, but since i am a gamer, i did not do much more than dabble a bit in it). After Proton became a thing and i was unwilling to switch to Win11, i installed Nobara. Since then i have learned a lot, and i even got myself some literature to learn about computers for the first time in my life (got a bundle of O'Reilly and No Starch Press books about Linux and surrounding things for a good price)
I generally find O'Reilly and No Starch Press books about Linux to be really useful! It's a perfect way to learn the fundamentals, personally I haven't gone too deep into computers yet. As that is going to happen when I learn more about C programming as it will be important then! Right now, I don't have to go too deep into computers, as I am learning more about Python. So my Linux learning tends to relate on how you manipulate the system via terminal and fix weird ass problems that can happen sometimes!
Lol i can sing a song about weird ass problems on Linux. Currenty i have the issue that my PC randomly cant get SMART data from single hard drives - i have 5 HDDs (2 on the internal controller, the other 3 in an external casing using USB), 1 SSD (on the internal controller), 1 M.2 NVME drive and an extra PCIE controller with 2 M.2 Sata drives. So the issue is spread across at least 4 different controllers (internal, M.2, PCIE, External per USB) and even different power supplies - i don't even know where to start. Smart data itself is fine for all drives. Started with the last big Fedora update.
Oh, Fedora updates have been known to break stuff occasionally and that honestly blows! I do hope you'll be able to figure it all out in the end because that seems like this is going to cause you a terrible troubleshooter headache. As the issue seems so arbitrary yet it is a major issue, at least the SMART data itself is fine but...Damn that is a crazy issue to have to diagnose.
Haven't had the time to really look at it yet, but the logfiles look like single drives become disconnected for fractions of a second while smart data is read - not long enough to cause them to become dismounted. So i can't really rule out some strange hardware issue too... Preliminary web search isnt too forthcoming with possible reasons -.- If i find out what the reason is, i'll update here.
EDIT: THINK I FIXED IT! It seems like the USB cable leading to the external drive case was damaged (i thought of that because i hit my foot on the table and it instantly reported a SMART error) - since i replaced the cable, i did not have any more occurrences. I do NOT have the slightest clue why this would affect reading SMART data from the other drives tho...
Edit 2: Yep, no issues since then. I can only suspect that grabbing smart data when the cable malfunctioned stalled the service, and what hard drive was reported was whereever the internal logic had to wait for the stalled service - pretty strange, but the only way i can explain how devices on a different controller and different PSUs were showing up too.