From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 09:57:51 2004 Return-Path: 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 E380116A4CF for ; Wed, 4 Aug 2004 09:57:51 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F18F43D55 for ; Wed, 4 Aug 2004 09:57:51 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.10/8.12.10) with ESMTP id i749xfah041779; Wed, 4 Aug 2004 11:59:41 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.12.10/8.12.10/Submit) id i749xe9x041778; Wed, 4 Aug 2004 11:59:40 +0200 (CEST) (envelope-from mail25@bzerk.org) Date: Wed, 4 Aug 2004 11:59:40 +0200 From: Ruben de Groot To: Livhu Tshisikule Message-ID: <20040804095940.GB40948@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Livhu Tshisikule , freebsd-questions@freebsd.org References: <200408041049.26858.livhu.tshisikule@telkomsa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408041049.26858.livhu.tshisikule@telkomsa.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Mirror hard disk using dd. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 09:57:52 -0000 On Wed, Aug 04, 2004 at 10:49:26AM +0200, Livhu Tshisikule typed: > Hi, > > I installed a second harddisk on my FBSD 5.2.1 box and then use dd if=/dev/ado > of=/dev/ad1. I later removed my first disk so that I can test the second > disk. After booting it goes to single user mode and then I used fsck -y > command. I then mounted the /usr only to find that id did not copy everything > from the first disk. > > 1. I want to make an exact copy of the first disk, how can I do that. > 2. Later I want to copy what has changed to disk2 once a day. use dump(8) and restore(8)