Skip to content

Instantly share code, notes, and snippets.

@ip75
ip75 / migrate_bootable_zfs_pool.sh
Last active October 16, 2024 17:45
Migrate bootable zfs pool from zsys to sys (FreeBSD 14)
#!/bin/sh
# ada3 new drive where migration intended
gpart add -t efi -s10G -lEFI /dev/ada3
gpart add -t freebsd-swap -s64G -lSWAP /dev/ada3
gpart add -t freebsd-zfs -lSYS /dev/ada3
zfs snapshot -r zsys@full # create snapshot in source pool
zfs list -t snapshot # check