Date: Sun, 4 Jul 2010 18:22:05 +0300 From: Jaakko Heinonen <jh@FreeBSD.org> To: Daniel O'Connor <doconnor@gsoft.com.au> Cc: FreeBSD Stable <freebsd-stable@freebsd.org> Subject: Re: GEOM/bsdlabel regression in 8.x? Message-ID: <20100704152205.GA1734@a91-153-117-195.elisa-laajakaista.fi> In-Reply-To: <BC67251C-1621-4291-B0C1-A28CC404E417@gsoft.com.au> References: <BC67251C-1621-4291-B0C1-A28CC404E417@gsoft.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2010-07-04, Daniel O'Connor wrote: > "bsdlabel: Class not found" This is because GEOM_BSD -> GEOM_PART_BSD change. bsdlabel(8) needs read-write access to the device. If it can't get that, it tries an alternative GEOM based method only supported by GEOM_BSD. The error message "Class not found" is printed because the "BSD" GEOM class doesn't exist. You might be able to do the changes with gpart(8). -- Jaakko
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100704152205.GA1734>