From owner-freebsd-geom@FreeBSD.ORG Thu Oct 17 18:26:26 2013 Return-Path: Delivered-To: geom@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B64BF6EF; Thu, 17 Oct 2013 18:26:26 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (gw.catspoiler.org [75.1.14.242]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95FC3280A; Thu, 17 Oct 2013 18:26:23 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id r9HHvEvY055774; Thu, 17 Oct 2013 10:57:18 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201310171757.r9HHvEvY055774@gw.catspoiler.org> Date: Thu, 17 Oct 2013 10:57:14 -0700 (PDT) From: Don Lewis Subject: Re: funkiness when resizing a BSD slice To: ae@FreeBSD.org In-Reply-To: <52600F85.70009@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: geom@FreeBSD.org X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Oct 2013 18:26:26 -0000 On 17 Oct, Andrey V. Elsukov wrote: > On 26.06.2013 11:31, Don Lewis wrote: >> I've got a machine that used to dual boot FreeBSD and a Fedora. It had >> one disk slice for FreeBSD, another slice for Fedora, and a third slice >> that was marked as Linux swap that both FreeBSD and Linux used as swap. >> The FreeBSD slice had only an "a" ufs partition that covered the entire >> slice (in addition to the "c" partition). >> >> FreeBSD outgrew its available space. Since I wasn't using the Fedora >> slice anymore, I wanted to delete the Fedora slice, grow the FreeBSD >> slice, grow the "a" partition, and the run growfs to expand the ufs >> filesystem. Things started off smoothly, but I ran into problems after >> I grew the FreeBSD slice. I eventually stumbled around until I expanded >> the "a" partition, but then bsdlabel whined about the size of the "c" >> partition until I manually edited its size, contrary to the >> instructions. > > Hi, > > FYI, I just commited the fix for this issue (r256690). Thanks!