Hi all! ?
I recently installed FreeBSD using some old hardware I got my hands on
Nothing fancy, just a small boot disk and a 3 disk ZFS raidz
I installed sysutils/iocage and created some jails (FAMP stack) in order to learn more about it.
Because I don't trust very much the old disks I'm using, I thought it could be interesting to add a second disk and mirror both as described here.
At this stage, reinstalling from scratch wouldn't be a problem, but I'm curious how other users with more experience would approach such a migration, best practices, etc.
I have a Linux background, but I'm trying to escape the distro nightmare
I recently installed FreeBSD using some old hardware I got my hands on
Code:
% uname -a
FreeBSD sparky 13.0-RELEASE-p1 FreeBSD 13.0-RELEASE-p1 #0: Wed May 26 22:15:09 UTC 2021
Nothing fancy, just a small boot disk and a 3 disk ZFS raidz
Code:
% gpart show ada0
=> 40 976773088 ada0 GPT (466G)
40 1024 1 freebsd-boot (512K)
1064 968883192 2 freebsd-ufs (462G)
968884256 7888872 3 freebsd-swap (3.8G)
I installed sysutils/iocage and created some jails (FAMP stack) in order to learn more about it.
Because I don't trust very much the old disks I'm using, I thought it could be interesting to add a second disk and mirror both as described here.
At this stage, reinstalling from scratch wouldn't be a problem, but I'm curious how other users with more experience would approach such a migration, best practices, etc.
I have a Linux background, but I'm trying to escape the distro nightmare