TerraMaster F2 212 NAS Design Drive Cage

Any links to online stores should be assumed to be affiliates. The company or PR agency provides all or most review samples. They have no control over my content, and I provide my honest opinion.

As a home lab enthusiast, I have a growing number of servers, and I want to try to consolidate things to improve energy efficiency and reduce my power usage/bills. But, I also want the best performance and overall experience. I currently run Unraid on a Terrmaster NAS, and it seems like the most logical solution for a home server due to the ability to add different-sized drives and the ability to spin down drives. But, I also love Proxmox and have been considering migrating everything to that, and potentially running Unraid as a VM within Proxmox. But, is this the best option? and what technologies provide the best power efficiency or the best balance of power efficiency and performance?

When evaluating energy efficiency in RAID/storage configurations, we consider:

  • Power consumption per TB (idle vs. active)
  • Performance per watt (IOPS/Watt, MB/s per Watt)
  • Drive types (HDD vs. SSD, interface differences)
  • Redundancy overhead (parity vs. mirroring)
  • Filesystem efficiency (ZFS, btrfs, etc.)

1. RAID & Storage Technologies (Energy Efficiency Ranking)

(From most to least energy-efficient)

TechnologyPower EfficiencyBest ForDrawbacks
Single Disk⭐⭐⭐⭐⭐ (Lowest power)Cold storage, backupsNo redundancy, slow
JBOD⭐⭐⭐⭐ (No RAID overhead)Bulk storage, sequential workloadsNo redundancy, no performance gain
UNRAID⭐⭐⭐⭐ (Spins down idle disks)Media servers, mixed drivesSlow writes, not true RAID
RAID 1⭐⭐⭐ (Mirroring, 2 disks)High availability, small arrays50% storage efficiency
RAID 5⭐⭐ (Parity, 3+ disks)Balanced performance & efficiencyHigh write penalty, slow rebuilds
RAID 6⭐⭐ (Dual parity, 4+ disks)More fault toleranceHigher power, slower writes
RAID 10⭐⭐ (Mirrored stripes)High performance, redundancy50% storage efficiency
RAID 0⭐ (Stripe, no redundancy)Max performanceNo redundancy, risky
RAID 50/60⭐ (Nested RAID)Large arrays, performanceHigh power, complex
RAID F1 (ZFS-focused)⭐ (SSD-optimized)Write endurance on SSDsNot power-efficient
ZFS (Mirror/RAIDZ)⭐⭐ to ⭐⭐⭐ (Depends on config)Data integrity, snapshotsHigh RAM usage
btrfs (RAID 1/5/6)⭐⭐⭐ (Linux-friendly)Snapshots, flexibilityRAID 5/6 unstable

Notes:

  • UNRAID & JBOD are best for low-power setups (disks spin down when unused).
  • RAID 5/6 are inefficient for SSDs due to write amplification.
  • ZFS/btrfs add checksumming, increasing CPU usage (higher power draw).

2. Drive Types & Power Consumption

(Idle vs. Active Power Draw, Performance/Watt)

Drive TypeIdle Power (W)Active Power (W)Perf/Watt (MB/s per W)Best RAID Use Case
SATA HDD (5400RPM)3-5W6-8WLow (~20 MB/s per W)JBOD, RAID 1, UNRAID
SATA HDD (7200RPM)4-6W8-10WMedium (~40 MB/s per W)RAID 5, RAID 6
SATA SSD0.5-1W2-5WHigh (~300 MB/s per W)RAID 1, RAID 10
SAS SSD1-2W4-8WHigh (~250 MB/s per W)RAID 5, RAID 6
M.2 NVMe (Gen3)0.5-1.5W3-7WVery High (~600 MB/s per W)RAID 0, RAID 1
U.2 NVMe (Gen4)1-2W6-12WExtreme (~800 MB/s per W)RAID 10, ZFS
U.3 NVMe (Gen5)2-3W10-20WExtreme (~1000 MB/s per W)High-performance RAID

Key Takeaways:

  • SSDs (especially NVMe) are far more energy-efficient per MB/s than HDDs.
  • HDDs waste power in RAID 5/6 due to parity calculations and spin-up latency.
  • NVMe RAID 0/1 is best for performance-per-watt but lacks redundancy.

3. Filesystem Impact on Power Efficiency

FilesystemEnergy ImpactBest For
ZFSHigh (RAM & CPU usage)Data integrity, RAIDZ
btrfsMedium (CPU overhead)Snapshots, mixed drives
EXT4/XFSLow (minimal overhead)General-purpose RAID
ReFS (Windows)Medium (checksumming)Storage Spaces
  • ZFS/btrfs add power overhead due to checksumming and compression.
  • EXT4/XFS are best for minimal power draw in traditional RAID.

4. Vendor-Specific Solutions (Synology, QNAP, UNRAID)

SolutionEnergy EfficiencyBest Use Case
Synology SHR (btrfs)⭐⭐⭐ (Disk spin-down)Home/NAS setups
QNAP Qtier (Hybrid)⭐⭐ (SSD caching)Mixed workloads
UNRAID⭐⭐⭐⭐ (Idle disks off)Media servers, low power
TrueNAS (ZFS)⭐⭐ (High RAM usage)Enterprise storage

UNRAID is the most energy-efficient for home users (disks sleep when unused).
Synology/QNAP are balanced but lack ZFS-level efficiency.

Final Recommendations:

Most Energy-Efficient Setup:

  • JBOD or UNRAID (spins down disks) + SATA SSDs (low power, fast).
  • RAID 1 (SSD) for redundancy without high power cost.

Best Performance per Watt:

  • NVMe RAID 1 (U.2/U.3) for high speed & efficiency.
  • Avoid RAID 5/6 with HDDs (high power, slow rebuilds).

Best Filesystem for Efficiency:

  • EXT4/XFS for minimal overhead.
  • ZFS only if data integrity > power savings.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *