> > If your array is just going to used for one large filesystem, you can > skip any partitioning steps and newfs the base device directly. then > if you decide to grow the array (and if your controller supports > nondestructive resizing), you can use growfs to expand the filesystem > without the extra step of manually adjusting a partition table. >
So you don't actually need to disklabel it? You can just go newfs {options} /dev/da0 and it will just work? Hmm.. wish I had something to test that with because I thought I had to disklabel first and then newfs it. Ben. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"