Hi guys, this week-end I am very active, I apology for making so many questions... 
I am reinstalling again FreeBSD after a critical disaster, eventually I went for this topology:
System 1 NVME single stripe (no redundancy)
Home 2 SSD Mirror
Next I need to create the ZFS mirror, I am still unsure how to prepare the disks, however this is the current zfs data sets:
Once I created the new pool, for instance
Otherwise what should I do?
Delete
Thank you very much!!!
I am reinstalling again FreeBSD after a critical disaster, eventually I went for this topology:
System 1 NVME single stripe (no redundancy)
Home 2 SSD Mirror
Next I need to create the ZFS mirror, I am still unsure how to prepare the disks, however this is the current zfs data sets:
Code:
# zfs list
NAME USED AVAIL REFER MOUNTPOINT
zroot 10.5G 207G 96K /zroot
zroot/ROOT 8.52G 207G 96K none
zroot/ROOT/default 8.52G 207G 8.52G /
zroot/home 102M 207G 96K /home
zroot/home/$USER 102M 207G 102M /home/$USER
zroot/tmp 160K 207G 160K /tmp
zroot/usr 1.83G 207G 96K /usr
zroot/usr/ports 96K 207G 96K /usr/ports
zroot/usr/src 1.83G 207G 1.83G /usr/src
zroot/var 1.18M 207G 96K /var
zroot/var/audit 96K 207G 96K /var/audit
zroot/var/crash 100K 207G 100K /var/crash
zroot/var/log 664K 207G 664K /var/log
zroot/var/mail 152K 207G 152K /var/mail
zroot/var/tmp 96K 207G 96K /var/tmp
Once I created the new pool, for instance
zhome, is there any command to import zroot/home & zroot/home/$USER into the new pool?Otherwise what should I do?
Delete
zroot/home & zroot/home/$USER and create new zfs sets: zhome/home & zhome/home/$USERThank you very much!!!