From owner-freebsd-questions@FreeBSD.ORG Mon Jun 9 15:42:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8B661065673 for ; Mon, 9 Jun 2008 15:42:14 +0000 (UTC) (envelope-from bcook@poughkeepsieschools.org) Received: from mail.poughkeepsieschools.org (mail.poughkeepsieschools.org [64.72.66.117]) by mx1.freebsd.org (Postfix) with ESMTP id AA60F8FC16 for ; Mon, 9 Jun 2008 15:42:14 +0000 (UTC) (envelope-from bcook@poughkeepsieschools.org) Received: from [10.20.0.10] (port=59325 helo=mbookpro.tcentral.lan) by mail.poughkeepsieschools.org with esmtpsa (TLSv1:AES128-SHA:128) (BSD WebSolutions, Inc.) (envelope-from ) id 1K5jD4-000Ind-NA for freebsd-questions@freebsd.org (authenticated as bcook@poughkeepsieschools.org); Mon, 09 Jun 2008 11:23:02 -0400 X-BSD-Virus-Check: ClamAV 0.93/7409 on mail.poughkeepsieschools.org; Mon, 09 Jun 2008 11:23:02 -0400 Message-Id: <228F7E24-AFA2-4BD6-91B6-D610380C789A@poughkeepsieschools.org> From: B. Cook To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Mon, 9 Jun 2008 11:23:02 -0400 X-Mailer: Apple Mail (2.924) Subject: gmirror and resizing partitions.. 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: Mon, 09 Jun 2008 15:42:15 -0000 Hello all, I have a FreeBSD 7 machine that I am running gmirror on (ad4 and ad6). there is an /exports and /home that need to be resized. (right now they each are about 55G and /home needed to have been 100G and exports 10G) what do I need to do to fix this. I am assuming break the mirror, fdisk the /exports and /home then remake them, and then rebuild the mirror.. right? What do I need to do with as little impact on the running server as possible.. as many services are already configured on this box and it's running :P (of course.. ) Thanks in advance,