I’m looking for help deciding, or maybe with info I haven’t found on my own and or experience you have with these drives.

I’m finally pulling the trigger on a drive (more in the future, for now I still have a few smaller ones on my desktop for backup) specifically for use on my home server, so far I’ve been doing fine with my 2.5’ hdd but besides running tight on space, I want a more reliable drive.

I’ve been researching and looking up options within my budget, payment methods and such and ended up with two options, both WD (the options I’ve found on seagate are a bit more expensive):

  • WD80EFPX WD red plus 8TB (in three different stores at similar enough prices, not sure if that’s relevant here)
  • WD120EFGX WD red plus 12 TB, not too much more expensive Note that I’ve skipped 10 TB reds because I’ve read those have a couple problems like being abnormally noisy and unreliable

As far as I could find out, it seems this 12 TB option is a bit louder (I’m not sure if 30 vs 24 dB is too much, but idk really) and a bit slower data throughput (despite spinning the platters faster, or at least saying so in the specs), but I couldn’t find anything about them being particularly unreliable (though I’m new to buying drives for reliability, unfortunately, timing-wise). I do want more storage (who doesn’t?), but I’d rather focusing on reliability between these options.

While I don’t exactly intend to run RAID, I ended up choosing nas drives for the 24/7 intended usage, I don’t think it’ll make much difference but I rather the peace of mind, my use is immich for photos (hence the reliability), jellyfin for a small selection of stuff (which doesn’t require that much performance as far as I can tell) and a few small services that will mostly live on the ssd (and general NAS usage too, no need for much performance). Similarly big drives for regular use aren’t that much cheaper anyways (between the options I have available and accounting for the reliability thing) but will still value your input on the topic, I’m still open to just looking for regular drives if it turns out I’m wrong about that.

Quick note on the topic of noise: I have my home server in the same space as my desktop and the noise of my desktop is already a bit much, It’s fine but it’s not far from being annoying, Can’t hear anything from the server and hope it won’t change much after the new drives (I’ll focus on making my desktop quieter in the future).

Only other similarly dense (and priced) drives I’ve found are Seagate IronWolf ST8000VN004 8TB, Seagate Barracuda 8TB ST8000DM004 and then a bunch of surveilance drives which I’ve read again and again aren’t worth getting for NAS or homelab usage.

Hope this is not too far from the topic of selfhosting since it’s mostly about storage (for use in a home server).

As you can see, being succinct is not my specialty, sorry for the long post.

  • solrize@lemmy.ml
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    16 hours ago

    While I don’t exactly intend to run RAID, I ended up choosing nas drives for the 24/7 intended usage,

    The purpose of a NAS drive is to be LESS reliable than a regular drive, not more reliable. Explanation: if a regular drive gets a read error on a block, it will retry for quite a while before giving up. The host, meanwhile, has to wait for the data to be retrieved if the retries work. That’s all it can really do, wait and hope. Meanwhile, the waiting slows the application down.

    A NAS drive instead will fail once or twice, then give up immediately, since it knows that it’s in a RAID system and that the data is also present on other disks. The RAID then puts the data together from the other drives and gets it to the host, logging the error. It will also hopefully mark the bad block on the drive with the read failure, and rewrite the recovered data to a spare sector. So this is faster than all the retries even though the drive that had the bad block gives up on it rather than attempting recovery by repeated reads.

    So if you buy NAS drives, put them in a RAID.

    Drives are currently around 2x as expensive as a year or so ago but they are available if you can afford them. I guess that’s better than shortages where they’re hard to find even if you can pay. We’ve had that before too.

    I like to think the current situation will settle out. Who knows though. Drive space is still way less expensive than in 2010 or anything like that.

    • FierroG@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      15 hours ago

      Interesting, Hadn’t really read anything like that before, since nas drives have extra features and functions that seems like a thing they would set as an extra flag or something (if it’s running on raid, then give up sooner).

      What I meant by reliability was more about running the drive 24/7, as far as I could see they’re the only ones intended to be used that way (besides surveilance drives). They are intended to run at all times, spin more frequently and sustain more vibrations from nearby drives as well as heat, I feel like there’s more to it than that but can’t say myself.

      Do you mean that the drive will say it’s dead if there are errors?

      • MuttMutt@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 hours ago

        If a NAS or Enterprise drive has an error it sends the information to the host to be logged so that the end user can have the information available.

        So like an Unrecoverable Read Error (URE) pops up on a sector. A drive that is built for RAID use will just say, “Couldn’t read it” and moves on. A Consumer drive meant for a desktop will try and try and try and try to read that bad sector. In a NAS situation where another drive will be able to fill in the data the controller (hardware or software) will just deal with it by pulling the data from another drive and keep moving.

        The drive may not be bad as a whole but it does mean that over time it is more likely that drive will have more errors.

        NAS drives are not inherently more reliable, yes they can deal with a bit more vibration and such but it’s the firmware inside that is different. Enterprise drives are another step up again from NAS drives.