Hi everyone,

I can't find assurance in the man pages that I'm doing this correctly,
so I'd greatly appreciate confirmation or correction.

I have two 3 TB disks, which I want to mirror. I then want a single
UFS for /usr/home.

Here is what I did:
gmirror label -vb round-robin gm0 /dev/ada2 /dev/ada3
gpart create -s GPT /dev/mirror/gm0
gpart add -t freebsd-ufs mirror/gm0
newfs -U /dev/mirror/gm0p1
mount /dev/mirror/gm0p1 /usr/home

Did I miss anything? Do I need boot blocks? It seems to work, but
"seems to" isn't good enough on a production system.

Thanks for your time.
Lucas Reddinger
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-geom
To unsubscribe, send any mail to "[email protected]"

Reply via email to