Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2006 10:18:12 -0800 (PST)
From:      "R. B. Riddick" <arne_woerner@yahoo.com>
To:        Fluffles <etc@fluffles.net>, freebsd-geom@freebsd.org
Subject:   Re: gmirror issues (fdisk?, disklabel?, newfs?)
Message-ID:  <20061227181812.86067.qmail@web30310.mail.mud.yahoo.com>
In-Reply-To: <4592AAA9.70008@fluffles.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Fernan Aguero wrote:
> gmirror label -n -v -b round-robin gm0s3 /dev/ad6s3 => SUCCESS
> Metadata value stored on /dev/ad6s3
> Done.
> gmirror load => SUCCESS
>
> Next I try to create partitions on the newly created gm0s3:
>
> bsdlabel -w -B /dev/mirror/gm0s3 => FAIL
> bsdlabel: write /dev/mirror/gm0s3: Operation not permitted
>
> Why is this failing?
> 
On R6.1 it works like it should:

neo# gmirror label -n -v -b round-robin fook md0
Metadata value stored on md0.
Done.
neo# bsdlabel -w -B /dev/mirror/fook
neo# gmirror status
       Name    Status  Components
mirror/fook  COMPLETE  md0
neo# bsdlabel /dev/mirror/fook
# /dev/mirror/fook:
8 partitions:
#        size   offset    fstype   [fsize bsize bps/cpg]
  a:    32751       16    unused        0     0       
  c:    32767        0    unused        0     0         # "raw" part, don't
edit

-Arne

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



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