From owner-freebsd-questions@FreeBSD.ORG Fri Mar 30 03:17:13 2007 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 9C44916A402 for ; Fri, 30 Mar 2007 03:17:13 +0000 (UTC) (envelope-from prvs=johnl=06029759c3@iecc.com) Received: from tom.iecc.com (tom.iecc.com [208.31.42.38]) by mx1.freebsd.org (Postfix) with SMTP id 2941013C455 for ; Fri, 30 Mar 2007 03:17:13 +0000 (UTC) (envelope-from prvs=johnl=06029759c3@iecc.com) Received: (qmail 25830 invoked from network); 30 Mar 2007 02:50:31 -0000 Received: from gal.iecc.com (208.31.42.53) by mail.iecc.com with QMQP; 30 Mar 2007 02:50:31 -0000 Date: 30 Mar 2007 02:50:31 -0000 Message-ID: <20070330025031.73483.qmail@simone.iecc.com> From: John Levine To: freebsd-questions@freebsd.org Organization: Mime-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Cc: freebsd@dfwlp.com Subject: Moving paritions around 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: Fri, 30 Mar 2007 03:17:13 -0000 I set up my laptop to dual boot between W1nd@ws and FreeBSD. When I first set it up I made the partitions the same size, but since then I found I do a lot more with FreeBSD so I'd rather give it more space. So the last time I had to reinstall Windows from scratch, I made its partition smaller. Now there's a big chunk of free space between the two partitions. Should I expect the following to work? (back everything up, duh) Boot from a CD, change the partition table to make the FreeBSD partition start right after the Windows partition Use dd to move down the existing FreeBSD partition data so it starts at the beginning of the new partition Use growfs to give the extra space to my /usr filesystem, which is at the end of the existing partition Or should I just back it all up to a USB disk, reformat, and restore it, which will take considerably longer? R's, John