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
- Confirm the mini PC has two suitable internal drives or a reliable storage path.
- Decide whether Proxmox itself and VM data share the mirror.
- Leave capacity headroom rather than filling the pool.
- Schedule scrub and SMART monitoring where available.
- 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
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.