If i want to run an Ubuntu server 24/7 with Plex and Qbit, would it make sense to use a hard drive as home/boot drive? Or is it better to use an SSD?

  • @[email protected]OP
    link
    fedilink
    11 year ago

    I plan to have a 8-10TB HDD for media storage. So I guess ssd would still make sense (since the docker stuff will still be store on ssd)?

    • @[email protected]
      link
      fedilink
      41 year ago

      Yeah you’re gonna like the faster booting/upgrading. I would say if you’re dealing with that much data you should at the very least be running a RAID1. If you’re using more than one disk at least a RAID5. It seems like a waste of storage until your 8TB disk dies completely and you don’t have a backup.

      • boothin
        link
        fedilink
        41 year ago

        If it’s ONLY for media storage though, I just rawdog it as a JBOD, since my media is gotten through the *arrs I figure I prefer the extra space and can easily just redownload stuff if I lose a drive since none of that data is critical

        • @[email protected]
          link
          fedilink
          11 year ago

          Yeah that makes sense. I’d rather not go through trouble of re-dowloading all of my stuff once you get above like a couple TB. I’ve got an old RAID5 running 6 3TB disks I bought used. I’ve had 2 fail (SMART prefail, not completely) over the past 5 years. For me, the money I saved on used disks let me buy more and still keep it protected. As with everything, it all depends on what you’re willing to lose.

    • @[email protected]
      link
      fedilink
      2
      edit-2
      1 year ago

      It will work fine, if it takes a few seconds longer to boot, it really does it matter with a server. But I’d still separate the OS from the data drive, since you can get a 120gb SSD for $10, it’s a no brainer really, in case you need to reinstall the OS, you can leave the data untouched.

      You can also backup data from the SSD to the HDD in case it fails.

      But for simplicity and if you don’t really care about possibly losing data, running everything from a single HDD will work fine, most stuff will get loaded in RAM anyway, and run from there, it’s not like you’ll be launching new apps all the time.