I have a Apple Mac Pro G5 with two SATA drives of identical sizes with FreeBSD 9.1 beta installed on the first drive (ada0). I'm new to FreeBSD on powerpc64, so I'm not exactly sure about how storage is done. Is it using GPT or is it using the Apple Partition Map, or is it using a mixture of both (like it's done with MBR on the PC)? I accepted all the default options when installing. Here is the output from:
[CMD=""]gpart show[/CMD]:
If it's using GPT does that mean I can't mirror the entire disk, but instead mirror the individual partitions? Or, is it safe to use the instructions from the handbook?
Also, I was thinking if I had to mirror by partitions, what would be the best way to mirror a ZFS partition that I plan on placing in the 120GB of free space.
[CMD=""]gpart show[/CMD]:
Code:
=> 18 390721950 ada0 APM (186G)
18 1600 1 apple-boot (800k)
1618 125829120 2 freebsd-ufs (60G)
125830738 12582912 3 freebsd-swap (6.0G)
138413650 252308318 - free - (120G)
=> 64 390721904 ada1 APM (186G)
64 390721904 - free - (186G)
If it's using GPT does that mean I can't mirror the entire disk, but instead mirror the individual partitions? Or, is it safe to use the instructions from the handbook?
Also, I was thinking if I had to mirror by partitions, what would be the best way to mirror a ZFS partition that I plan on placing in the 120GB of free space.