Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 1996 02:28:26 -0700 (PDT)
From:      brian@mediacity.com
To:        grog@lemis.de (Greg Lehey)
Cc:        rgrimes@GndRsh.aac.dev.com, questions@FreeBSD.org
Subject:   Re: disk-to-disk copy
Message-ID:  <19961002092826.3593.qmail@mediacity.com>
In-Reply-To: <199610011408.QAA21860@allegro.lemis.de> from Greg Lehey at "Oct 1, 96 04:08:13 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> Rodney W. Grimes writes:
> >
> >> I have 2 SCSI disks which are going bad, and I've already
> >> gotten (identical) replacement drives. I'd like to copy
> >> everything (data, partition tables, etc) from the old drives
> >> to the new ones. Is there an easy way to do this?
> >>
> >> Nothing jumped out at me from the man pages. I'd rather
> >> not have to go through disklabel, dump, restore, etc.
> >
> > If they are truely identical in block count this will do it:
> > dd if=/dev/rsdX of=/dev/rsdY bs=8192
> >
> > Note that hard errors are going to cause this to abort, so turn
> > on ARRE to try and minimize them with:
> > scsi -f /dev/rsdX -m 1 -P3 -e
> 
Greg Lehey wrote:

> I've been waiting to see if anybody said aye or nay about this one.
> Last time I tried it, about a year ago both on 2.1-prerelease and
> 2.2-current, it didn't work: there are various interlocks which
> prevent you from overwriting volume labels.  I don't have the time to
> check if it's still the case, but I'd be very interested in feedback.

I've done this quite extensively.  Made 10 FreeBSD drives this
way about a month ago via 2.1.5.

-- 
Brian Litzinger					       Powered by FreeBSD
<brian@mediacity.com>                            http[s]://www.mpress.com  



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