Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Oct 1995 13:20:59 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        freebsd@fgate.flevel.co.uk (freebsd)
Cc:        hackers@FreeBSD.ORG, graham@flevel.co.uk
Subject:   Re: Duplicating whole disks
Message-ID:  <199510202020.NAA05241@phaeton.artisoft.com>
In-Reply-To: <Pine.BSF.3.91.951020095901.3976C-100000@fgate.flevel.co.uk> from "freebsd" at Oct 20, 95 10:10:19 am

next in thread | previous in thread | raw e-mail | index | archive | help
> From time to time we need to make exact copies of a large number of hard 
> drives partitioned with freebsd.
> 
> The drives are external SCSIs.
> 
> Opinions please on the most efficient and fastest method.
> 
> Would you please Cc: graham@flevel.co.uk

Make an image of an unmounted disk on a larger disk.

Copy the images verbatim to the smaller disks.

Be sure you turn on media perfection to avoid sector relocation
difference on a drive-by-drive basis.

The easiest way to establish this setup is to install FreeBSD onto
a smaller disk with whatever else you want installed to create the
initial image, then change the SCSI ID and read the image onto the
mastering disk.

Then write the image to each new disk.

Using vnconfig, you should be able to actually mount, modify, and
unmount the image as well to make incremental changes.


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



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