On Tue, Nov 21, 2000 at 05:28:07PM -0500, Rubens Perdomo wrote:
: Does anyone know of a way to clone a hard drive with Solaris 2.6. I need
: to install several FW-1/VPN on 220R servers and would like to have one
: good install to clone rather than having to install each one separately.

If the drive geometries are identical, then you can use dd to do this.
dd if=/dev/dsk/...(orig drive)... of=/dev/dsk/...(new drive)...

Just figure out what your devices are, and you're set.

Otherwise, you'll be doing lots of find's with cpio's and |'s...


-- 
Jason Costomiris <><           |  Technologist, geek, human.
jcostom {at} jasons {dot} org  |  http://www.jasons.org/ 
          Quidquid latine dictum sit, altum viditur.


================================================================================
     To unsubscribe from this mailing list, please see the instructions at
               http://www.checkpoint.com/services/mailing.html
================================================================================

Reply via email to