繼上次Linux建立超過2TB的分割區後,接著在FreeBSD也碰到了。在FreeBSD底下透過gpart一樣可以建立超過2TB的分割區。
這邊的FreeBSD是以在7.2 Release下測試的。
root@ftp [~] (15:43) gpart create -s GPT da0
gpart: 17 geom ‘da0’
root@ftp [~] (15:44) gpart show
=> 34 7795366333 da0 GPT (3.6T)
34 7795366333 1 !ebd0a0a2-b9e5-4433-87c0-68b6b72699c7 (3.6T)
root@ftp [~] (15:45) gpart add -b 34 -s 7795366333 -t freebsd-ufs da0
gpart: 28 start ’34’
記得newfs
root@ftp [~] (15:45) newfs -b 65536 -f 16384 -i 262144 -m 0
然後就搞定啦
root@ftp [/ftp2] (15:55) df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/da0p1 3.6T 4.5G 3.6T 0% /ftp2