1.0TB DISK IS LIKELY TO FAIL SOON, Total Powered On Time 1 Month?

44,811

Solution 1

Thank you all for the help, but the thing ended up failing anyway. I just bought another one on Amazon. I can say this is unsolved and maybe its nothing to do with Ubuntu, just a faulty/cheap hdd. Thanks again!

Solution 2

I recommend testing it with smartctl to be sure.

  1. Open a terminal window
  2. Run:

    sudo apt-get update
    sudo apt-get install smartmontools
    
  3. Then you'll want to run:

    sudo smartctl -x /dev/sdY #Replace "Y" appropriately for your system
    

If smartctl also indicates a failure, then I would immediately backup any data on the disk and contact HP for a warranty HDD replacement.

Solution 3

It is possible for new(er) drives to fail prematurely. I have had brand new drives fail within 3 months. You could

fsck -r

To check and attempt a repair on the disk. However I would not recommend relying on a drive that has been tagged for failure. Backup any data that is on the drive and get a replacement. Better safe than sorry. You don't want to load it with data and then have it actually fail.

Share:
44,811

Related videos on Youtube

Mcclures
Author by

Mcclures

Updated on September 18, 2022

Comments

  • Mcclures
    Mcclures almost 2 years

    I bought this PC about 2-3 months ago. I dual booted Ubuntu and Windows but then decided to delete windows entirely and use it as a storage partition. I was going to delete everything and switch to a debian based OS, but it had showed me in the disks utility that the "DISK IS LIKELY TO FAIL SOON" I don't understand how this is possible with a total Powered On time of 1 month. Smart Scan

    more info:
    HDD: TOSHIBA MQ01ABD100 (AX1R4C)
    Is there a possibility this can be reading something wrong, or is there anyway to fix this? (im guessing not from the other posts i saw.)

  • Mcclures
    Mcclures about 7 years
    that returns fsck from util-linux 2.29. also do you know if this is covered by warranty for HP?
  • Mcclures
    Mcclures about 7 years
    how will i know if it has error, there is a lot of stuff
  • nullmeta
    nullmeta about 7 years
    I'm sorry I should of been more in depth. You have to tell fsck what to check. So fsck -r /dev/sda for example. There are many ways to list the current drives. sudo fdisk -l or df -h . If it is the only drive or drive with the operating system you will have to run Ubuntu from a live cd to check it. You would have to check hp warranty I'm not sure how they handle it. If the computer is only a month old I can't see why it wouldn't be. Check their warranty though it may not cover altering the OS that was preinstalled.
  • FreeSoftwareServers
    FreeSoftwareServers about 7 years
    For the price, get a new HDD, if you can afford it you can get 1tb ssd for 200 on eBay used. I've had new disks fail smart check immediately after purchase and thankfully returned them immediately.