From owner-freebsd-stable@FreeBSD.ORG Thu Aug 16 17:53:41 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9983210656EC for ; Thu, 16 Aug 2012 17:53:41 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2133D8FC14 for ; Thu, 16 Aug 2012 17:53:40 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so2620471wgb.31 for ; Thu, 16 Aug 2012 10:53:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=AiZynRFV8Rq8DqFcBPD+gNlwwgXXZUaO8CzkIDXeSxs=; b=rR4SI6NjXC4U6klxi0fJVI0d/TWs3jeDSpH7aghwMUGE6aTVxt1IZ0rFP35I8H9ZoY X9lxUhHO1SfX+9lPwrO7iFaFIaOPXBu0rV4+//7ErSxN97gYFktp+yYEp1e7dAZo8ZFc 1qmw0zlPvTnhiJerPh4NrAiMv6JPm5e7IvFHgtv2j2WzJcCwChsO/k+rNtiYG9m6p755 v4duzoP9+QxRm2q6lNWkqIlvugwWiX4qE6plL3Obs2IY38Vgk05XKL17H0seMdEpJgPJ S+NcgLRqhMs8u+ZRX3b8KWXEbz/QkOIqGaR6mYp3pg/U4+CRSVydLDqyE30PAnl70dze vKLQ== Received: by 10.216.242.204 with SMTP id i54mr965177wer.94.1345139620087; Thu, 16 Aug 2012 10:53:40 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.223.153.200 with HTTP; Thu, 16 Aug 2012 10:53:19 -0700 (PDT) In-Reply-To: References: From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Thu, 16 Aug 2012 19:53:19 +0200 X-Google-Sender-Auth: v1bjoOlvJchIjLI5S6IABL71rOI Message-ID: To: Kevin Oberman Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-stable@freebsd.org Stable" Subject: Re: Geom label lost after expanding partition X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2012 17:53:41 -0000 On Thu, Aug 16, 2012 at 6:30 PM, Kevin Oberman wrote: > I have a GPT formatted disk where I recently expanded the size of a > partition. I used "gpart resize -i 6 ada1" first to expand the > partition to use the remaining free space and then growfs to modify > the FFS file system to use the full partition. This was all done in > single-user mode, of course, but when I enter "exit" to bring the > system up, it failed to mount /usr. This was because /dev/ufs/usr did > not exist! I've met the same problem, check this PR for a dirty workaround: http://www.freebsd.org/cgi/query-pr.cgi?pr=165962 Regards, Olivier