Date: Wed, 13 Nov 2013 11:48:08 -0500 From: "Joseph Mays" <mays@win.net> To: <freebsd-fs@freebsd.org> Subject: Expanding a partition in gpart after increasing the size of an array. Message-ID: <84DE8753E8F843A897C3B8E31B54DA29@Gantry>
next in thread | raw e-mail | index | archive | help
I have a freebsd box with an LSI Raid controller in it. It had 4 = 3-terabyte drives configured in an 8TB array. I added a 5th drive and = built that into the array. Of course, the amount of drive space that = shows in operation in FreeBSD did not change, presumably because I need = to resize the partition. I was trying to follow the partition resizing instructions shown here = --- http://www.unibia.com/unibianet/freebsd/resize-your-existing-freebsd-root= -partitionslice-safely-without-re-installing but when I do the =E2=80=9Cgpart show =E2=80=9D I don=E2=80=99t see the = free space. What I do see is a change in the apparent overall size of = the disk and a set of parititions that don=E2=80=99t add up to the new = size of the disk. Is there a way to tell gpart that the size of the drive has changed? From owner-freebsd-fs@FreeBSD.ORG Wed Nov 13 16:49:50 2013 Return-Path: <owner-freebsd-fs@FreeBSD.ORG> Delivered-To: freebsd-fs@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 ESMTPS id A0CB3709 for <freebsd-fs@freebsd.org>; Wed, 13 Nov 2013 16:49:50 +0000 (UTC) Received: from mail-pb0-x235.google.com (mail-pb0-x235.google.com [IPv6:2607:f8b0:400e:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DB1A2EA3 for <freebsd-fs@freebsd.org>; Wed, 13 Nov 2013 16:49:50 +0000 (UTC) Received: by mail-pb0-f53.google.com with SMTP id ma3so680578pbc.12 for <freebsd-fs@freebsd.org>; Wed, 13 Nov 2013 08:49:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nVfBV81d3dXbRwmTgTuOoKQf3EVA6ugs0CEtLdAOw18=; b=JFwzKWhO2un8slMngwQo3b31yqsgqHEGXCT+X53tD3NZNrL/e062V8FnGx9k2eU4Ch 55U9ZZcreOJOIg4no3ijK4x7jN36yOBRXt6LQSljuc0Pwi1nlZN4vJX/6cXlAi7rO2ZD 5TFDXH0pTbrH00VEk0BWx2vGpXC9fx+NGTiDa7qkRFwwcu5oZn+qR78H7SG+TvWXVr1i 6z73L7aKxtyPd9itEugiWwtUVeW8jMR4NREMet1LqvULyi//kDOiOyh1uVigG3lg5BAr Lq73x/4rvatrzpuQxnXF7Je/WMvBJunRgqlXR6jVVKO8AJQ5YYFGyYCjGtb+Q8WT1AyK PH7A== MIME-Version: 1.0 X-Received: by 10.66.51.34 with SMTP id h2mr3019074pao.181.1384361389666; Wed, 13 Nov 2013 08:49:49 -0800 (PST) Received: by 10.70.92.79 with HTTP; Wed, 13 Nov 2013 08:49:49 -0800 (PST) In-Reply-To: <84DE8753E8F843A897C3B8E31B54DA29@Gantry> References: <84DE8753E8F843A897C3B8E31B54DA29@Gantry> Date: Wed, 13 Nov 2013 10:49:49 -0600 Message-ID: <CA+tpaK0RYNoX-GW4pLKhNXy-Q6k6uBoU+GMKAR=Dmo4Nmd48hQ@mail.gmail.com> Subject: Re: Expanding a partition in gpart after increasing the size of an array. From: Adam Vande More <amvandemore@gmail.com> To: Joseph Mays <mays@win.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: freebsd-fs <freebsd-fs@freebsd.org> X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Filesystems <freebsd-fs.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-fs>, <mailto:freebsd-fs-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-fs/> List-Post: <mailto:freebsd-fs@freebsd.org> List-Help: <mailto:freebsd-fs-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-fs>, <mailto:freebsd-fs-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 13 Nov 2013 16:49:50 -0000 On Wed, Nov 13, 2013 at 10:48 AM, Joseph Mays <mays@win.net> wrote: > I have a freebsd box with an LSI Raid controller in it. It had 4 > 3-terabyte drives configured in an 8TB array. I added a 5th drive and bui= lt > that into the array. Of course, the amount of drive space that shows in > operation in FreeBSD did not change, presumably because I need to resize > the partition. > > I was trying to follow the partition resizing instructions shown here --- > > > http://www.unibia.com/unibianet/freebsd/resize-your-existing-freebsd-root= -partitionslice-safely-without-re-installing > > but when I do the =93gpart show =94 I don=92t see the free space. What I = do see > is a change in the apparent overall size of the disk and a set of > parititions that don=92t add up to the new size of the disk. > > Is there a way to tell gpart that the size of the drive has changed? > At what point in this quest will you decide to share the output of gpart show? --=20 Adam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?84DE8753E8F843A897C3B8E31B54DA29>