Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 2009 06:23:38 +0200
From:      Aragon Gouveia <aragon@phat.za.net>
To:        rea-fbsd@codelabs.ru
Cc:        Marcel Moolenaar <xcllnt@mac.com>, John Marshall <john.marshall@riverwillow.com.au>, freebsd-current@freebsd.org
Subject:   Re: 8.0-BETA1 bsdlabel broken?
Message-ID:  <4A59654A.4050408@phat.za.net>
In-Reply-To: <z%2BonGf9tzlidpdZMJz2tC//fvv8@UL%2BEw68dotyeVWwcX17wEARTb1s>
References:  <20090710042106.GC31950@rwpc12.mby.riverwillow.net.au>	<fX%2BVI6m2svXk4wDqOGQ3HIesgO8@jmKTY7juey8QgiyMw1P6k9Lb4sg>	<20090710071023.GB32316@rwpc12.mby.riverwillow.net.au>	<20090710112631.GE32316@rwpc12.mby.riverwillow.net.au>	<3a142e750907100433y307f9b2bya1dc54953bdf5de2@mail.gmail.com>	<0B1F6799-2FAC-4C01-A978-42E247979CAB@mac.com>	<1z5niluEh3OBPNSdMbOMyoEwzX4@CWODRlDR5RMqbkBfR0/UzHcfNhE>	<267A655F-13A6-4D79-A933-3A78854AC5FD@mac.com>	<TiR5kGIN59NiPk3Q5HjMiImYooQ@MbxgtlHN37ICHkxRO9kSrKasfoA>	<4A590E7F.8000208@phat.za.net> <z%2BonGf9tzlidpdZMJz2tC//fvv8@UL%2BEw68dotyeVWwcX17wEARTb1s>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Eygene,

Eygene Ryabinkin wrote:
> If you'll happen to test the patch, please, report back.

I applied your second patch and reading the label looks good now.

before:

# /dev/ad4s2:
8 partitions:
#        size   offset    fstype   [fsize bsize bps/cpg]
   a:   786432 16771860    4.2BSD        0     0     0
   b:  4194304 17558292      swap
   c: 50331645 16771860    unused        0     0         # "raw" part,
don't edit
   d:  2097152 21752596    4.2BSD        0     0     0
   e: 35651584 23849748    4.2BSD        0     0     0
   f:  7602173 59501332    4.2BSD        0     0     0
partition c: partition extends past end of unit
bsdlabel: partition c doesn't start at 0!
bsdlabel: An incorrect partition c may cause problems for standard
system utilities
partition e: partition extends past end of unit
partition f: offset past end of unit
partition f: partition extends past end of unit

after:

# /dev/ad4s2:
8 partitions:
#        size   offset    fstype   [fsize bsize bps/cpg]
   a:   786432        0    4.2BSD        0     0     0
   b:  4194304   786432      swap
   c: 50331645        0    unused        0     0         # "raw" part,
don't edit
   d:  2097152  4980736    4.2BSD        0     0     0
   e: 35651584  7077888    4.2BSD        0     0     0
   f:  7602173 42729472    4.2BSD        0     0     0



Thanks,
Aragon




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