From owner-freebsd-questions@FreeBSD.ORG Thu Oct 26 14:08:32 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 725AA16A415 for ; Thu, 26 Oct 2006 14:08:32 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D30043D5A for ; Thu, 26 Oct 2006 14:08:30 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from iris ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k9QE8SEY030420; Thu, 26 Oct 2006 17:08:28 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Thu, 26 Oct 2006 17:08:59 +0300 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610261709.00086.nvass@teledomenet.gr> Cc: 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 14:08:32 -0000 On Thursday 26 October 2006 14:20, bsd wrote: > Is there any tools to do that while my partition is mounted (growfs > does not seem to allow that) ? No, this cannot be done, since the kernel doesn't support resizing a mounted filesystem. It's not matter of tool. Nikos