Is my new SSD already failing?

0
15
Asked By RandomUser123 On

I recently installed Linux Mint on a new SSD for an old PC, but after a few days, I got stuck at the login screen and ended up in the BusyBox initramfs shell. I tried several commands from a YouTube tutorial like `sudo fsck` and `e2fsck -f -y /dev/sda3` to fix it, and even disabled journaling with `sudo tune2fs -O ^has_journal /dev/sda3`, but nothing worked. I attempted a fresh install of Linux Mint afterward, but now I'm unable to delete, format, or wipe the SSD. Checking the SSD's health with SMART, I found a warning saying 'DISK IS LIKELY TO FAIL SOON' and noticed several concerning stats. Can corrupted files lead to this issue, or is it possible that the SSD is defective even though it's brand new? Any suggestions on how to recover it or wipe it completely would be appreciated.

4 Answers

Answered By DiskDoctor33 On

Keep in mind that corrupted files are generally a symptom of a failing SSD, not the cause. Just because your SSD is new doesn't mean it's of good quality. Sadly, it's not uncommon for low-quality or refurbished drives to be sold as new, so keep an eye on that.

Answered By LinuxGuru99 On

For SSDs, it's essential to check their health using tools like `smartctl` as mentioned in the ArchWiki. While an SSD shouldn't fail right out of the box, occasionally you might get a defective one. And if it's really failing, make sure to back up your data immediately and pursue a warranty claim.

Answered By TechyDude42 On

It's pretty unusual for a new SSD to fail this quickly. Do you have a second SSD you can use for testing? If not, you might want to check its warranty and gather all the information you can because you might need to file a claim.

ConfusedPCGuy -

Nope, I don't have another SSD to spare for this PC.

Answered By DriveWhisperer On

Honestly, I found that SSDs or HDDs either fail right away or last for years. It's totally possible that your SSD is just one of the bad ones. Don't hesitate to seek a replacement if you can.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.