uname -a
FreeBSD Bender 13.1-RELEASE FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2212 GENERIC amd64
I have just begun to get reacquainted with FreeBSD again and reinstalled an old system I have as a server for me to play around with and get comfortable. I decided I was going to give ZFS a shot and the install went fine. But, regardless how much reading I do I can't seem to wrap my head around ZFS as opposed to the old ways of manually partitioning off a drive with boot sectors, partitions, etc...
I have 1 "boot" drive that is an SSD, 500mb, that was a ZFS drive from get-go due to the system install..
I have 2 additional HDDs that used to be UFS on the previous instance of this machine...
the first is 4tb, and the second is 10tb...
I would like them both to be ZFS, and "mounted" respectively as "/mnt/hdd4tb" and "/mnt/hdd10tb". I am sorry for asking but I really just want to get these volumes up and usable so I can get the system up and running the way my network needs before I start getting lost in the books again...
Question No. 1: How do I "format" and subsequently "mount" let's say my 4tb hdd as a ZFS volume at mount point /mnt/hdd4tb?