storage fit

Proxmox ZFS Mirror On Mini PC

A ZFS mirror can be a sensible Proxmox mini PC storage layout when the machine has two reliable drives, enough RAM, and a separate backup destination.

Independent third-party notes. Verify critical homelab changes against primary docs and your exact hardware revision.

Quick Answer

A ZFS mirror can be a sensible Proxmox mini PC storage layout when the machine has two reliable drives, enough RAM, and a separate backup destination.

Key Facts

Best fit
Two-drive local storage where availability and data integrity matter more than maximum capacity.
Main tradeoff
A mirror costs half the raw capacity but protects against a single drive failure.
Backup rule
ZFS is not a backup.
Mini PC caveat
Drive count, cooling, and physical connection quality matter more in compact systems.

Recommended Checks

  1. Confirm the mini PC has two suitable internal drives or a reliable storage path.
  2. Decide whether Proxmox itself and VM data share the mirror.
  3. Leave capacity headroom rather than filling the pool.
  4. Schedule scrub and SMART monitoring where available.
  5. Back up critical VM data to another system.

Verification

  • Both mirror members are visible.
  • A scrub completes without errors.
  • A restore test succeeds from backup.

Warnings

  • Avoid fragile external wiring for important pools.
  • Do not run without an off-box backup.

Best For

  • Two-NVMe mini PCs
  • Small NAS services
  • VM storage with simple redundancy

Not For

  • Single-drive systems
  • Very low-RAM boxes
  • Users who need hot-swap serviceability

Common Mistakes

  • Confusing mirror with backup
  • Using mismatched failing drives
  • Ignoring heat under sustained writes

Examples

Mirror planning notes
Drive 1:
Drive 2:
Pool purpose:
Expected usable capacity:
Backup target:
Scrub schedule:
Restore test date:

FAQ

Is ZFS good on a mini PC?

It can be, when RAM, cooling, drive quality, and backup design are realistic.

Can I use one drive with ZFS?

You can, but a single-disk pool does not provide mirror redundancy.

Sources

Related Pages