From owner-freebsd-questions@FreeBSD.ORG Thu Dec 7 21:36:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CB5E16A492 for ; Thu, 7 Dec 2006 21:36:02 +0000 (UTC) (envelope-from clarkp@mtmary.edu) Received: from fear.mtmary.edu (fear.mtmary.edu [208.24.226.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A61443CB5 for ; Thu, 7 Dec 2006 21:35:07 +0000 (GMT) (envelope-from clarkp@mtmary.edu) Received: from [127.0.0.1] (war.mtmary.edu [208.24.226.200]) by fear.mtmary.edu (Postfix) with ESMTP id 7017B50885A for ; Thu, 7 Dec 2006 15:36:00 -0600 (CST) Message-ID: <4578893F.8050604@mtmary.edu> Date: Thu, 07 Dec 2006 15:35:59 -0600 From: Peter Clark User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Extending a slice 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, 07 Dec 2006 21:36:02 -0000 Hello, I have and existing FreeBSD 5.4 box with 2 6GB hard drives in a RAID 1 mirror using gmirror. Due to physical space restrictions I cannot put more drives into this box and yet I need more physical drive space. I have 2 blank 40GB drives to replace my 2 current 6GB drives. I broke the mirror and inserted one 40GB drive into the mirror and removed the remaining 6GB drive. So, now I have a 40GB drive with only 6GB's of space on it and 34GB's of unused space. I have and existing mount point in the 6GB of space called /data. I would like to extend the slice and add the 34GB of unused space to the current /data mount point. Does someone even "extend" an UFS slice? Or do I create a new slice in the unused section and somehow merge the existing slice's /data with the new one? Or am I missing something rudimentary? Any direction would be appreciated. Thank You. Peter Clark