From owner-freebsd-questions@FreeBSD.ORG Thu Oct 26 15:21:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63F9616A403 for ; Thu, 26 Oct 2006 15:21:16 +0000 (UTC) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C51A43D8C for ; Thu, 26 Oct 2006 15:21:14 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (localhost [127.0.0.1]) by chylonia.3miasto.net (8.13.4/8.13.4) with ESMTP id k9QFL5Gs031877; Thu, 26 Oct 2006 17:21:05 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost) by chylonia.3miasto.net (8.13.4/8.13.4/Submit) with ESMTP id k9QFL557031874; Thu, 26 Oct 2006 17:21:05 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Thu, 26 Oct 2006 17:21:05 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: bsd In-Reply-To: Message-ID: <20061026172005.E31739@chylonia.3miasto.net> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Liste FreeBSD Subject: Re: "Live" resizing of a mounted partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2006 15:21:16 -0000 > > Is there any tools to do that while my partition is mounted (growfs does not > seem to allow that) ? AFAIK - no. umount, growfs, mount so you have to make small root partition, and partitions for others, so you will be able to do this without shutdown, and (with good care) remotely.