> I recommend creating a partition (with fdisk) on your disk for ZFS, and
> creating the ZFS pool in that partition (IOW, using "zpool create hda1"
> instead of "zpool create hda"). You should do this for all disks in your
> pool.
> Since there is no "ZFS" partition type, you can use the "Linux"
> partition type (this can be easily changed in the future, if necessary).
> I have verified this to work on Linux and Solaris, and it should work on
> other implementations as well.
fdisk (PC-BIOS MBR, really) doesn't like drives over (I think)
~500GB. For an array of terabyte hard drives, what would you
recommend? Also, when setting up the pool, one should use the /dev/
disk/by-id/ links instead of the sda/hda links, right? Does that
affect Solaris or BSD, since they don't have those device entries?