Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2011 07:17:58 GMT
From:      Eir Nym <eirnym@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/157723: GEOM should not process 'c' (raw) partitions for BSD scheme
Message-ID:  <201106090717.p597HwGu046918@red.freebsd.org>
Resent-Message-ID: <201106090720.p597K9B7082354@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157723
>Category:       kern
>Synopsis:       GEOM should not process 'c' (raw) partitions for BSD scheme
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 09 07:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Eir Nym
>Release:        FreeBSD-CURRENT 222277
>Organization:
Private Person
>Environment:
>Description:
While creating GEOM structure for BSD scheme, the 'raw' partition created automatically. This partition contains everything include partition scheme data. This partition creates another one GEOM..
>How-To-Repeat:
#gpart create -t MBR ada0
#gpart add -t freebsd ada0
#bsdlabel -w ada0s1
#gpart add -t freebsd-ufs -b 16 -s 10 ada0s1
#gpart add -t freebsd-swap -b 26 ada0s1
#gpart show
--> here we should see about 4 BSD GEOMs for ada0s1
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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