Asif Iqbal wrote:
Hi

I have a X2100 with two 74G disks. I build the OS on the first disk
with slice0 root 10G ufs, slice1 2.5G swap, slice6 25MB ufs and slice7
62G zfs. What is the fastest way to clone it to the second disk. I
have to build 10 of those in 2 days. Once I build the disks I slam
them to the other X2100s and ship it out.

if clone really means make completely identical then do this:

boot of cd or network.

dd if=/dev/dsk/<sourcedisk>  of=/dev/dsk/<destdisk>

Where <sourcedisk> and <destdisk> are both localally attached.


--
Darren J Moffat
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to