<?xml version="1.0" encoding="UTF-8" ?><oembed><version>1.0</version><provider_name>Jui-Nan Lin&#039;s Blog</provider_name><provider_url>https://jnlin.org</provider_url><author_name>jnlin</author_name><author_url>https://jnlin.org/author/jnlin/</author_url><title>在 FreeBSD 下使用大於 2TB 的硬碟 (使用 GPT)</title><html>感謝老爹的指導，首先確定 Kernel 有 options   GEOM_GPT
接著：
&lt;code&gt;
# gpt create -f /dev/da0
# gpt add -t ufs /dev/da0
# gpt label -a -l big /dev/da0
# newfs -m 0 -b 32768 -f 8192 /dev/da0p1
&lt;/code&gt;

這樣就可以了...</html><type>rich</type></oembed>