Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 2000 11:52:06 +0200 (CEST)
From:      Micke Josefsson <mj@isy.liu.se>
To:        Fengping Li <fli@post.its.mcw.edu>
Cc:        freebsd-questions@FreeBSD.ORG, Murray Davis <mgd@converging.net>
Subject:   Re: How to clone drives?
Message-ID:  <XFMail.000920115206.mj@isy.liu.se>
In-Reply-To: <Pine.SOL.3.96.1000919164302.13250D-100000@post.its.mcw.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

On 19-Sep-00 Fengping Li wrote:
> I tried the following two methods. Both worked:
> Method 1: use Ghost. After that do "dd" command:
>         /bin/dd if=/dev/ad0 of=/dev/ad1 bs=1024k; (4.0 and up)
>         /bin/dd if=/dev/wd0 of=/dev/wd1 bs=1024k; (before 4.0)
> Method 2: use fdisk and disk label after /stand/sysinstall

Beware that this may not work if there are errors on the destination disk. dd
does not 'know' what it is doing. dump and restore do know and can be used. I
also feel that cpio and pax are used for this but I am not sure and have not
used them myself.


 
> Good luck!
> 
> On Tue, 19 Sep 2000, Murray Davis wrote:
> 
>> Date: Tue, 19 Sep 2000 15:19:18 -0600
>> From: Murray Davis <mgd@converging.net>
>> To: freebsd-questions@FreeBSD.ORG
>> Subject: How to clone drives?
>> 
>> What are the alternatives for cloning drives. I have an old 486 with a
>> freebsd build. I want to clone this drive and place the cloned drive in an
>> identical build. I have tried Ghost without success. Is there a way to
>> clone a drive using FreeBSD: i.e., put destination drive on secondary
>> IDE and then replicate/clone the image from the source drive on the
>> primary IDE channel?
>> 
>> -- 
>> Murray Davis
>> Converging Technology Solutions
>> Edmonton, AB
>> 
>> 
>> To Unsubscribe: send mail to majordomo@FreeBSD.org
>> with "unsubscribe freebsd-questions" in the body of the message
>> 
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

----------------------------------
Michael Josefsson, MSEE
mj@isy.liu.se

This message was sent by XFMail
running on FreeBSD 3.5-STABLE
----------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.000920115206.mj>