I've started using GPT for everything but the system disk. To add a GPT table to a new disk and create a partition in that table that spans the entire disk, all you need to do is this:
# gpt create /dev/adX # gpt add /dev/adX # newfs -O2 -U /dev/adXp1 Done! /Daniel Eriksson _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"