Am 14.01.2011 um 11:37 schrieb Daniel Braniss:

> now:
>       glabel lable r0 mfid0

> so what am I doing wrong?

glabel uses the last sector of the device to store the label. GPT keeps it's 
backup table there.

Additionally, GEOM then tastes the glabel device, and the size of the glabel 
device (label/r0) does not agree with the GPT table, since it's one sector 
smaller than the device that you created the GPT table on.

Are you trying to label the entire array, or individual partitions?

If you want to label the entire device, do that first, and then create the GPT 
table on the label device.  If you want to label individual partitions, then 
use the gpart label options, or newfs options.


Stefan

-- 
Stefan Bethke <s...@lassitu.de>   Fon +49 151 14070811

_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to