Solved Formatting disk for ZFS

Hi guys,

the handbook doesn't give any advise on how preparing a disk for ZFS, there is only this example for UFS:

Code:
# gpart create -s GPT ada1
# gpart add -t freebsd-ufs -a 1M ada1

Is it a right setting changing the example like this:

Code:
# gpart create -s GPT ada1
# gpart add -t freebsd-zfs -a 1M ada1

Thanks... 🙏
 
Back
Top