this post was submitted on 17 Jun 2023
11 points (86.7% liked)

Build a PC

650 readers
4 users here now

Planning on building a computer but need some advice? This is the place to ask!

Planning on building a computer but need some advice? This is the place to ask! /c/buildapc is a community-driven place dedicated to custom PC assembly. Anyone is welcome to seek the input of our helpful community as they piece together their desktop.

founded 2 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (2 children)

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] 4 points 1 year ago (1 children)

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.

[–] [email protected] 4 points 1 year ago (1 children)

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] 2 points 1 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] 2 points 1 year ago* (last edited 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.