From owner-freebsd-questions@FreeBSD.ORG Fri Oct 24 16:56:10 2008 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 844C6106566C for ; Fri, 24 Oct 2008 16:56:10 +0000 (UTC) (envelope-from joey@mingrone.org) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 682188FC0A for ; Fri, 24 Oct 2008 16:56:10 +0000 (UTC) (envelope-from joey@mingrone.org) Received: by wa-out-1112.google.com with SMTP id n4so512258wag.27 for ; Fri, 24 Oct 2008 09:56:10 -0700 (PDT) Received: by 10.115.18.3 with SMTP id v3mr2124988wai.218.1224865758821; Fri, 24 Oct 2008 09:29:18 -0700 (PDT) Received: by 10.114.175.18 with HTTP; Fri, 24 Oct 2008 09:29:18 -0700 (PDT) Message-ID: Date: Fri, 24 Oct 2008 13:29:18 -0300 From: "Joey Mingrone" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: duplicate a 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: Fri, 24 Oct 2008 16:56:10 -0000 Hi, My laptop "died" recently and to get back to work as quickly as possible I simply took the laptop ide drive and put it into an old desktop using a 2.5" -> 3.5" ide adapter. After loading a few new drivers into the kernel everything is working quite well. The next thing I've tried to do, without success, is mirror the contents of the 2.5" drive to a 3.5" drive in the desktop. The 2.5" drive is sliced/partitioned like this: Filesystem Size Mounted on /dev/ad0s2a 989M / /dev/ad0s2d 989M /tmp /dev/ad0s2f 59G /usr /dev/ad0s2e 989M /var ad0s1 is a 20GB slice that I have window installed on. The drive's total capacity is 80G. The 3.5" drive is only 70G so I'll have to skip the ad0s1 slice. Ideally what I'd like to do is copy everything from the ad0s2 slice to the 3.5" and run the OS off that drive. Then, each dump the contents of the 3.5" drive to the 2.5" drive. That way if either drive dies I'll, hopefully at worst, just have to switch which drive I boot from. Can anyone with experience doing something this make suggestions? Thanks, Joey