I am making zpools on FreeBSD machine. While creating zpools I observe these two cases:
If I take
raw disks
and createzpool
then I am able to form zpools and they are working perfectly.If I format disks using
gpart
infreebsd-zfs
format and then make zpool then also they are working perfectly.
What I am confused in, is which approach is better for creation of zpools?