From owner-freebsd-questions@FreeBSD.ORG Wed May 24 19:23:22 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 E0EDE16A5A0 for ; Wed, 24 May 2006 19:23:22 +0000 (UTC) (envelope-from ml.diespammer@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA5C943D48 for ; Wed, 24 May 2006 19:23:21 +0000 (GMT) (envelope-from ml.diespammer@netfence.it) Received: from soth.ventu (adsl-ull-52-223.51-151.net24.it [151.51.223.52]) (authenticated bits=128) by parrot.aev.net (8.13.6/8.13.6) with ESMTP id k4OJS3MI097952 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 24 May 2006 21:28:10 +0200 (CEST) (envelope-from ml.diespammer@netfence.it) Received: from [10.1.2.18] (alamar.ventu [10.1.2.18]) by soth.ventu (8.13.6/8.13.3) with ESMTP id k4OJML26038743; Wed, 24 May 2006 21:22:21 +0200 (CEST) (envelope-from ml.diespammer@netfence.it) Message-ID: <4474B28B.3070908@netfence.it> Date: Wed, 24 May 2006 21:22:51 +0200 From: Andrea Venturoli User-Agent: Thunderbird 1.5.0.2 (X11/20060423) MIME-Version: 1.0 To: Garrett Cooper , freebsd-questions@freebsd.org References: <44748890.7010301@u.washington.edu> In-Reply-To: <44748890.7010301@u.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.53 on 212.31.247.179 Cc: Subject: Re: Can drive with 6.1 be directly transferred from one machine to another? 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: Wed, 24 May 2006 19:23:23 -0000 Garrett Cooper wrote: > So I was wondering if my disk with all of the compiled binaries for > my 1.2 GHz could simply be moved from one machine to another and just > work without having to reinstall or recompile FreeBSD or not. Mostly yes. You might encounter problems if: _ the kernel you have been using doesn't have the module for some of your new hardware (did you build a custom kernel?); _ you compiled your system with a specific CPUTYPE and your new CPU does not match that; _ your disks are going to have a new name on your new system; _ ... These are almost always easily solved, but watch especially out for the CPUTYPE thing. bye av.