Remix.run Logo
Move FreeBSD System Between ZFS Disks(vermaden.wordpress.com)
13 points by vermaden a day ago | 3 comments
evanjrowley a day ago | parent | next [-]

The simplicity of FreeBSD really shines here. I recently performed the same task with Ubuntu 24.04. It seemed daunting due to various Linux-isms and Canonical’s anemic public documentation. Warp terminal got the job done. It blew through half a month’s tokens on the Build subscription tier. With FreeBSD, the task fits very nicely into just a short blog post.

itchingsphynx a day ago | parent | prev [-]

Nice. Not so much a FreeBSD as a ZFS feature?

vermaden 15 hours ago | parent [-]

Its both actually.

This is strictly the FreeBSD part:

    freebsd # gpart backup ada1 | gpart restore nda0
    
    freebsd # gpart backup ada1 | gpart restore nda1
The ZFS part comes later :)

Regards,

vermaden