12 years and 11 months of powered-on time for this SSD… I should definitely turn it on for another month lol

10 years powered-on time for this HDD. Who says HDDs aren’t reliable? 😂

Anyone got better numbers than these?

  • bizdelnick@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    19 minutes ago
    $ sudo smartctl -A /dev/sda -f brief | grep -i power_on
      9 Power_On_Hours          -O--CK   001   001   000    -    120198
    $
    
  • Pope-King Joe@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    6 hours ago

    About a decade ago, I did some contract work for a local credit union upgrading some of their systems and one of their secondary servers had an old Maxtor drive that had over 31 years of uptime on it. It was wild because at the time, that drive had been running constantly longer than I had been alive.

      • Pope-King Joe@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 hours ago

        Right on. One of the first computer parts I ever owned personally was a 40GB Maxtor drive, right before or around the time Seagate bought them. I can’t remember how it happened, but at some point the raw drive was dropped down a flight of stairs. Worked just fine for several more years before finally failing.

  • SayCyberOnceMore@feddit.uk
    link
    fedilink
    English
    arrow-up
    20
    ·
    8 hours ago

    I just hope you’ve got backups 🙂

    Seriously though, we found an old Dell server at work that hadn’t been rebooted for years.

    We knew that it was fine whilst it was running, but the stress of a reboot would finish it off with all those POST fan speed tests, RAID array tests, etc.

    We took as much data off it that we thought might be relevant and rebooted it.

    1 drive failed immediately. 1 fan must’ve had all the dust as that blew out a cloud during the fullspeed test.

    A few days later more drives started failing and it just gradually died.

    It was actually a sad day when we powered it off for the last time. 🥲

    • Zwuzelmaus@feddit.org
      link
      fedilink
      English
      arrow-up
      6
      ·
      2 hours ago

      It was actually a sad day when we powered it off for the last time

      No, it died not from the reboot.

      It died because it’s life had no meaning anymore, after you had taken all the workload off it.

      /s

  • cecilkorik@lemmy.ca
    link
    fedilink
    English
    arrow-up
    12
    ·
    9 hours ago

    No screenshots, but I had an old server with a pair of mirrored 8GB Seagates hosting a particularly specialized service on a very beefy and regularly maintained UPS and it had a server uptime of 21 years (had not been rebooted since somewhere around 1999) when I finally decommissioned it about 5 years ago, both disks would’ve been the same. It was on the public internet the whole time too, running Debian Slink with kernel 2.0.36, which had been awkwardly patched and rebuilt somehow to make the service (itself already obsolete at that time) actually work. I don’t know why I remember all this, but I do.

    I do remember monitoring the SMART status at various points and the drive bearings must’ve been pretty cooked because those two drives were always running at 50-60C and I had a big old box fan pointed at the thing with the side panel off.

    This example is also why I don’t always buy into the cult of “you must always regularly update all software immediately all the time”. Old software is not always bad software, same with old hardware. Sometimes it’s genuinely possible to have a bulletproof system. The problem is you never really know you do, until it either enters survivorship bias or becomes catastrophically proven otherwise. But you can make educated guesses, and if you’re going to naively assume that your old software must have exploitable security holes it seems equally naive to me to assume that updates must never have exploitable security holes. I think the risk calculus has to be done on a case-by-case basis.

  • cmnybo@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    7
    ·
    9 hours ago

    I’ve got 12 years and 5 months on a Western Digital WD20EARX HDD. It’s starting to get some bad sectors.

    I’ve got a similar runtime on a SAMSUNG SpinPoint F2 and it still seems to be healthy. There’s nothing important on either of them, I just want to see how long they will last.

  • Droolio@feddit.uk
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 hours ago

    smartctl --scan | awk '{print $1}' | xargs -I {} sh -c 'echo -n "{}: "; smartctl -A {} | awk "/Power_On_Hours/ {printf \"%.2f years\n\", \$10/8760}"'

    /dev/sda: 0.30 years #14TB WD Elements (shucked)
    /dev/sdb: 2.64 years #8TB WD My Book (shucked)
    /dev/sdc: 12.37 years #3TB WD Red
    /dev/sdd: 2.86 years #12TB My Book (shucked)
    /dev/sde: 13.47 years #3TB WD Red
    /dev/sdf: 1.26 years #14TB WD Elements (shucked)
    /dev/sdg: 10.55 years #5TB WD Red
    

    Most of these drives served on Windows Server bare metal w/ StableBit DrivePool + SnapRAID before migrating to Proxmox mergerfs + SnapRAID & ZFS. My raidz1 pool has a combine total of 36+ years lol. Yes I do have backups. :)

    • Die4EverOPA
      link
      fedilink
      English
      arrow-up
      4
      ·
      8 hours ago

      13.47 years on spinning rust, very nice!