Skip Navigation

NAS Hardware selection

I want to create a NAS for my family at home. I am already pretty sure about using TrueNAS as software, but the hardware is still open.

What hardware do you recommend for 2TB of usable Storage (+a second drive for mirroring the first one) that is used by 3 people for pictures, videos, and documents?

29 comments
  • My TrueNAS setup uses a used Ryzen 3200G and mATX motherboard I got off of ebay for about $100 total. Honestly, any CPU with integrated graphics should be fine, so maybe something like the Intel 8500T, which was specifically a low power SKU could also work. Unless you plan on doing a lot of video transcoding, then you might need something more powerful (or a low end GPU like the Intel Arc A310 or a Radeon 6400 to go with it)

    I'm not so sure how TrueNAS Scale determines how much RAM to allocate for ZFS, but at least with Proxmox, the wiki says you want to have at least 2GiB + (1 GiB/TiB of storage) of RAM to be able to be allocated.

    If you're looking to use 2TiB of storage, that would be at least 4GiB of RAM dedicated just to ZFS cache, so 8GiB of RAM would probably suit you. You might need to get more RAM in the future if you want to go with more storage at that time.

    As for a case, anything will do as long as it can hold however many hard drives you ultimately wish to put in it.

  • For the CPU: I have a AMD Ryzen 5 8600G in my TrueNAS Scale box, I use the integrated graphics for hardware transcoding in Jellyfin. If you don't need transcoding it's probably overkill.

    For TrueNAS you'll also want a lot of RAM, as ZFS (the filesystem) gets faster with more ram by using it as a cache. My box has 32 GB, but 16 GB should also work, especially if you're going with SSD storage.

    And don't go cheap on the power supply, get an efficient one from a good brand (I prefer BeQuiet).

29 comments