From owner-freebsd-questions@FreeBSD.ORG Tue Nov 7 15:00:43 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 60C7816A513 for ; Tue, 7 Nov 2006 15:00:43 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8B8E43DBA for ; Tue, 7 Nov 2006 15:00:24 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id kA7F027P087759 for ; Tue, 7 Nov 2006 09:00:03 -0600 (CST) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Tue, 7 Nov 2006 08:59:59 -0600 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611070900.01897.freebsd@dfwlp.com> X-Spam-Status: No, score=-1.4 required=3.6 tests=ALL_TRUSTED autolearn=ham version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on zeus.dfwlp.com Subject: i need to upgrade a disk 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: Tue, 07 Nov 2006 15:00:43 -0000 i have a system that is FreeBSD 6.2-PRERELEASE, that i need to upgrade its single disk. id like to keep all its existing slices the same size, and then use the unused space to create a new /opt slice. would dd be the way to go? if so, could someone advise on its proper usage for duplicating one disk to another? or, if there is an alternative way to skin this cat, im willing to learn whatever way might be the best. cheers, jonathan