From owner-freebsd-questions@FreeBSD.ORG Wed Jul 1 20:09:07 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6212F106568B for ; Wed, 1 Jul 2009 20:09:07 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojteks.tensor.gdynia.pl (wojteks.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id A4ACF8FC27 for ; Wed, 1 Jul 2009 20:09:06 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::2]) by wojteks.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n61K9H0P004475; Wed, 1 Jul 2009 22:09:17 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n61JvBDR001750; Wed, 1 Jul 2009 21:57:11 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n61JvBvu001747; Wed, 1 Jul 2009 21:57:11 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 1 Jul 2009 21:57:11 +0200 (CEST) From: Wojciech Puchar To: Grant Peel In-Reply-To: <3EFD164553E546D89AD5C16BF66081F5@GRANT> Message-ID: References: <4A4BBB9E.5080008@otenet.gr> <3EFD164553E546D89AD5C16BF66081F5@GRANT> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Manolis Kiagias , freebsd-questions@freebsd.org Subject: Re: Cloning to different disks. 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, 01 Jul 2009 20:09:08 -0000 > > > What is the easiest way to make sure the new disk is bootable. bsdlabel -B disk (or disks1 and fdisk -B disk if you use MBR partitions at all). > Also, it just occured to me....we have a few different versions of SCSI > drives SCSI-2 SAS etc. this is no difference > > Can I assume the the da driver will handle all these OK...ie. should not see > any fstab problems? just put right device names in fstab. nothing more