From owner-freebsd-questions@FreeBSD.ORG Thu Jul 7 17:10:21 2005 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 26B9F16A41C for ; Thu, 7 Jul 2005 17:10:21 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out6.blueyonder.co.uk (smtp-out6.blueyonder.co.uk [195.188.213.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1ACE43D46 for ; Thu, 7 Jul 2005 17:10:19 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out6.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Thu, 7 Jul 2005 18:11:01 +0100 Message-ID: <42CD61FA.5000105@dial.pipex.com> Date: Thu, 07 Jul 2005 18:10:18 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.8) Gecko/20050530 X-Accept-Language: en, en-us, pl MIME-Version: 1.0 To: Chris Roos References: <42CC027B.7030808@seagul.co.uk> <42CC0E55.5040300@dial.pipex.com> <42CD4588.9090208@seagul.co.uk> In-Reply-To: <42CD4588.9090208@seagul.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Jul 2005 17:11:01.0568 (UTC) FILETIME=[D9BFEC00:01C58316] Cc: freebsd-questions@freebsd.org Subject: Re: Migrating FreeBsd installation to another hard drive 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 Jul 2005 17:10:21 -0000 Chris Roos wrote: > Alex Zbyslaw wrote: > >> Chris Roos wrote: >> >>> One final question is whether the dump/restore process is the best >>> approach in this instance? I have read about using dd but am not >>> entirely sure whether this would do what I need? >>> >> No, you should use dump/restore and if it is the root partition you >> will need to edit fstab afterwards. >> > Can I just double check that the editing of fstab is only applicable > if my device names change? Correct. If the device will end up on the same controller and logical position (master, slave, whatever) then you do not need to edit it. However, if you plan to reboot the machine and just boot off the new disk without changing its position first, then edit fstab. You can always edit it back again before moving the hardware around. --Alex