this post was submitted on 25 Nov 2023
1 points (100.0% liked)

Data Hoarder

24 readers
1 users here now

We are digital librarians. Among us are represented the various reasons to keep data -- legal requirements, competitive requirements, uncertainty of permanence of cloud services, distaste for transmitting your data externally (e.g. government or corporate espionage), cultural and familial archivists, internet collapse preppers, and people who do it themselves so they're sure it's done right. Everyone has their reasons for curating the data they have decided to keep (either forever or For A Damn Long Time (tm) ). Along the way we have sought out like-minded individuals to exchange strategies, war stories, and cautionary tales of failures.

founded 10 months ago
MODERATORS
 

I am just getting into setting up a home server. I recently purchased a used HP EliteDesk 800 G3 SFF computer with i5-7500 CPU. It came with a 256 NVMe SSD and a 1TB HDD. I checked with crystal disk info and both drives seem to be in good condition.

I am planning to set up Proxmox on it, spin up a debian virtual machine, and use docker compose for most of my applications. Before I get going, I want to make sure my hard drive storage is set up properly.

I plan to install Proxmox on the NVMe drive. I purchased a 4TB seagate barracuda HDD that I would like to have mirror the 1TB HDD that came with the computer for storage. My plan was to replace the 1TB drive once I approach 1TB in storage as it feels like a waste to just replace it now especially since I don't yet have that much data. Is this possible to do this with two different hard drive sizes? Can I simply replace the 1TB drive with another 4TB drive in the future if needed?

Thank you!

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 9 months ago (1 children)

4TB seagate barracuda HDD

Return it. It's SMR and trash. Go with Exos or Ironwolf or WD Red Plus/Pro, Gold, or Utlrastar.

Can I simply replace the 1TB drive with another 4TB drive in the future if needed?

Generally yes, it is not an issue, but depends on the RAID config you use.

[–] [email protected] 1 points 9 months ago

Ok cool thanks for the heads up on the drive. I will return it. I also have two 1TB SSD drives on hand. You think I should just mirror those two instead of doing HDD drives?

Also in regard to your comment about RAID set up, how do you suggest I do that if I go with HDD drive?

[–] [email protected] 1 points 9 months ago

As mentioned the 4TB Barracuda is an SMR drive. These are pretty useless for RAID as their write speeds are abysmal. In case a resilver is needed it'd take like 10 times longer than with CMR drives, completely defeating the point of RAID. See https://www.servethehome.com/wd-red-smr-vs-cmr-tested-avoid-red-smr/

At least ZFS allows increasing the size of the drives within a mirror pool. Not sure about other RAID setups but it's a pretty easy feature to support so I would expect virtually everything to have it.