echo This proceedure assumes that the host drive (mw0) and the echo destination drive (mw3) are the same physical size (34 Mb)... echo echo echo checking for bad sectors... badblk -w /dev/rmwh3w0 sync sync echo beginning cloning (will take about 51 minutes)... dd if=/dev/mw0h of=/dev/mw3h bs=1b skip=1 count=136 dd if=/dev/mw0h of=/dev/mw3h bs=136b skip=1 sync sync fsck /dev/mw3a sync sync mount /dev/mw3a /t cd /t rm lost+found mklost+found echo writing the boot tracks... cd /usr/bin umount /dev/mw3a ./putparam 512 8 17 ./pb ./boot sync sync echo cloning completed!