I’m new to this stuff so go easy on me.

So I want to get into selfhosting, and I’ve decided to get a Raspberry Pi 5. I plan to attach drives to it, from about 500GB-1TB. I’m on a budget, preferably under $100.

I want to host these things:

  • A personal lemmy instance
  • A samba server, to store files and backups
  • A mail server
  • A few other light docker containers

I was wondering whether I should get an SSD or an HDD for these. Lemmy would probably like an SSD because it uses Postgres, but an HDD would be better for storage since I get more GB per dollar.

What should I go with?

  • @hperrin@lemmy.world
    link
    fedilink
    English
    2111 months ago

    If you’re only looking for 1TB, go with an SSD. It’s about the same price. It’s only when you’re looking for >1TB that HDD starts to get substantially cheaper.

  • @beepaboopa@lemmy.world
    link
    fedilink
    English
    911 months ago

    You’re weighing speed & energy usage vs cost. With a small array, HDDs power draw difference probably won’t amount to much and you may hit the RPi’s I/O bottleneck before fully benefiting from SSDs speeds, though latency would be better.

    But TL;DR: If your goal is to learn and build something cheap, go HDD. If you hate it, you can upgrade over time.

  • @model_tar_gz@lemmy.world
    link
    fedilink
    English
    611 months ago

    I don’t think an SSD is the right choice here. SSDs have a limited lifespan that’s majority driven by the number of writes that happen to a certain block. Reads are cheap and near infinite though.

    When you’re talking about a Lemmy instance, mail server, etc. my mind thinks this is likely to be many writes with several read-once ops. This is a better use case for a HDD.

    A media server that oriented towards most consumption (reading) would be better for SSD.

  • @ShepherdPie@midwest.social
    link
    fedilink
    English
    411 months ago

    I would recommend both at some point in the future but for now, get an SSD and use that as the Pi boot drive. The default is an SD card and you will absolutely destroy it from the reads/writes fairly quickly which is a huge pain in the ass. Once you get some more disposable cash, get an HDD for mass storage. If you want a budget option, check out serverpartdeals.com or something like the WD Easystore/Elements external drives.

  • TheHolm
    link
    fedilink
    English
    4
    edit-2
    11 months ago

    couple of old 2.5 HDD + usb to SATA converter. But Pi5 is hardly suitable to host anything. May just get old PC (which gives you HDD too). There are plenty for < $100 or even free. But you are going to pay more for power.

    • @theonyltruemupf@feddit.de
      link
      fedilink
      English
      311 months ago

      I have Nextcloud running on a Pi4 and it runs like a charm. It has a lot of RAM and processing power to spare, actually. The good thing about arm mini computers is the exceptionally low power draw. You can’t achieve that with some old x86 PC.

      • @lefaucet@slrpnk.net
        link
        fedilink
        English
        111 months ago

        I second this.

        I have a nextcloud instance on pi4 for personal use and love it.

        It’s not good for live transcoding of video, but works great for calendars, file sharing, photo sharing and music streaming.

        I have a 500 gig SSD for most stuff and a 6TB HDD for backups and archiving.

        I use docker compose to map a folder called archive in my instance to the HDD.

  • @jubilationtcornpone@sh.itjust.works
    link
    fedilink
    English
    311 months ago

    I use a combination of both. SSD’s to store read/write intensive data. In my case, I run multiple VM’s and store the primary VHD’s on SSD’s. HDD’s for stuff where space matters more than speed, like digital media and local backups.

  • @brygphilomena@lemmy.world
    link
    fedilink
    English
    211 months ago

    You can get an older model Samsung Evo 1tb SSD new for under $100. Those have been good drives for me.

    You can probably find something to shuck used if you don’t care too much for reliability.

    Regardless, get a second disk even something attached to your main PC to handle backups.

    RPi are nice, but imo are getting expensive and if you aren’t using the i/o pins just not worth it. If I were to just start out again I’d pickup a used laptop. Higher specs than a RPi and built in battery backup.

  • just some guy
    link
    fedilink
    English
    211 months ago

    Why not split the difference and do both. Hdd for storage and SSD for services/containers. To help with the power load/performance hit I’d recommend using a usb to sata adapter that has external power. Overall though it sounds like a micro optipl x would be great for you. They’re cheap, more powerful, but still sip power, and usually can fit nvme and 2.5" drives together.

  • @PieMePlenty@lemmy.world
    link
    fedilink
    English
    1
    edit-2
    11 months ago

    Raspberry pi is power limited. HDD creates a power spike on boot as well so you may have power issues. When i used a rpi for a media server, i had to use a 25W supply. Even 20W wasnt enough and i had voltage throttling issues. 1TB HDD probably wont draw that much power but SSD is never an issue. If you dont need space and are on a budget SSD is the way to go. This is all assuming USB is used for power.

    If you need large amounts of space and have a budget, use an HDD but it needs to be self powered or used with a larger device like a mini pc which has adequate internal power.

    • @michael_palmer@lemmy.sdf.org
      link
      fedilink
      English
      511 months ago

      My RPi4 refused to start with a 2x2.5" hard drive, so I did some workarounds. I connected the USB 3.0 +5V pin to the GPIO and powered the RPi using a PD trigger with MINI 560 (5A DC-DC converter). In my case, a random 18W QC brick was enough.

  • @stupidcasey@lemmy.world
    link
    fedilink
    English
    19 months ago

    First things first, unless you are strictly mailing yourself or you plan on having discussions with google/microsoft/apple… dump the mail Idea, Trust me it’s not worth it and probably won’t work.

    Second for what you want almost everything will be held in ram and the drive won’t matter except boot time, I say almost because you want a samba server so the question quickly becomes how much data do you have and how much money are you willing to spend. I would make the argument that the boot drive should always be ssd but the rest is a matter of patience and money

    TLDR: don’t bother with Email, boot is ssd and reset hdd unless you’re rich or not much data.

  • @Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    1
    edit-2
    9 months ago

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

    Fewer Letters More Letters
    CSAM Child Sexual Abuse Material
    RPi Raspberry Pi brand of SBC
    SATA Serial AT Attachment interface for mass storage
    SBC Single-Board Computer
    SMTP Simple Mail Transfer Protocol
    SSD Solid State Drive mass storage

    [Thread #863 for this sub, first seen 11th Jul 2024, 02:05] [FAQ] [Full list] [Contact] [Source code]