Adrian Danielson wrote: > 1. After the install I created a zfs mirror of the root disk c0t0d0 to > c0t1d0, format shows the mirrored disk with sectors instead of cylinders, is > this normal or correct? Is there a way to reverse this back to cylinders if > it is not? Same goes for the external disk pool using SAN disk from the IBM > SVC.
Format show sectors when the disk has an EFI label, and cylinders when the disk has a Sun label. ZFS always uses EFI labels, so you're seeing the right thing. You can change the label (blowing away the disk contents of course) using format -e. The label menu changes with the -e flag to let you choose the kind of label. Cheers, Chris _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss