I have FreeBSD 11 installed on SSD for my desktop. The whole system using ZFS. I need more space. so I want to add 1TB SATA, my question is
1. Do I have to gpart first ?
2. Do I have to
Can I just
3. do I have to
Can I add /dev/ada1 to SSD pool? Or create another pool?
Can I create a mirror to size of SSD from SATA HDD and still keep what left on the SATA HDD?
Thanks.
1. Do I have to gpart first ?
2. Do I have to
gpart add -t freebsd-ufs -a 1M ada1
Can I just
gpart add - freebsd-zfs -a M ada1
? 3. do I have to
newfs -U /dev/ada1p1
Can I add /dev/ada1 to SSD pool? Or create another pool?
Can I create a mirror to size of SSD from SATA HDD and still keep what left on the SATA HDD?
Thanks.