Okay, so now that my little experiment with a bunch of scam nvme drive from amazon is done and over with and I got my money back from amazon. Where do I look for some cheap and semi decent 4tb nvmes? Adata used to by my goto budget flash memory, never had any problems with any of their drives. But they’re not so inexpensive anymore… Team group seems like they have good prices but how reliable are they?

Is prime day or boxing day even a good time to buy drives?

Is there any 4tb nvme under $300(CAD) even worth looking at?

Again, I’m just farting around and experimenting but any suggestion will be greatly appreciated and win you imaginary internet points from a stranger sitting on a porcelain thrown as he writes this.

  • solrize@lemmy.ml
    cake
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    1 year ago

    Don’t data hoard with SSD’s, especially low budget ones. Big box of HDD’s as either RAID or some kind of object store with erasure codes is where it is at.

    • The0utc4st@sh.itjust.worksOP
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      I got the kit for a good deal ($45 CAD +15 shipping) and figured I would fart around with it… I’m now realising I should probably get some smaller nvmes first to play around with this and then setup something with ssd’s instead for my mass cloud storage

    • geneva_convenience@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      SSD’s are fine for backups. Unless you do a massive amount of writes, which would be weird for backups, they are very power efficient.

      • solrize@lemmy.ml
        cake
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        This is datahoarder and cost per TB is always important. Also TLC and even worse, QLC SSD’s have trouble with long term data retention even without a lot of writes. Not that HDD’s are great either. Too bad there is no sane affordable tape storage.

    • ScoffingLizard@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago

      When you make a RAID array, do you just get a bunch of HDDs and put them in an array case? Like, do you configure the array or do packages already have software for it? I’m working on a self hosting project now, but need to figure out storage and prefer just buying my own drives and using open source for the array management if possible.

      • solrize@lemmy.ml
        cake
        link
        fedilink
        arrow-up
        2
        ·
        4 months ago

        Linux has software raid built in. You use mdadm to configure the array. It’s a bit confusing but not a big deal. You might want to ask for help when you get to that point. Alternatively if you want hardware raid, you buy a raid controller and plug the drives into it. IDK about really attempting either of these with a raspberry pi instead of an x86 box. I’d use a box.

  • Zwuzelmaus@feddit.org
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    some cheap and semi decent 4tb nvmes

    If you actually go down that road (not really works with cheap), you want to look for TBW in the data sheets. It determines the lifetime of an SSD - yes, some of them die fast.

  • bulwark@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    That thing looks pretty cool. I think I remember Jeff Geerling video where he did something similar. The concept is cool, but that many NVME drives that close will get HOT without active cooling. The other things is I assume they would saturate the PCIe bus way faster than an x86 mobo.

    I’m not hating tho, I’m kinda jealous. I have 3 PI 4s and 2 of them boot off a NVME via USB. The third one has a compute module 1 on it so it has dedicated non-volatile memory. I’ve been thinking about netboot. I use them as a docker swarm.