Hi guys,
I’m new to the world of home servers and NAS devices. I just finished building my own home server, installed TrueNAS, and I’m preparing to set up the pools and datasets. My resources: 6 x 4TB WD Red Plus.
I’ve categorized the data I want to store into three tiers based on the nature of access:
Tier A: family photos, videos, official documents, memories, etc. → new items are added relatively rarely, and reading is even rarer (no deletions).
Tier B: media files, movies, music, etc. → this expands more frequently, and reading is also common (deletions are rare).
Tier C: torrents. Downloading and seeding a larger amount of torrents.
My plan is to have 3 pools for these three categories, each with 1 vdev of 2 x 4 TB in mirrored mode. I’m assuming that the more frequent the access, the quicker the HDD will fail. Therefore, in this setup, the most critical Tier A would hardly be accessed, extending its lifespan. Tier B would be read a bit more often, but the main point is that it would be separated from Tier C, which will be the most heavily used due to seeding. Over time, some items from Tier C may be moved to Tier B, but not all, only those that are worth it. (Regular backups will be made for categories A and B.)
I’m also considering putting a separate SSD for the “incomplete” torrent files, and once they are fully downloaded, they would be moved to Tier C (so that the heavy writes don’t burden Tier C).
My question is: what do you think about this configuration? Is it worth placing categories B and C in separate pools to ensure that seeding only stresses 2 HDDs (instead of 4)? (My goal is more about reliability than performance.)