Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2011 20:09:08 -0600
From:      Lucas Reddinger <lucas@wingedleopard.net>
To:        freebsd-geom@freebsd.org
Subject:   Simple question regarding GPT and UFS for data only
Message-ID:  <BANLkTinhvsfJxt7fOjB7cSPzL7_TPyO5jw@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTinhvsfJxt7fOjB7cSPzL7_TPyO5jw>