---
title: "Migrating a ZFS pool from RAIDZ1 to RAIDZ2"
url: https://daily.dev/posts/migrating-a-zfs-pool-from-raidz1-to-raidz2-8zqwtxxbc
source_url: https://mtlynch.io/raidz1-to-raidz2/
type: article
source: "Michael Lynch"
published: 2025-07-23T14:44:50.503Z
updated: 2026-07-02T02:14:42.707Z
tags: ["homelab", "linux", "storage", "truenas"]
reading_time: 24
upvotes: 2
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Migrating a ZFS pool from RAIDZ1 to RAIDZ2

**[Michael Lynch](https://daily.dev/sources/mtlynch)** · 24 min read · 2 upvotes · 0 comments

## Summary

A detailed walkthrough of migrating 18 TB of data from a 4-disk RAIDZ1 ZFS pool to a 7-disk RAIDZ2 pool using only three additional disks. The process involves creating a temporary RAIDZ2 pool with a sparse file as a fake disk, migrating data using ZFS snapshots, destroying the old pool, and expanding the new pool with the remaining disks. The migration leverages ZFS's new RAIDZ expansion feature available in OpenZFS 2.3.0 and TrueNAS 25.04.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://mtlynch.io/raidz1-to-raidz2/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#homelab](https://daily.dev/tags/homelab), [#linux](https://daily.dev/tags/linux), [#storage](https://daily.dev/tags/storage), [#truenas](https://daily.dev/tags/truenas)

[View this post on daily.dev](https://daily.dev/posts/migrating-a-zfs-pool-from-raidz1-to-raidz2-8zqwtxxbc)
