Ubuntu – move a ZFS pool to another computer

Ubuntuzfs

I have an EasyStore NAS running Ubuntu, and I want to replace the disks. I want to add the ZFS kernel modules and create a ZFS RAIDZ pool. Due to space constraints, I have to move the data to the new pool right away. Can I create the new pool on another computer and move it to the EasyStore after the files are moved? Will ZFS have problems recognizing the disks, or anything else?

Best Answer

No problems... You can create a pool and use the zpool export option on the system you create the pool on.

Once the disks are attached to the final destination host, you can use the zpool import command to import the dataset.

See: Migrating ZFS Storage Pools