PCBSD/GPTについて、ここに記述してください。
1. FreeBSD/PCBSD 9.0 のpartitionについて
SSDとは別に一台のHDD全体を使って、PCBSD 9.0をインストールしました。
- 目的はSSDのバックアップです。
filesystem はUFSを選択しましたが、GPT(Intel EFI)というのを指定したせいか、
- HDDの構成がこれまでのBSDとは異なるようです。
SSD上のPCBSDからHDDはada1として認識されています。
/sbin/fdisk /dev/ada1
Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 238 (0xee),(EFI GPT) start 1, size 488397167 (238475 Meg), flag 80 (active) beg: cyl 0/ head 0/ sector 2; end: cyl 1023/ head 255/ sector 63 The data for partition 2 is: <UNUSED> The data for partition 3 is: <UNUSED> The data for partition 4 is: <UNUSED>
2. gpart output
%/sbin/gpart show
34 488397101 ada1 GPT (232G) 34 128 1 freebsd-boot (64k) 162 1854 - free - (927k) 2016 4096000 2 freebsd-ufs (2G) 4098016 4096000 3 freebsd-swap (2G) 8194016 4194304 4 freebsd-ufs (2.0G) 12388320 476008815 5 freebsd-ufs (227G)
# mount -t ufs /dev/ada1p5 /mnt
# df
Filesystem 1K-blocks Used Avail Capacity Mounted on tank0 84559849 275605 84284244 0% / devfs 1 1 0 100% /dev /dev/label/boot0 1031708 137344 811828 14% /boot-mount procfs 4 4 0 100% /proc linprocfs 4 4 0 100% /compat/linux/proc tank0/usr 95581566 11297322 84284244 12% /usr tank0/var 84419423 135179 84284244 0% /var /dev/ada1p5 234254540 9733496 205780684 5% /mnt