gpt create -f /dev/da5 -f 清除MBR及分区表
gpt destroy /dev/da5
gpt add -t ufs /dev/da5 -b 指定分区的开始扇区数 -i 指定使用GPT表中的一个空闲entry,默认第一个 -s 指定分区大小,不指定则使用全部空间
gpt remove [b|i|s|t] /dev/da5
gpt label -a -l bigs /dev/da5 -a all partitions should be labeled -b label the partition that starts at the given block number -i label the partition with the given partition number
man page: http://www.freebsd.org/cgi/man.cgi?query=newfs...
newfs -m 0 -b 32768 -f 8192 -U /dev/da5p1 mount /dev/da5p1 /raid4
newfs -U /dev/da5