Add a warning on using GEOM mirroring on GPT partitioned disks, the

default scheme used on FreeBSD 9.X

PR:		docs/162723
Submitted by:	Michael W. Lucas <mwlucas at blackhelicopters dot org>
This commit is contained in:
Manolis Kiagias 2011-11-21 18:11:25 +00:00
parent 8cc501e87d
commit 79b50061e1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37963

View file

@ -268,7 +268,12 @@ Done.</screen>
<para>Creating a mirror out of the boot drive may result in
data loss if any data has been stored on the last sector of
the disk. This risk is reduced if creating the mirror is
done promptly after a fresh install of &os;.</para>
done promptly after a fresh install of &os;. The following
procedure is also incompatible with the default installation
settings of &os;&nbsp;9.<replaceable>X</replaceable> which
use the new <acronym>GPT</acronym> partition scheme. GEOM
will overwrite <acronym>GPT</acronym> metadata, causing data
loss and possibly an unbootable system.</para>
</warning>
<screen>&prompt.root; <userinput>gmirror label -vb round-robin gm0 /dev/da0</userinput></screen>