8.0-BETA1 bsdlabel broken?
Aragon Gouveia
aragon at phat.za.net
Sun Jul 12 04:23:44 UTC 2009
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
More information about the freebsd-current
mailing list