this post was submitted on 21 Oct 2024
46 points (94.2% liked)

Linux

47814 readers
1098 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 
top 19 comments
sorted by: hot top controversial new old
[–] possiblylinux127@lemmy.zip 5 points 11 hours ago

You are probably fine. Check your cables as this is either buggy firmware or a flaky connection

[–] nous@programming.dev 36 points 18 hours ago (1 children)

Not if you have backed up your data. You have a backup of your data right?

[–] maliciousonion@lemmy.ml 15 points 17 hours ago (2 children)

Yeah the important stuff is backed up, but I am still concerned my entire OS will suddenly go kaput. How fucked am I?

[–] AnUnusualRelic@lemmy.world 6 points 13 hours ago

The OS is the least important part of your computer.

[–] nous@programming.dev 6 points 16 hours ago

If you have everything you need backed up you can reinstall on a new hard drive and restore everything you need. So you should not be completely fucked. Just an inconvenience you might have to go through. You will lose the stuff not backed up so if any of that is a pain to get again it might be more painful to restore everything.

Others have said some thing you might want to try. But having a spare disk you can swap to is never a bad idea. Disks to fail and you should plan for what to do when they do. Backing up your data is a good first step.

I would say it is not a bad idea to just get a new disk now and go through the process of restoring everything anyway - you can treat it like your disk has failed and do what you would need to do to restore. With the ability to swap back when you need to.

This is a good way to find things you might have missed in your backups.

[–] RegalPotoo@lemmy.world 18 points 17 hours ago
  • Back up your data now
  • Reseat the cables for the drive
  • Run a self test on the drive - smartctl -t long - if it doesn't pass, then the drive is trash. If it does, then it might limp along a bit longer before catastrophically failing
[–] henfredemars@infosec.pub 14 points 17 hours ago

Looks like either bad cable or failing drive.

[–] bloodfart@lemmy.ml 3 points 12 hours ago* (last edited 12 hours ago)

No need to worry, disk failures almost never result in fires or hazardous conditions.

A-yuk-yuk-yuk.

Seriously: you have a disk that has failed, based just on that little snippet of the logs, internally (ICRC ABRT). You can either use a tool like spinrite to try and repair it, but you may lose all the data in the process, or replace it.

A user suggested bad cabling and that’s a possibility, one you can check easily if the error is reproducible by swapping the cable. Before I swap cables often I’ll confirm the diagnosis using smartctl and look for whatever the drive manufacturer calls the errors that happen between the media and disk controller chip on the drive. If it has those then there’s no point in trying a cable swap, the problem is not happening there.

People will say that you can’t “fix” bad disks with tools like spinrite or smartctl. I’ve found that to be incorrect. There are certainly times when the disk is kaput but most of the time it’ll work fine and can go back into service.

Of course, that’s recovering from errors when I get an email or text the first time and going back to service in a multi-parity array so lowered criticality and early detection could have lots to do with that experience.

[–] JASN_DE@lemmy.world 9 points 17 hours ago

What kind of machine is this, laptop? Desktop? If desktop, check the cables. Otherwise I'd switch out the drive.

[–] GolfNovemberUniform@lemmy.ml -4 points 18 hours ago* (last edited 18 hours ago) (2 children)

I have no idea what all of that is but it looks like something I would worry about. I'd say it's time for a clean install and thinking of a new root password.

[–] Lemmchen@feddit.org 3 points 16 hours ago (1 children)

I’d say it’s time for a clean install and thinking of a new root password.

Huh? What has that to do with a possibly failing drive?

[–] GolfNovemberUniform@lemmy.ml -2 points 15 hours ago* (last edited 15 hours ago) (4 children)

Because to me it looked like someone or something was trying to get access to root only features. I didn't know it had anything to do with drives.

[–] possiblylinux127@lemmy.zip 3 points 12 hours ago

Is this real? I feel like you are trolling

[–] malo@lemmy.world 4 points 13 hours ago

I too love talking about things I know nothing about.

[–] Lemmchen@feddit.org 2 points 11 hours ago

I don't get how you were able to arrive at that conclusion by looking at the console output, but sure, why not.

[–] TimeSquirrel@kbin.melroy.org 2 points 15 hours ago (1 children)

First clue was the "ata" prefacing every error message. Then various things like "SCSI parity error" which indicates data corruption during transmission. "Parity" data is used to double check the integrity of the actual data.

[–] GolfNovemberUniform@lemmy.ml -2 points 15 hours ago

It doesn't tell anything to me. The only disk related thing I know is fsck.

[–] maliciousonion@lemmy.ml 4 points 17 hours ago (1 children)

It's the same error, no matter how many times I reinstall. I assume it's a hardware issue

[–] GolfNovemberUniform@lemmy.ml -3 points 17 hours ago* (last edited 17 hours ago)

Can be a distro/setup issue as well. Also you should've added this info to your post. It's very useful for troubleshooting the issue.