From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 08:49:55 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 36E5816A4CE for ; Wed, 4 Aug 2004 08:49:55 +0000 (GMT) Received: from ctb-mesg1.saix.net (ctb-mesg1.saix.net [196.25.240.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C1CD43D39 for ; Wed, 4 Aug 2004 08:49:54 +0000 (GMT) (envelope-from livhu.tshisikule@telkomsa.net) Received: from host2-fbsd.Dembe.net (tpr-125-107.telkomadsl.co.za [165.165.125.107]) by ctb-mesg1.saix.net (Postfix) with ESMTP id D25AD504C for ; Wed, 4 Aug 2004 10:49:49 +0200 (SAST) From: Livhu Tshisikule Organization: Dembe Open Source Unix Solutions To: freebsd-questions@freebsd.org Date: Wed, 4 Aug 2004 10:49:26 +0200 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408041049.26858.livhu.tshisikule@telkomsa.net> Subject: 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 08:49:55 -0000 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. Regards Livhu